#eafeb0
a light, electric green · cool · closest name: khaki
RGB
234, 254, 176
HSL
75°, 98%, 84%
CMYK
8, 0, 31, 0
Luminance
0.9151
Every format
| HEX | #eafeb0 |
| RGB | rgb(234, 254, 176) |
| HSL | hsl(75, 98%, 84%) |
| CMYK | cmyk(8%, 0%, 31%, 0%) |
| LAB | lab(96.6 -18.9 35.2) |
| LCH | lch(96.6 40.0 118.2) |
| OKLCH | oklch(0.964 0.102 120.0) |
Copy-ready code
/* CSS */
color: #eafeb0;
background-color: #eafeb0;
/* Tailwind (arbitrary) */
class="text-[#eafeb0] bg-[#eafeb0]"
/* SCSS */
$brand: #eafeb0;
/* SwiftUI */
Color(red: 0.918, green: 0.996, blue: 0.690)
/* Android */
Color.parseColor("#eafeb0")Accessibility — WCAG contrast
Aa
#eafeb0 on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eafeb0 on black: 19.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green99.6%
Blue69.0%
CMYK percentages
Cyan7.9%
Magenta0.0%
Yellow30.7%
Key (black)0.4%
Color previews
#eafeb0 text on a black background
contrast 19.30:1
Card sample
#eafeb0 text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eafeb0;
Background color
Panel with #eafeb0 background
background-color: #eafeb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eafeb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 254, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 254, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eafeb0; background: linear-gradient(135deg, #eafeb0, #B6FEB0);