#cdf3ee
a pale, vivid cyan · cool · closest name: white
RGB
205, 243, 238
HSL
172°, 61%, 88%
CMYK
16, 0, 2, 5
Luminance
0.8325
Every format
| HEX | #cdf3ee |
| RGB | rgb(205, 243, 238) |
| HSL | hsl(172, 61%, 88%) |
| CMYK | cmyk(16%, 0%, 2%, 5%) |
| LAB | lab(93.1 -13.2 -1.7) |
| LCH | lch(93.1 13.3 187.3) |
| OKLCH | oklch(0.936 0.040 186.8) |
Copy-ready code
/* CSS */
color: #cdf3ee;
background-color: #cdf3ee;
/* Tailwind (arbitrary) */
class="text-[#cdf3ee] bg-[#cdf3ee]"
/* SCSS */
$brand: #cdf3ee;
/* SwiftUI */
Color(red: 0.804, green: 0.953, blue: 0.933)
/* Android */
Color.parseColor("#cdf3ee")Accessibility — WCAG contrast
Aa
#cdf3ee on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf3ee on black: 17.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green95.3%
Blue93.3%
CMYK percentages
Cyan15.6%
Magenta0.0%
Yellow2.1%
Key (black)4.7%
Color previews
#cdf3ee text on a black background
contrast 17.65:1
Card sample
#cdf3ee text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf3ee;
Background color
Panel with #cdf3ee background
background-color: #cdf3ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf3ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 243, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 243, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf3ee; background: linear-gradient(135deg, #cdf3ee, #CDDFF3);