#cdf0ee
a pale, vivid cyan · cool · closest name: white
RGB
205, 240, 238
HSL
177°, 54%, 87%
CMYK
15, 0, 1, 6
Luminance
0.8147
Every format
| HEX | #cdf0ee |
| RGB | rgb(205, 240, 238) |
| HSL | hsl(177, 54%, 87%) |
| CMYK | cmyk(15%, 0%, 1%, 6%) |
| LAB | lab(92.3 -11.7 -2.8) |
| LCH | lch(92.3 12.0 193.7) |
| OKLCH | oklch(0.930 0.036 192.3) |
Copy-ready code
/* CSS */
color: #cdf0ee;
background-color: #cdf0ee;
/* Tailwind (arbitrary) */
class="text-[#cdf0ee] bg-[#cdf0ee]"
/* SCSS */
$brand: #cdf0ee;
/* SwiftUI */
Color(red: 0.804, green: 0.941, blue: 0.933)
/* Android */
Color.parseColor("#cdf0ee")Accessibility — WCAG contrast
Aa
#cdf0ee on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf0ee on black: 17.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green94.1%
Blue93.3%
CMYK percentages
Cyan14.6%
Magenta0.0%
Yellow0.8%
Key (black)5.9%
Color previews
#cdf0ee text on a black background
contrast 17.29:1
Card sample
#cdf0ee text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf0ee;
Background color
Panel with #cdf0ee background
background-color: #cdf0ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf0ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 240, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 240, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf0ee; background: linear-gradient(135deg, #cdf0ee, #CDDBF0);