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