#cdf4e8
a pale, vivid cyan · cool · closest name: ivory
RGB
205, 244, 232
HSL
162°, 64%, 88%
CMYK
16, 0, 5, 4
Luminance
0.8351
Every format
| HEX | #cdf4e8 |
| RGB | rgb(205, 244, 232) |
| HSL | hsl(162, 64%, 88%) |
| CMYK | cmyk(16%, 0%, 5%, 4%) |
| LAB | lab(93.2 -14.9 1.6) |
| LCH | lch(93.2 14.9 173.9) |
| OKLCH | oklch(0.936 0.043 174.8) |
Copy-ready code
/* CSS */
color: #cdf4e8;
background-color: #cdf4e8;
/* Tailwind (arbitrary) */
class="text-[#cdf4e8] bg-[#cdf4e8]"
/* SCSS */
$brand: #cdf4e8;
/* SwiftUI */
Color(red: 0.804, green: 0.957, blue: 0.910)
/* Android */
Color.parseColor("#cdf4e8")Accessibility — WCAG contrast
Aa
#cdf4e8 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf4e8 on black: 17.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green95.7%
Blue91.0%
CMYK percentages
Cyan16.0%
Magenta0.0%
Yellow4.9%
Key (black)4.3%
Color previews
#cdf4e8 text on a black background
contrast 17.70:1
Card sample
#cdf4e8 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf4e8;
Background color
Panel with #cdf4e8 background
background-color: #cdf4e8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf4e8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 244, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 244, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf4e8; background: linear-gradient(135deg, #cdf4e8, #CDE6F4);