#eafeb6
a pale, electric green · cool · closest name: khaki
RGB
234, 254, 182
HSL
77°, 97%, 86%
CMYK
8, 0, 28, 0
Luminance
0.9175
Every format
| HEX | #eafeb6 |
| RGB | rgb(234, 254, 182) |
| HSL | hsl(77, 97%, 86%) |
| CMYK | cmyk(8%, 0%, 28%, 0%) |
| LAB | lab(96.7 -18.1 32.4) |
| LCH | lch(96.7 37.1 119.2) |
| OKLCH | oklch(0.965 0.095 120.8) |
Copy-ready code
/* CSS */
color: #eafeb6;
background-color: #eafeb6;
/* Tailwind (arbitrary) */
class="text-[#eafeb6] bg-[#eafeb6]"
/* SCSS */
$brand: #eafeb6;
/* SwiftUI */
Color(red: 0.918, green: 0.996, blue: 0.714)
/* Android */
Color.parseColor("#eafeb6")Accessibility — WCAG contrast
Aa
#eafeb6 on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eafeb6 on black: 19.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green99.6%
Blue71.4%
CMYK percentages
Cyan7.9%
Magenta0.0%
Yellow28.3%
Key (black)0.4%
Color previews
#eafeb6 text on a black background
contrast 19.35:1
Card sample
#eafeb6 text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eafeb6;
Background color
Panel with #eafeb6 background
background-color: #eafeb6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eafeb6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 254, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 254, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eafeb6; background: linear-gradient(135deg, #eafeb6, #BAFEB6);