CSS Utilities
--color-cream: #FFFDD0;
.bg-cream { background-color: #FFFDD0; }
.text-cream { color: #FFFDD0; }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": "#FFFDD0",
"rgb": [
255,
253,
208
],
"hsl": [
57,
100,
91
],
"cmyk": [
0,
1,
18,
0
],
"luminance": 0.9606,
"contrast": {
"black": 20.21,
"white": 1.04
}
}WCAG
{
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
}Harmonies
{
"complementary": "#D1D3FF",
"analogous": [
"#FFE6D1",
"#EAFFD1"
],
"triadic": [
"#D1FFFD",
"#FDD1FF"
],
"tetradic": [
"#D1FFE6",
"#D1D3FF",
"#FFD1EA"
],
"splitComplementary": [
"#D1EAFF",
"#E6D1FF"
],
"monochromatic": [
"#FFFFFF",
"#FFFDD0",
"#FFF875"
]
}Variants
{
"light": "#FFFFFF",
"dark": "#FFF875",
"saturated": "#FFFDD1",
"desaturated": "#FAF8D6",
"pastel": "#FFFFFF",
"neon": "#FFFFFA"
}Pairings
{
"best": [
"#000000",
"#D1D3FF",
"#FFE6D1",
"#EAFFD1"
],
"avoid": [
"#FAF8D6",
"#FFFFFF"
],
"neutral": [
"#1A1A1A",
"#F5F5F5",
"#E8E8E4"
],
"highContrast": [
"#000000"
],
"lowContrast": [
"#FFFFFF",
"#FAF8D6"
]
}Knowledge graph
{
"nearestColors": [
"lemon-chiffon",
"light-goldenrod-yellow",
"cornsilk",
"papaya-whip",
"light-yellow"
],
"generatedPalettes": [
"cream"
],
"generatedComparisons": [
"cream-vs-ivory",
"cream-vs-lemon-chiffon",
"cream-vs-light-goldenrod-yellow"
],
"relatedFamilies": [
"/colors/by-family/yellow",
"/colors/by-temperature/warm",
"/colors/by-tone/light",
"/colors/by-tone/neutral"
],
"relatedTools": [
"/harmonies/cream",
"/wcag/cream",
"/css/colors/cream",
"/hex/fffdd0"
],
"semanticRelations": {
"broader": [
"/colors/by-family/yellow",
"/colors/by-temperature/warm",
"/colors/by-tone/light",
"/colors/by-tone/neutral"
],
"narrower": [
"/palettes/cream"
],
"related": [
"/colors/lemon-chiffon",
"/colors/light-goldenrod-yellow",
"/colors/cornsilk",
"/colors/papaya-whip",
"/colors/light-yellow",
"/compare/cream-vs-ivory",
"/compare/cream-vs-lemon-chiffon",
"/compare/cream-vs-light-goldenrod-yellow",
"/harmonies/cream",
"/wcag/cream",
"/css/colors/cream",
"/hex/fffdd0"
]
}
}Full JSON dataset
{
"slug": "cream",
"name": "Cream",
"hex": "#FFFDD0",
"family": "yellow",
"temperature": "warm",
"tone": [
"light",
"neutral"
],
"uses": [
"backgrounds",
"editorial design",
"interior palettes"
],
"psychology": {
"associations": [
"softness",
"warmth",
"comfort"
],
"contexts": [
"hospitality",
"lifestyle",
"print-like layouts"
],
"avoidIn": [
"high-contrast alert interfaces"
]
},
"aliases": [
"warm off-white"
],
"sourceType": "standard",
"confidence": "high",
"sourceUrl": "https://www.w3.org/TR/css-color-4/#named-colors",
"reviewStatus": "auto",
"editorialNotes": "Generated from CSS named color data and computed color-system properties.",
"origin": {
"type": "css",
"notes": "Standard CSS named color."
},
"tags": [
"yellow",
"warm",
"light",
"neutral",
"backgrounds",
"editorial-design",
"interior-palettes",
"softness",
"warmth",
"comfort"
],
"popularity": 73,
"rgb": [
255,
253,
208
],
"hsl": [
57,
100,
91
],
"cmyk": [
0,
1,
18,
0
],
"luminance": 0.9606,
"contrast": {
"black": 20.21,
"white": 1.04
},
"harmonies": {
"complementary": "#D1D3FF",
"analogous": [
"#FFE6D1",
"#EAFFD1"
],
"triadic": [
"#D1FFFD",
"#FDD1FF"
],
"tetradic": [
"#D1FFE6",
"#D1D3FF",
"#FFD1EA"
],
"splitComplementary": [
"#D1EAFF",
"#E6D1FF"
],
"monochromatic": [
"#FFFFFF",
"#FFFDD0",
"#FFF875"
]
},
"variants": {
"light": "#FFFFFF",
"dark": "#FFF875",
"saturated": "#FFFDD1",
"desaturated": "#FAF8D6",
"pastel": "#FFFFFF",
"neon": "#FFFFFA"
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"css": {
"variable": "--color-cream: #FFFDD0;",
"utility": ".bg-cream { background-color: #FFFDD0; }",
"textUtility": ".text-cream { color: #FFFDD0; }"
},
"nearestColors": [
"lemon-chiffon",
"light-goldenrod-yellow",
"cornsilk",
"papaya-whip",
"light-yellow"
],
"generatedPalettes": [
"cream"
],
"generatedComparisons": [
"cream-vs-ivory",
"cream-vs-lemon-chiffon",
"cream-vs-light-goldenrod-yellow"
],
"relatedFamilies": [
"/colors/by-family/yellow",
"/colors/by-temperature/warm",
"/colors/by-tone/light",
"/colors/by-tone/neutral"
],
"relatedTools": [
"/harmonies/cream",
"/wcag/cream",
"/css/colors/cream",
"/hex/fffdd0"
],
"semanticRelations": {
"broader": [
"/colors/by-family/yellow",
"/colors/by-temperature/warm",
"/colors/by-tone/light",
"/colors/by-tone/neutral"
],
"narrower": [
"/palettes/cream"
],
"related": [
"/colors/lemon-chiffon",
"/colors/light-goldenrod-yellow",
"/colors/cornsilk",
"/colors/papaya-whip",
"/colors/light-yellow",
"/compare/cream-vs-ivory",
"/compare/cream-vs-lemon-chiffon",
"/compare/cream-vs-light-goldenrod-yellow",
"/harmonies/cream",
"/wcag/cream",
"/css/colors/cream",
"/hex/fffdd0"
]
},
"pairings": {
"best": [
"#000000",
"#D1D3FF",
"#FFE6D1",
"#EAFFD1"
],
"avoid": [
"#FAF8D6",
"#FFFFFF"
],
"neutral": [
"#1A1A1A",
"#F5F5F5",
"#E8E8E4"
],
"highContrast": [
"#000000"
],
"lowContrast": [
"#FFFFFF",
"#FAF8D6"
]
}
}
Color meaning and use
About Cream Color
Cream sits in the yellow family with warm temperature and light and neutral visual character. Standard CSS named color.
Its common associations include softness, warmth, and comfort, which makes it relevant for hospitality and lifestyle. In design work, Cream is most useful for backgrounds, editorial design, and interior palettes, especially when paired with black text for stronger contrast.
WCAG Accessibility
Contrast checks for Cream against black and white text.