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