#cdf4ee
a pale, vivid cyan · cool · closest name: white
RGB
205, 244, 238
HSL
171°, 64%, 88%
CMYK
16, 0, 3, 4
Luminance
0.8385
Every format
| HEX | #cdf4ee |
| RGB | rgb(205, 244, 238) |
| HSL | hsl(171, 64%, 88%) |
| CMYK | cmyk(16%, 0%, 3%, 4%) |
| LAB | lab(93.4 -13.7 -1.3) |
| LCH | lch(93.4 13.8 185.5) |
| OKLCH | oklch(0.938 0.041 185.2) |
Copy-ready code
/* CSS */
color: #cdf4ee;
background-color: #cdf4ee;
/* Tailwind (arbitrary) */
class="text-[#cdf4ee] bg-[#cdf4ee]"
/* SCSS */
$brand: #cdf4ee;
/* SwiftUI */
Color(red: 0.804, green: 0.957, blue: 0.933)
/* Android */
Color.parseColor("#cdf4ee")Accessibility — WCAG contrast
Aa
#cdf4ee on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf4ee on black: 17.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green95.7%
Blue93.3%
CMYK percentages
Cyan16.0%
Magenta0.0%
Yellow2.5%
Key (black)4.3%
Color previews
#cdf4ee text on a black background
contrast 17.77:1
Card sample
#cdf4ee text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf4ee;
Background color
Panel with #cdf4ee background
background-color: #cdf4ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf4ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 244, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 244, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf4ee; background: linear-gradient(135deg, #cdf4ee, #CDE0F4);