#eaf7af
a light, electric green · cool · closest name: khaki
RGB
234, 247, 175
HSL
71°, 82%, 83%
CMYK
5, 0, 29, 3
Luminance
0.8711
Every format
| HEX | #eaf7af |
| RGB | rgb(234, 247, 175) |
| HSL | hsl(71, 82%, 83%) |
| CMYK | cmyk(5%, 0%, 29%, 3%) |
| LAB | lab(94.8 -15.6 33.3) |
| LCH | lch(94.8 36.8 115.2) |
| OKLCH | oklch(0.950 0.093 116.5) |
Copy-ready code
/* CSS */
color: #eaf7af;
background-color: #eaf7af;
/* Tailwind (arbitrary) */
class="text-[#eaf7af] bg-[#eaf7af]"
/* SCSS */
$brand: #eaf7af;
/* SwiftUI */
Color(red: 0.918, green: 0.969, blue: 0.686)
/* Android */
Color.parseColor("#eaf7af")Accessibility — WCAG contrast
Aa
#eaf7af on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaf7af on black: 18.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green96.9%
Blue68.6%
CMYK percentages
Cyan5.3%
Magenta0.0%
Yellow29.1%
Key (black)3.1%
Color previews
#eaf7af text on a black background
contrast 18.42:1
Card sample
#eaf7af text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaf7af;
Background color
Panel with #eaf7af background
background-color: #eaf7af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaf7af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 247, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 247, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaf7af; background: linear-gradient(135deg, #eaf7af, #BAF7AF);