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