#cdf9ee
a pale, electric cyan · cool · closest name: ivory
RGB
205, 249, 238
HSL
165°, 79%, 89%
CMYK
18, 0, 4, 2
Luminance
0.8690
Every format
| HEX | #cdf9ee |
| RGB | rgb(205, 249, 238) |
| HSL | hsl(165, 79%, 89%) |
| CMYK | cmyk(18%, 0%, 4%, 2%) |
| LAB | lab(94.7 -16.2 0.6) |
| LCH | lch(94.7 16.2 177.8) |
| OKLCH | oklch(0.948 0.048 178.4) |
Copy-ready code
/* CSS */
color: #cdf9ee;
background-color: #cdf9ee;
/* Tailwind (arbitrary) */
class="text-[#cdf9ee] bg-[#cdf9ee]"
/* SCSS */
$brand: #cdf9ee;
/* SwiftUI */
Color(red: 0.804, green: 0.976, blue: 0.933)
/* Android */
Color.parseColor("#cdf9ee")Accessibility — WCAG contrast
Aa
#cdf9ee on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf9ee on black: 18.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green97.6%
Blue93.3%
CMYK percentages
Cyan17.7%
Magenta0.0%
Yellow4.4%
Key (black)2.4%
Color previews
#cdf9ee text on a black background
contrast 18.38:1
Card sample
#cdf9ee text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf9ee;
Background color
Panel with #cdf9ee background
background-color: #cdf9ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf9ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 249, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 249, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf9ee; background: linear-gradient(135deg, #cdf9ee, #CDE7F9);