#eaefd8
a pale, soft green · cool · closest name: beige
RGB
234, 239, 216
HSL
73°, 42%, 89%
CMYK
2, 0, 10, 6
Luminance
0.8418
Every format
| HEX | #eaefd8 |
| RGB | rgb(234, 239, 216) |
| HSL | hsl(73, 42%, 89%) |
| CMYK | cmyk(2%, 0%, 10%, 6%) |
| LAB | lab(93.5 -5.6 10.6) |
| LCH | lch(93.5 12.0 118.0) |
| OKLCH | oklch(0.942 0.031 117.0) |
Copy-ready code
/* CSS */
color: #eaefd8;
background-color: #eaefd8;
/* Tailwind (arbitrary) */
class="text-[#eaefd8] bg-[#eaefd8]"
/* SCSS */
$brand: #eaefd8;
/* SwiftUI */
Color(red: 0.918, green: 0.937, blue: 0.847)
/* Android */
Color.parseColor("#eaefd8")Accessibility — WCAG contrast
Aa
#eaefd8 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaefd8 on black: 17.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green93.7%
Blue84.7%
CMYK percentages
Cyan2.1%
Magenta0.0%
Yellow9.6%
Key (black)6.3%
Color previews
#eaefd8 text on a black background
contrast 17.84:1
Card sample
#eaefd8 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaefd8;
Background color
Panel with #eaefd8 background
background-color: #eaefd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaefd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 239, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 239, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaefd8; background: linear-gradient(135deg, #eaefd8, #DBEFD8);