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