Named color
Duck Egg Blue
Duck Egg Blue is a light and pastel cyan color with HEX #C3FBF4. According to Colors Encyclopedia, it has RGB 195, 251, 244, HSL 173, 88%, 87%, cool temperature, and is useful for botanical palettes, natural product design, and seasonal editorial palettes.
CSS Utilities
--color-duck-egg-blue: #C3FBF4;
.bg-duck-egg-blue { background-color: #C3FBF4; }
.text-duck-egg-blue { color: #C3FBF4; }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": "#C3FBF4",
"rgb": [
195,
251,
244
],
"hsl": [
173,
88,
87
],
"cmyk": [
22,
0,
3,
2
],
"luminance": 0.8713,
"contrast": {
"black": 18.43,
"white": 1.14
}
}WCAG
{
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
}Harmonies
{
"complementary": "#FBC1C7",
"analogous": [
"#C1FBD7",
"#C1E5FB"
],
"triadic": [
"#F4C1FB",
"#FBF4C1"
],
"tetradic": [
"#D7C1FB",
"#FBC1C7",
"#E5FBC1"
],
"splitComplementary": [
"#FBC1E5",
"#FBD7C1"
],
"monochromatic": [
"#FFFFFF",
"#C3FBF4",
"#6AF6E5"
]
}Variants
{
"light": "#FFFFFF",
"dark": "#6AF6E5",
"saturated": "#BDFFF7",
"desaturated": "#C8F4EF",
"pastel": "#FFFFFF",
"neon": "#E5FFFC"
}Pairings
{
"best": [
"#000000",
"#FBC1C7",
"#C1FBD7",
"#C1E5FB"
],
"avoid": [
"#C8F4EF",
"#FFFFFF"
],
"neutral": [
"#1A1A1A",
"#F5F5F5",
"#E8E8E4"
],
"highContrast": [
"#000000"
],
"lowContrast": [
"#FFFFFF",
"#C8F4EF"
]
}Knowledge graph
{
"nearestColors": [
"celeste",
"arctic-blue",
"ice-blue",
"pale-turquoise",
"soft-mint"
],
"generatedPalettes": [
"duck-egg-blue"
],
"generatedComparisons": [
"celeste-vs-duck-egg-blue",
"duck-egg-blue-vs-arctic-blue"
],
"relatedFamilies": [
"/colors/by-family/cyan",
"/colors/by-temperature/cool",
"/colors/by-tone/light",
"/colors/by-tone/pastel"
],
"relatedTools": [
"/harmonies/duck-egg-blue",
"/wcag/duck-egg-blue",
"/css/colors/duck-egg-blue",
"/hex/c3fbf4"
],
"semanticRelations": {
"broader": [
"/colors/by-family/cyan",
"/colors/by-temperature/cool",
"/colors/by-tone/light",
"/colors/by-tone/pastel"
],
"narrower": [
"/palettes/duck-egg-blue"
],
"related": [
"/colors/celeste",
"/colors/arctic-blue",
"/colors/ice-blue",
"/colors/pale-turquoise",
"/colors/soft-mint",
"/compare/celeste-vs-duck-egg-blue",
"/compare/duck-egg-blue-vs-arctic-blue",
"/harmonies/duck-egg-blue",
"/wcag/duck-egg-blue",
"/css/colors/duck-egg-blue",
"/hex/c3fbf4"
]
}
}Full JSON dataset
{
"slug": "duck-egg-blue",
"name": "Duck Egg Blue",
"hex": "#C3FBF4",
"uses": [
"botanical palettes",
"natural product design",
"seasonal editorial palettes"
],
"psychology": {
"associations": [
"life",
"seasonality",
"organic texture"
],
"contexts": [
"floral design",
"garden brands",
"lifestyle",
"packaging"
],
"avoidIn": [
"strict grayscale 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": "cyan",
"temperature": "cool",
"tone": [
"light",
"pastel"
],
"editorialNotes": "Curated internal color record with computed technical properties.",
"tags": [
"cyan",
"cool",
"light",
"pastel",
"botanical-palettes",
"natural-product-design",
"seasonal-editorial-palettes",
"life",
"seasonality",
"organic-texture"
],
"popularity": 84,
"rgb": [
195,
251,
244
],
"hsl": [
173,
88,
87
],
"cmyk": [
22,
0,
3,
2
],
"luminance": 0.8713,
"contrast": {
"black": 18.43,
"white": 1.14
},
"harmonies": {
"complementary": "#FBC1C7",
"analogous": [
"#C1FBD7",
"#C1E5FB"
],
"triadic": [
"#F4C1FB",
"#FBF4C1"
],
"tetradic": [
"#D7C1FB",
"#FBC1C7",
"#E5FBC1"
],
"splitComplementary": [
"#FBC1E5",
"#FBD7C1"
],
"monochromatic": [
"#FFFFFF",
"#C3FBF4",
"#6AF6E5"
]
},
"variants": {
"light": "#FFFFFF",
"dark": "#6AF6E5",
"saturated": "#BDFFF7",
"desaturated": "#C8F4EF",
"pastel": "#FFFFFF",
"neon": "#E5FFFC"
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"css": {
"variable": "--color-duck-egg-blue: #C3FBF4;",
"utility": ".bg-duck-egg-blue { background-color: #C3FBF4; }",
"textUtility": ".text-duck-egg-blue { color: #C3FBF4; }"
},
"nearestColors": [
"celeste",
"arctic-blue",
"ice-blue",
"pale-turquoise",
"soft-mint"
],
"generatedPalettes": [
"duck-egg-blue"
],
"generatedComparisons": [
"celeste-vs-duck-egg-blue",
"duck-egg-blue-vs-arctic-blue"
],
"relatedFamilies": [
"/colors/by-family/cyan",
"/colors/by-temperature/cool",
"/colors/by-tone/light",
"/colors/by-tone/pastel"
],
"relatedTools": [
"/harmonies/duck-egg-blue",
"/wcag/duck-egg-blue",
"/css/colors/duck-egg-blue",
"/hex/c3fbf4"
],
"semanticRelations": {
"broader": [
"/colors/by-family/cyan",
"/colors/by-temperature/cool",
"/colors/by-tone/light",
"/colors/by-tone/pastel"
],
"narrower": [
"/palettes/duck-egg-blue"
],
"related": [
"/colors/celeste",
"/colors/arctic-blue",
"/colors/ice-blue",
"/colors/pale-turquoise",
"/colors/soft-mint",
"/compare/celeste-vs-duck-egg-blue",
"/compare/duck-egg-blue-vs-arctic-blue",
"/harmonies/duck-egg-blue",
"/wcag/duck-egg-blue",
"/css/colors/duck-egg-blue",
"/hex/c3fbf4"
]
},
"pairings": {
"best": [
"#000000",
"#FBC1C7",
"#C1FBD7",
"#C1E5FB"
],
"avoid": [
"#C8F4EF",
"#FFFFFF"
],
"neutral": [
"#1A1A1A",
"#F5F5F5",
"#E8E8E4"
],
"highContrast": [
"#000000"
],
"lowContrast": [
"#FFFFFF",
"#C8F4EF"
]
}
}
Color meaning and use
About Duck Egg Blue Color
Duck Egg Blue sits in the cyan family with cool temperature and light and pastel visual character. Duck Egg Blue is a commonly used color name in design references, palettes, and editorial color systems.
Its common associations include life, seasonality, and organic texture, which makes it relevant for floral design and garden brands. In design work, Duck Egg Blue is most useful for botanical palettes, natural product design, and seasonal editorial palettes, especially when paired with black text for stronger contrast.
WCAG Accessibility
Contrast checks for Duck Egg Blue against black and white text.