CSS Utilities
--color-milk-blue: #D6EAF8;
.bg-milk-blue { background-color: #D6EAF8; }
.text-milk-blue { color: #D6EAF8; }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": "#D6EAF8",
"rgb": [
214,
234,
248
],
"hsl": [
205,
71,
91
],
"cmyk": [
14,
6,
0,
3
],
"luminance": 0.7992,
"contrast": {
"black": 16.98,
"white": 1.24
}
}WCAG
{
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
}Harmonies
{
"complementary": "#F8E5D8",
"analogous": [
"#D8F8F6",
"#D8DAF8"
],
"triadic": [
"#F8D8EB",
"#EBF8D8"
],
"tetradic": [
"#F6D8F8",
"#F8E5D8",
"#DAF8D8"
],
"splitComplementary": [
"#F8D8DA",
"#F8F6D8"
],
"monochromatic": [
"#FFFFFF",
"#D6EAF8",
"#89C2EB"
]
}Variants
{
"light": "#FFFFFF",
"dark": "#89C2EB",
"saturated": "#D3ECFD",
"desaturated": "#DDEAF3",
"pastel": "#FFFFFF",
"neon": "#FAFDFF"
}Pairings
{
"best": [
"#000000",
"#F8E5D8",
"#D8F8F6",
"#D8DAF8"
],
"avoid": [
"#DDEAF3",
"#FFFFFF"
],
"neutral": [
"#1A1A1A",
"#F5F5F5",
"#E8E8E4"
],
"highContrast": [
"#000000"
],
"lowContrast": [
"#FFFFFF",
"#DDEAF3"
]
}Knowledge graph
{
"nearestColors": [
"ice-blue",
"lavender",
"arctic-blue",
"moonstone",
"soft-mint"
],
"generatedPalettes": [
"milk-blue"
],
"generatedComparisons": [
"arctic-blue-vs-milk-blue",
"ice-blue-vs-milk-blue",
"lavender-vs-milk-blue"
],
"relatedFamilies": [
"/colors/by-family/blue",
"/colors/by-temperature/cool",
"/colors/by-tone/light",
"/colors/by-tone/pastel"
],
"relatedTools": [
"/harmonies/milk-blue",
"/wcag/milk-blue",
"/css/colors/milk-blue",
"/hex/d6eaf8"
],
"semanticRelations": {
"broader": [
"/colors/by-family/blue",
"/colors/by-temperature/cool",
"/colors/by-tone/light",
"/colors/by-tone/pastel"
],
"narrower": [
"/palettes/milk-blue"
],
"related": [
"/colors/ice-blue",
"/colors/lavender",
"/colors/arctic-blue",
"/colors/moonstone",
"/colors/soft-mint",
"/compare/arctic-blue-vs-milk-blue",
"/compare/ice-blue-vs-milk-blue",
"/compare/lavender-vs-milk-blue",
"/harmonies/milk-blue",
"/wcag/milk-blue",
"/css/colors/milk-blue",
"/hex/d6eaf8"
]
}
}Full JSON dataset
{
"slug": "milk-blue",
"name": "Milk Blue",
"hex": "#D6EAF8",
"uses": [
"soft UI backgrounds",
"pastel palettes",
"gentle product design"
],
"psychology": {
"associations": [
"softness",
"care",
"lightness"
],
"contexts": [
"wellness",
"beauty",
"children products",
"lifestyle"
],
"avoidIn": [
"high-contrast operational alerts"
]
},
"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": "blue",
"temperature": "cool",
"tone": [
"light",
"pastel"
],
"editorialNotes": "Curated internal color record with computed technical properties.",
"tags": [
"blue",
"cool",
"light",
"pastel",
"soft-ui-backgrounds",
"pastel-palettes",
"gentle-product-design",
"softness",
"care",
"lightness"
],
"popularity": 84,
"rgb": [
214,
234,
248
],
"hsl": [
205,
71,
91
],
"cmyk": [
14,
6,
0,
3
],
"luminance": 0.7992,
"contrast": {
"black": 16.98,
"white": 1.24
},
"harmonies": {
"complementary": "#F8E5D8",
"analogous": [
"#D8F8F6",
"#D8DAF8"
],
"triadic": [
"#F8D8EB",
"#EBF8D8"
],
"tetradic": [
"#F6D8F8",
"#F8E5D8",
"#DAF8D8"
],
"splitComplementary": [
"#F8D8DA",
"#F8F6D8"
],
"monochromatic": [
"#FFFFFF",
"#D6EAF8",
"#89C2EB"
]
},
"variants": {
"light": "#FFFFFF",
"dark": "#89C2EB",
"saturated": "#D3ECFD",
"desaturated": "#DDEAF3",
"pastel": "#FFFFFF",
"neon": "#FAFDFF"
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"css": {
"variable": "--color-milk-blue: #D6EAF8;",
"utility": ".bg-milk-blue { background-color: #D6EAF8; }",
"textUtility": ".text-milk-blue { color: #D6EAF8; }"
},
"nearestColors": [
"ice-blue",
"lavender",
"arctic-blue",
"moonstone",
"soft-mint"
],
"generatedPalettes": [
"milk-blue"
],
"generatedComparisons": [
"arctic-blue-vs-milk-blue",
"ice-blue-vs-milk-blue",
"lavender-vs-milk-blue"
],
"relatedFamilies": [
"/colors/by-family/blue",
"/colors/by-temperature/cool",
"/colors/by-tone/light",
"/colors/by-tone/pastel"
],
"relatedTools": [
"/harmonies/milk-blue",
"/wcag/milk-blue",
"/css/colors/milk-blue",
"/hex/d6eaf8"
],
"semanticRelations": {
"broader": [
"/colors/by-family/blue",
"/colors/by-temperature/cool",
"/colors/by-tone/light",
"/colors/by-tone/pastel"
],
"narrower": [
"/palettes/milk-blue"
],
"related": [
"/colors/ice-blue",
"/colors/lavender",
"/colors/arctic-blue",
"/colors/moonstone",
"/colors/soft-mint",
"/compare/arctic-blue-vs-milk-blue",
"/compare/ice-blue-vs-milk-blue",
"/compare/lavender-vs-milk-blue",
"/harmonies/milk-blue",
"/wcag/milk-blue",
"/css/colors/milk-blue",
"/hex/d6eaf8"
]
},
"pairings": {
"best": [
"#000000",
"#F8E5D8",
"#D8F8F6",
"#D8DAF8"
],
"avoid": [
"#DDEAF3",
"#FFFFFF"
],
"neutral": [
"#1A1A1A",
"#F5F5F5",
"#E8E8E4"
],
"highContrast": [
"#000000"
],
"lowContrast": [
"#FFFFFF",
"#DDEAF3"
]
}
}
Color meaning and use
About Milk Blue Color
Milk Blue sits in the blue family with cool temperature and light and pastel visual character. Milk Blue is a commonly used color name in design references, palettes, and editorial color systems.
Its common associations include softness, care, and lightness, which makes it relevant for wellness and beauty. In design work, Milk Blue is most useful for soft ui backgrounds, pastel palettes, and gentle product design, especially when paired with black text for stronger contrast.
WCAG Accessibility
Contrast checks for Milk Blue against black and white text.