#cdfeee
a pale, electric cyan · cool · closest name: ivory
RGB
205, 254, 238
HSL
160°, 96%, 90%
CMYK
19, 0, 6, 0
Luminance
0.9004
Every format
| HEX | #cdfeee |
| RGB | rgb(205, 254, 238) |
| HSL | hsl(160, 96%, 90%) |
| CMYK | cmyk(19%, 0%, 6%, 0%) |
| LAB | lab(96.0 -18.6 2.5) |
| LCH | lch(96.0 18.8 172.3) |
| OKLCH | oklch(0.959 0.054 173.2) |
Copy-ready code
/* CSS */
color: #cdfeee;
background-color: #cdfeee;
/* Tailwind (arbitrary) */
class="text-[#cdfeee] bg-[#cdfeee]"
/* SCSS */
$brand: #cdfeee;
/* SwiftUI */
Color(red: 0.804, green: 0.996, blue: 0.933)
/* Android */
Color.parseColor("#cdfeee")Accessibility — WCAG contrast
Aa
#cdfeee on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfeee on black: 19.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green99.6%
Blue93.3%
CMYK percentages
Cyan19.3%
Magenta0.0%
Yellow6.3%
Key (black)0.4%
Color previews
#cdfeee text on a black background
contrast 19.01:1
Card sample
#cdfeee text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfeee;
Background color
Panel with #cdfeee background
background-color: #cdfeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 254, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 254, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfeee; background: linear-gradient(135deg, #cdfeee, #CDEDFE);