CSS Utilities
--color-light-yellow: #FFFFE0;
.bg-light-yellow { background-color: #FFFFE0; }
.text-light-yellow { color: #FFFFE0; }Machine-readable data
Machine-Readable Color Data (JSON)
Perfect for CSS, design systems, automation, and AI ingestion.
hexCanonical HEX valuergbRed, green, blue channelshslHue, saturation, lightnesscmykApproximate print conversionwcagAA and AAA contrast optionsharmoniesMathematical harmony setsvariantsGenerated tone variantsnearestColorsKnowledge graph neighborsStructured sections
Color systems
{
"hex": "#FFFFE0",
"rgb": [
255,
255,
224
],
"hsl": [
60,
100,
94
],
"cmyk": [
0,
0,
12,
0
],
"luminance": 0.9816,
"contrast": {
"black": 20.63,
"white": 1.02
}
}WCAG
{
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
}Harmonies
{
"complementary": "#E0E0FF",
"analogous": [
"#FFF0E0",
"#F0FFE0"
],
"triadic": [
"#E0FFFF",
"#FFE0FF"
],
"tetradic": [
"#E0FFF0",
"#E0E0FF",
"#FFE0F0"
],
"splitComplementary": [
"#E0F0FF",
"#F0E0FF"
],
"monochromatic": [
"#FFFFFF",
"#FFFFE0",
"#FFFF85"
]
}Variants
{
"light": "#FFFFFF",
"dark": "#FFFF85",
"saturated": "#FFFFE0",
"desaturated": "#FCFCE4",
"pastel": "#FFFFFF",
"neon": "#FFFFFF"
}Pairings
{
"best": [
"#000000",
"#E0E0FF",
"#FFF0E0",
"#F0FFE0"
],
"avoid": [
"#FCFCE4",
"#FFFFFF"
],
"neutral": [
"#1A1A1A",
"#F5F5F5",
"#E8E8E4"
],
"highContrast": [
"#000000"
],
"lowContrast": [
"#FFFFFF",
"#FCFCE4"
]
}Knowledge graph
{
"nearestColors": [
"cornsilk",
"old-lace",
"warm-white",
"beige",
"light-goldenrod-yellow"
],
"generatedPalettes": [
"light-yellow"
],
"generatedComparisons": [
"cornsilk-vs-light-yellow",
"light-yellow-vs-old-lace"
],
"relatedFamilies": [
"/colors/by-family/yellow",
"/colors/by-temperature/warm",
"/colors/by-tone/light",
"/colors/by-tone/pastel"
],
"relatedTools": [
"/harmonies/light-yellow",
"/wcag/light-yellow",
"/css/colors/light-yellow",
"/hex/ffffe0"
],
"semanticRelations": {
"broader": [
"/colors/by-family/yellow",
"/colors/by-temperature/warm",
"/colors/by-tone/light",
"/colors/by-tone/pastel"
],
"narrower": [
"/palettes/light-yellow"
],
"related": [
"/colors/cornsilk",
"/colors/old-lace",
"/colors/warm-white",
"/colors/beige",
"/colors/light-goldenrod-yellow",
"/compare/cornsilk-vs-light-yellow",
"/compare/light-yellow-vs-old-lace",
"/harmonies/light-yellow",
"/wcag/light-yellow",
"/css/colors/light-yellow",
"/hex/ffffe0"
]
}
}Full JSON dataset
{
"slug": "light-yellow",
"name": "Light Yellow",
"cssName": "lightyellow",
"hex": "#FFFFE0",
"family": "yellow",
"temperature": "warm",
"tone": [
"light",
"pastel"
],
"uses": [
"web design",
"CSS color systems",
"UI prototyping"
],
"psychology": {
"associations": [
"context dependent"
],
"contexts": [
"web interfaces",
"design systems",
"technical color references"
],
"avoidIn": [
"claims that require brand or cultural specificity"
]
},
"aliases": [
"lightyellow"
],
"sourceType": "standard",
"confidence": "high",
"sourceUrl": "https://www.w3.org/TR/css-color-4/#named-colors",
"origin": {
"type": "css",
"notes": "Standard CSS named color."
},
"reviewStatus": "auto",
"editorialNotes": "Generated from CSS named color data and computed color-system properties.",
"tags": [
"yellow",
"warm",
"light",
"pastel",
"web-design",
"css-color-systems",
"ui-prototyping",
"context-dependent"
],
"popularity": 67,
"rgb": [
255,
255,
224
],
"hsl": [
60,
100,
94
],
"cmyk": [
0,
0,
12,
0
],
"luminance": 0.9816,
"contrast": {
"black": 20.63,
"white": 1.02
},
"harmonies": {
"complementary": "#E0E0FF",
"analogous": [
"#FFF0E0",
"#F0FFE0"
],
"triadic": [
"#E0FFFF",
"#FFE0FF"
],
"tetradic": [
"#E0FFF0",
"#E0E0FF",
"#FFE0F0"
],
"splitComplementary": [
"#E0F0FF",
"#F0E0FF"
],
"monochromatic": [
"#FFFFFF",
"#FFFFE0",
"#FFFF85"
]
},
"variants": {
"light": "#FFFFFF",
"dark": "#FFFF85",
"saturated": "#FFFFE0",
"desaturated": "#FCFCE4",
"pastel": "#FFFFFF",
"neon": "#FFFFFF"
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"css": {
"variable": "--color-light-yellow: #FFFFE0;",
"utility": ".bg-light-yellow { background-color: #FFFFE0; }",
"textUtility": ".text-light-yellow { color: #FFFFE0; }"
},
"nearestColors": [
"cornsilk",
"old-lace",
"warm-white",
"beige",
"light-goldenrod-yellow"
],
"generatedPalettes": [
"light-yellow"
],
"generatedComparisons": [
"cornsilk-vs-light-yellow",
"light-yellow-vs-old-lace"
],
"relatedFamilies": [
"/colors/by-family/yellow",
"/colors/by-temperature/warm",
"/colors/by-tone/light",
"/colors/by-tone/pastel"
],
"relatedTools": [
"/harmonies/light-yellow",
"/wcag/light-yellow",
"/css/colors/light-yellow",
"/hex/ffffe0"
],
"semanticRelations": {
"broader": [
"/colors/by-family/yellow",
"/colors/by-temperature/warm",
"/colors/by-tone/light",
"/colors/by-tone/pastel"
],
"narrower": [
"/palettes/light-yellow"
],
"related": [
"/colors/cornsilk",
"/colors/old-lace",
"/colors/warm-white",
"/colors/beige",
"/colors/light-goldenrod-yellow",
"/compare/cornsilk-vs-light-yellow",
"/compare/light-yellow-vs-old-lace",
"/harmonies/light-yellow",
"/wcag/light-yellow",
"/css/colors/light-yellow",
"/hex/ffffe0"
]
},
"pairings": {
"best": [
"#000000",
"#E0E0FF",
"#FFF0E0",
"#F0FFE0"
],
"avoid": [
"#FCFCE4",
"#FFFFFF"
],
"neutral": [
"#1A1A1A",
"#F5F5F5",
"#E8E8E4"
],
"highContrast": [
"#000000"
],
"lowContrast": [
"#FFFFFF",
"#FCFCE4"
]
}
}
Color meaning and use
About Light Yellow Color
Light Yellow sits in the yellow family with warm temperature and light and pastel visual character. Standard CSS named color.
Its common associations include context dependent, which makes it relevant for web interfaces and design systems. In design work, Light Yellow is most useful for web design, css color systems, and ui prototyping, especially when paired with black text for stronger contrast.
WCAG Accessibility
Contrast checks for Light Yellow against black and white text.