#cdf5ed
a pale, vivid cyan · cool · closest name: ivory
RGB
205, 245, 237
HSL
168°, 67%, 88%
CMYK
16, 0, 3, 4
Luminance
0.8440
Every format
| HEX | #cdf5ed |
| RGB | rgb(205, 245, 237) |
| HSL | hsl(168, 67%, 88%) |
| CMYK | cmyk(16%, 0%, 3%, 4%) |
| LAB | lab(93.6 -14.4 -0.4) |
| LCH | lch(93.6 14.4 181.8) |
| OKLCH | oklch(0.940 0.043 181.9) |
Copy-ready code
/* CSS */
color: #cdf5ed;
background-color: #cdf5ed;
/* Tailwind (arbitrary) */
class="text-[#cdf5ed] bg-[#cdf5ed]"
/* SCSS */
$brand: #cdf5ed;
/* SwiftUI */
Color(red: 0.804, green: 0.961, blue: 0.929)
/* Android */
Color.parseColor("#cdf5ed")Accessibility — WCAG contrast
Aa
#cdf5ed on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf5ed on black: 17.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green96.1%
Blue92.9%
CMYK percentages
Cyan16.3%
Magenta0.0%
Yellow3.3%
Key (black)3.9%
Color previews
#cdf5ed text on a black background
contrast 17.88:1
Card sample
#cdf5ed text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf5ed;
Background color
Panel with #cdf5ed background
background-color: #cdf5ed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf5ed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 245, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 245, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf5ed; background: linear-gradient(135deg, #cdf5ed, #CDE2F5);