Chroma
A measure of the colorfulness of a stimulus relative to the brightness of a similarly illuminated white surface. Unlike saturation, chroma is an absolute measure β a highly chromatic color appears vivid and pure regardless of its lightness. It is the 'C' component in LCH and OKLCH color spaces.
See also: LCH Format, OKLCH Format
CMYK
A subtractive color model used in print production, standing for Cyan, Magenta, Yellow, and Key (black). Inks absorb (subtract) specific wavelengths of light from white paper, and combining all four inks at full strength produces near-black. CMYK is the standard color model for offset printing, inkjet printers, and commercial press work.
See also: CMYK Format
Color Blindness
A condition in which an individual's ability to distinguish certain colors is reduced or absent, caused by missing or defective cone photoreceptors in the retina. The most common types are red-green deficiencies (protanopia, deuteranopia, protanomaly, deuteranomaly), followed by blue-yellow deficiency (tritanopia/tritanomaly) and total color blindness (achromatopsia). Approximately 8% of men and 0.5% of women worldwide are affected.
See also: Color Blindness Simulator
Color Gamut
The complete range of colors that a device, color space, or printing process can reproduce. A wider gamut means more colors can be displayed or printed. Common gamuts include sRGB (standard for web), Display P3 (used by modern Apple devices), and Adobe RGB (used in photography).
See also: RGB Format
Color Harmony
A principle of color theory describing combinations of colors that are aesthetically pleasing and balanced when used together. Harmony rules are derived from geometric relationships on the color wheel, such as complementary, analogous, triadic, and tetradic arrangements. Effective color harmonies create visual interest while maintaining cohesion.
See also: Palette Generator
Color Model
An abstract mathematical system that describes colors as tuples of numbers, typically three or four components. Examples include RGB (red, green, blue), CMYK (cyan, magenta, yellow, key), and HSL (hue, saturation, lightness). A color model defines how colors are represented numerically but does not by itself specify how those numbers map to real-world colors.
See also: Color Formats Reference
Color Space
A specific implementation of a color model that maps numerical values to precise, reproducible real-world colors using defined primaries, a white point, and a transfer function (gamma). sRGB, Display P3, and Adobe RGB are all color spaces built on the RGB model but with different gamuts. Color spaces make it possible to ensure color consistency across devices.
See also: Color Formats Reference
Color Temperature
A characteristic of visible light that describes whether a color appears warm (reddish-yellowish) or cool (bluish). Measured in Kelvin for light sources, lower temperatures (~2700K) produce warm, amber light while higher temperatures (~6500K) produce cool, daylight-blue light. In design, warm and cool colors influence mood and visual hierarchy.
Color Wheel
A circular diagram that arranges hues around a circle based on their chromatic relationships, with primary colors equally spaced and secondary and tertiary colors placed between them. It was first developed by Isaac Newton in 1666 and remains the foundational tool for understanding color relationships and building color harmonies. Modern color wheels use either RYB (art) or RGB (digital) primary systems.
See also: Palette Generator
Complementary Colors
Two colors positioned directly opposite each other on the color wheel, separated by 180 degrees. When placed side by side they create maximum visual contrast and vibrancy, but when mixed they neutralize each other toward gray. Common complementary pairs include red/cyan, blue/orange, and yellow/purple.
See also: Palette Generator
Contrast Ratio
A numerical measurement of the luminance difference between a foreground color and a background color, expressed as a ratio from 1:1 (no contrast) to 21:1 (black on white). WCAG 2.1 requires a minimum contrast ratio of 4.5:1 for normal text and 3:1 for large text at the AA level. Higher ratios improve readability for all users, including those with low vision.
See also: Contrast Checker
CSS Color Level 4
A W3C specification that extends CSS color capabilities with new color functions and color spaces including oklch(), lab(), lch(), hwb(), and the color() function for arbitrary color spaces. It introduces perceptually uniform color manipulation directly in stylesheets, allowing designers to work with wider gamuts and more predictable color adjustments. It is supported in all modern browsers as of 2024.
See also: CSS Color Converter