CSS Utilities
--color-warm-white: #F8F4E3;
.bg-warm-white { background-color: #F8F4E3; }
.text-warm-white { color: #F8F4E3; }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": "#F8F4E3",
"rgb": [
248,
244,
227
],
"hsl": [
49,
60,
93
],
"cmyk": [
0,
2,
8,
3
],
"luminance": 0.902,
"contrast": {
"black": 19.04,
"white": 1.1
}
}WCAG
{
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
}Harmonies
{
"complementary": "#E2E6F8",
"analogous": [
"#F8E9E2",
"#F1F8E2"
],
"triadic": [
"#E2F8F4",
"#F4E2F8"
],
"tetradic": [
"#E2F8E9",
"#E2E6F8",
"#F8E2F1"
],
"splitComplementary": [
"#E2F1F8",
"#E9E2F8"
],
"monochromatic": [
"#FFFFFF",
"#F8F4E3",
"#E6D799"
]
}Variants
{
"light": "#FFFFFF",
"dark": "#E6D799",
"saturated": "#FCF6DF",
"desaturated": "#F4F1E6",
"pastel": "#FFFFFF",
"neon": "#FFFFFF"
}Pairings
{
"best": [
"#000000",
"#E2E6F8",
"#F8E9E2",
"#F1F8E2"
],
"avoid": [
"#F4F1E6",
"#FFFFFF"
],
"neutral": [
"#1A1A1A",
"#F5F5F5",
"#E8E8E4"
],
"highContrast": [
"#000000"
],
"lowContrast": [
"#FFFFFF",
"#F4F1E6"
]
}Knowledge graph
{
"nearestColors": [
"linen",
"linen-white",
"old-lace",
"beige",
"marble-white"
],
"generatedPalettes": [
"warm-white"
],
"generatedComparisons": [
"beige-vs-warm-white",
"linen-vs-warm-white",
"linen-white-vs-warm-white",
"marble-white-vs-warm-white"
],
"relatedFamilies": [
"/colors/by-family/yellow",
"/colors/by-temperature/warm",
"/colors/by-tone/light"
],
"relatedTools": [
"/harmonies/warm-white",
"/wcag/warm-white",
"/css/colors/warm-white",
"/hex/f8f4e3"
],
"semanticRelations": {
"broader": [
"/colors/by-family/yellow",
"/colors/by-temperature/warm",
"/colors/by-tone/light"
],
"narrower": [
"/palettes/warm-white"
],
"related": [
"/colors/linen",
"/colors/linen-white",
"/colors/old-lace",
"/colors/beige",
"/colors/marble-white",
"/compare/beige-vs-warm-white",
"/compare/linen-vs-warm-white",
"/compare/linen-white-vs-warm-white",
"/compare/marble-white-vs-warm-white",
"/harmonies/warm-white",
"/wcag/warm-white",
"/css/colors/warm-white",
"/hex/f8f4e3"
]
}
}Full JSON dataset
{
"slug": "warm-white",
"name": "Warm White",
"hex": "#F8F4E3",
"uses": [
"neutral systems",
"backgrounds",
"editorial typography"
],
"psychology": {
"associations": [
"quietness",
"space",
"balance"
],
"contexts": [
"UI surfaces",
"interiors",
"print-like layouts",
"minimal branding"
],
"avoidIn": [
"high-visibility warning systems"
]
},
"aliases": [],
"sourceType": "curated",
"confidence": "medium",
"reviewStatus": "manual",
"sourceUrl": "https://www.colorsencyclopedia.com/assets/colors.json",
"origin": {
"type": "common",
"notes": "Curated common color reference used in design, material, cultural, and editorial color systems."
},
"family": "yellow",
"temperature": "warm",
"tone": [
"light"
],
"editorialNotes": "Curated internal color record with computed technical properties.",
"tags": [
"yellow",
"warm",
"light",
"neutral-systems",
"backgrounds",
"editorial-typography",
"quietness",
"space",
"balance"
],
"popularity": 84,
"rgb": [
248,
244,
227
],
"hsl": [
49,
60,
93
],
"cmyk": [
0,
2,
8,
3
],
"luminance": 0.902,
"contrast": {
"black": 19.04,
"white": 1.1
},
"harmonies": {
"complementary": "#E2E6F8",
"analogous": [
"#F8E9E2",
"#F1F8E2"
],
"triadic": [
"#E2F8F4",
"#F4E2F8"
],
"tetradic": [
"#E2F8E9",
"#E2E6F8",
"#F8E2F1"
],
"splitComplementary": [
"#E2F1F8",
"#E9E2F8"
],
"monochromatic": [
"#FFFFFF",
"#F8F4E3",
"#E6D799"
]
},
"variants": {
"light": "#FFFFFF",
"dark": "#E6D799",
"saturated": "#FCF6DF",
"desaturated": "#F4F1E6",
"pastel": "#FFFFFF",
"neon": "#FFFFFF"
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"css": {
"variable": "--color-warm-white: #F8F4E3;",
"utility": ".bg-warm-white { background-color: #F8F4E3; }",
"textUtility": ".text-warm-white { color: #F8F4E3; }"
},
"nearestColors": [
"linen",
"linen-white",
"old-lace",
"beige",
"marble-white"
],
"generatedPalettes": [
"warm-white"
],
"generatedComparisons": [
"beige-vs-warm-white",
"linen-vs-warm-white",
"linen-white-vs-warm-white",
"marble-white-vs-warm-white"
],
"relatedFamilies": [
"/colors/by-family/yellow",
"/colors/by-temperature/warm",
"/colors/by-tone/light"
],
"relatedTools": [
"/harmonies/warm-white",
"/wcag/warm-white",
"/css/colors/warm-white",
"/hex/f8f4e3"
],
"semanticRelations": {
"broader": [
"/colors/by-family/yellow",
"/colors/by-temperature/warm",
"/colors/by-tone/light"
],
"narrower": [
"/palettes/warm-white"
],
"related": [
"/colors/linen",
"/colors/linen-white",
"/colors/old-lace",
"/colors/beige",
"/colors/marble-white",
"/compare/beige-vs-warm-white",
"/compare/linen-vs-warm-white",
"/compare/linen-white-vs-warm-white",
"/compare/marble-white-vs-warm-white",
"/harmonies/warm-white",
"/wcag/warm-white",
"/css/colors/warm-white",
"/hex/f8f4e3"
]
},
"pairings": {
"best": [
"#000000",
"#E2E6F8",
"#F8E9E2",
"#F1F8E2"
],
"avoid": [
"#F4F1E6",
"#FFFFFF"
],
"neutral": [
"#1A1A1A",
"#F5F5F5",
"#E8E8E4"
],
"highContrast": [
"#000000"
],
"lowContrast": [
"#FFFFFF",
"#F4F1E6"
]
}
}
Color meaning and use
About Warm White Color
Warm White sits in the yellow family with warm temperature and light visual character. Warm White is a commonly used color name in design references, palettes, and editorial color systems.
Its common associations include quietness, space, and balance, which makes it relevant for UI surfaces and interiors. In design work, Warm White is most useful for neutral systems, backgrounds, and editorial typography, especially when paired with black text for stronger contrast.
WCAG Accessibility
Contrast checks for Warm White against black and white text.