#cdfdee
a pale, electric cyan · cool · closest name: ivory
RGB
205, 253, 238
HSL
161°, 92%, 90%
CMYK
19, 0, 6, 1
Luminance
0.8940
Every format
| HEX | #cdfdee |
| RGB | rgb(205, 253, 238) |
| HSL | hsl(161, 92%, 90%) |
| CMYK | cmyk(19%, 0%, 6%, 1%) |
| LAB | lab(95.8 -18.1 2.1) |
| LCH | lch(95.8 18.3 173.3) |
| OKLCH | oklch(0.957 0.053 174.2) |
Copy-ready code
/* CSS */
color: #cdfdee;
background-color: #cdfdee;
/* Tailwind (arbitrary) */
class="text-[#cdfdee] bg-[#cdfdee]"
/* SCSS */
$brand: #cdfdee;
/* SwiftUI */
Color(red: 0.804, green: 0.992, blue: 0.933)
/* Android */
Color.parseColor("#cdfdee")Accessibility — WCAG contrast
Aa
#cdfdee on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfdee on black: 18.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green99.2%
Blue93.3%
CMYK percentages
Cyan19.0%
Magenta0.0%
Yellow5.9%
Key (black)0.8%
Color previews
#cdfdee text on a black background
contrast 18.88:1
Card sample
#cdfdee text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfdee;
Background color
Panel with #cdfdee background
background-color: #cdfdee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfdee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 253, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 253, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfdee; background: linear-gradient(135deg, #cdfdee, #CDECFD);