CSS Utilities
--color-baby-blue: #89CFF0;
.bg-baby-blue { background-color: #89CFF0; }
.text-baby-blue { color: #89CFF0; }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": "#89CFF0",
"rgb": [
137,
207,
240
],
"hsl": [
199,
77,
74
],
"cmyk": [
43,
14,
0,
6
],
"luminance": 0.5624,
"contrast": {
"black": 12.25,
"white": 1.71
}
}WCAG
{
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
}Harmonies
{
"complementary": "#F0AA8A",
"analogous": [
"#8AF0DD",
"#8A9CF0"
],
"triadic": [
"#F08ACF",
"#CFF08A"
],
"tetradic": [
"#DD8AF0",
"#F0AA8A",
"#9CF08A"
],
"splitComplementary": [
"#F08A9C",
"#F0DD8A"
],
"monochromatic": [
"#DBF0FA",
"#89CFF0",
"#38AEE5"
]
}Variants
{
"light": "#DBF0FA",
"dark": "#38AEE5",
"saturated": "#7BD5FE",
"desaturated": "#98CAE1",
"pastel": "#FBFDFE",
"neon": "#A3E2FF"
}Pairings
{
"best": [
"#000000",
"#F0AA8A",
"#8AF0DD",
"#8A9CF0"
],
"avoid": [
"#98CAE1",
"#DBF0FA"
],
"neutral": [
"#1A1A1A",
"#F5F5F5",
"#E8E8E4"
],
"highContrast": [
"#000000"
],
"lowContrast": [
"#DBF0FA",
"#98CAE1"
]
}Knowledge graph
{
"nearestColors": [
"sky-blue",
"light-sky-blue",
"maya-blue",
"aquamarine-blue",
"pastel-teal"
],
"generatedPalettes": [
"baby-blue"
],
"generatedComparisons": [
"baby-blue-vs-light-sky-blue",
"baby-blue-vs-sky-blue"
],
"relatedFamilies": [
"/colors/by-family/blue",
"/colors/by-temperature/cool",
"/colors/by-tone/vibrant"
],
"relatedTools": [
"/harmonies/baby-blue",
"/wcag/baby-blue",
"/css/colors/baby-blue",
"/hex/89cff0"
],
"semanticRelations": {
"broader": [
"/colors/by-family/blue",
"/colors/by-temperature/cool",
"/colors/by-tone/vibrant"
],
"narrower": [
"/palettes/baby-blue"
],
"related": [
"/colors/sky-blue",
"/colors/light-sky-blue",
"/colors/maya-blue",
"/colors/aquamarine-blue",
"/colors/pastel-teal",
"/compare/baby-blue-vs-light-sky-blue",
"/compare/baby-blue-vs-sky-blue",
"/harmonies/baby-blue",
"/wcag/baby-blue",
"/css/colors/baby-blue",
"/hex/89cff0"
]
}
}Full JSON dataset
{
"slug": "baby-blue",
"name": "Baby Blue",
"hex": "#89CFF0",
"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": [
"vibrant"
],
"editorialNotes": "Curated internal color record with computed technical properties.",
"tags": [
"blue",
"cool",
"vibrant",
"soft-ui-backgrounds",
"pastel-palettes",
"gentle-product-design",
"softness",
"care",
"lightness"
],
"popularity": 84,
"rgb": [
137,
207,
240
],
"hsl": [
199,
77,
74
],
"cmyk": [
43,
14,
0,
6
],
"luminance": 0.5624,
"contrast": {
"black": 12.25,
"white": 1.71
},
"harmonies": {
"complementary": "#F0AA8A",
"analogous": [
"#8AF0DD",
"#8A9CF0"
],
"triadic": [
"#F08ACF",
"#CFF08A"
],
"tetradic": [
"#DD8AF0",
"#F0AA8A",
"#9CF08A"
],
"splitComplementary": [
"#F08A9C",
"#F0DD8A"
],
"monochromatic": [
"#DBF0FA",
"#89CFF0",
"#38AEE5"
]
},
"variants": {
"light": "#DBF0FA",
"dark": "#38AEE5",
"saturated": "#7BD5FE",
"desaturated": "#98CAE1",
"pastel": "#FBFDFE",
"neon": "#A3E2FF"
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"css": {
"variable": "--color-baby-blue: #89CFF0;",
"utility": ".bg-baby-blue { background-color: #89CFF0; }",
"textUtility": ".text-baby-blue { color: #89CFF0; }"
},
"nearestColors": [
"sky-blue",
"light-sky-blue",
"maya-blue",
"aquamarine-blue",
"pastel-teal"
],
"generatedPalettes": [
"baby-blue"
],
"generatedComparisons": [
"baby-blue-vs-light-sky-blue",
"baby-blue-vs-sky-blue"
],
"relatedFamilies": [
"/colors/by-family/blue",
"/colors/by-temperature/cool",
"/colors/by-tone/vibrant"
],
"relatedTools": [
"/harmonies/baby-blue",
"/wcag/baby-blue",
"/css/colors/baby-blue",
"/hex/89cff0"
],
"semanticRelations": {
"broader": [
"/colors/by-family/blue",
"/colors/by-temperature/cool",
"/colors/by-tone/vibrant"
],
"narrower": [
"/palettes/baby-blue"
],
"related": [
"/colors/sky-blue",
"/colors/light-sky-blue",
"/colors/maya-blue",
"/colors/aquamarine-blue",
"/colors/pastel-teal",
"/compare/baby-blue-vs-light-sky-blue",
"/compare/baby-blue-vs-sky-blue",
"/harmonies/baby-blue",
"/wcag/baby-blue",
"/css/colors/baby-blue",
"/hex/89cff0"
]
},
"pairings": {
"best": [
"#000000",
"#F0AA8A",
"#8AF0DD",
"#8A9CF0"
],
"avoid": [
"#98CAE1",
"#DBF0FA"
],
"neutral": [
"#1A1A1A",
"#F5F5F5",
"#E8E8E4"
],
"highContrast": [
"#000000"
],
"lowContrast": [
"#DBF0FA",
"#98CAE1"
]
}
}
Color meaning and use
About Baby Blue Color
Baby Blue sits in the blue family with cool temperature and vibrant visual character. Baby 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, Baby 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 Baby Blue against black and white text.