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