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