#eaf6af
a light, electric green · cool · closest name: khaki
RGB
234, 246, 175
HSL
70°, 80%, 83%
CMYK
5, 0, 29, 4
Luminance
0.8650
Every format
| HEX | #eaf6af |
| RGB | rgb(234, 246, 175) |
| HSL | hsl(70, 80%, 83%) |
| CMYK | cmyk(5%, 0%, 29%, 4%) |
| LAB | lab(94.5 -15.1 32.9) |
| LCH | lch(94.5 36.2 114.7) |
| OKLCH | oklch(0.947 0.092 116.0) |
Copy-ready code
/* CSS */
color: #eaf6af;
background-color: #eaf6af;
/* Tailwind (arbitrary) */
class="text-[#eaf6af] bg-[#eaf6af]"
/* SCSS */
$brand: #eaf6af;
/* SwiftUI */
Color(red: 0.918, green: 0.965, blue: 0.686)
/* Android */
Color.parseColor("#eaf6af")Accessibility — WCAG contrast
Aa
#eaf6af on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaf6af on black: 18.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green96.5%
Blue68.6%
CMYK percentages
Cyan4.9%
Magenta0.0%
Yellow28.9%
Key (black)3.5%
Color previews
#eaf6af text on a black background
contrast 18.30:1
Card sample
#eaf6af text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaf6af;
Background color
Panel with #eaf6af background
background-color: #eaf6af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaf6af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 246, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 246, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaf6af; background: linear-gradient(135deg, #eaf6af, #BBF6AF);