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