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