#eafdf9
a pale, electric cyan · cool · closest name: white
RGB
234, 253, 249
HSL
167°, 83%, 96%
CMYK
8, 0, 2, 1
Luminance
0.9458
Every format
| HEX | #eafdf9 |
| RGB | rgb(234, 253, 249) |
| HSL | hsl(167, 83%, 96%) |
| CMYK | cmyk(8%, 0%, 2%, 1%) |
| LAB | lab(97.9 -6.9 -0.2) |
| LCH | lch(97.9 6.9 181.7) |
| OKLCH | oklch(0.979 0.021 181.9) |
Copy-ready code
/* CSS */
color: #eafdf9;
background-color: #eafdf9;
/* Tailwind (arbitrary) */
class="text-[#eafdf9] bg-[#eafdf9]"
/* SCSS */
$brand: #eafdf9;
/* SwiftUI */
Color(red: 0.918, green: 0.992, blue: 0.976)
/* Android */
Color.parseColor("#eafdf9")Accessibility — WCAG contrast
Aa
#eafdf9 on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eafdf9 on black: 19.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green99.2%
Blue97.6%
CMYK percentages
Cyan7.5%
Magenta0.0%
Yellow1.6%
Key (black)0.8%
Color previews
#eafdf9 text on a black background
contrast 19.92:1
Card sample
#eafdf9 text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eafdf9;
Background color
Panel with #eafdf9 background
background-color: #eafdf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eafdf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 253, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 253, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eafdf9; background: linear-gradient(135deg, #eafdf9, #EAF4FD);