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