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