#eaf5af
a light, electric yellow · cool · closest name: khaki
RGB
234, 245, 175
HSL
69°, 78%, 82%
CMYK
5, 0, 29, 4
Luminance
0.8589
Every format
| HEX | #eaf5af |
| RGB | rgb(234, 245, 175) |
| HSL | hsl(69, 78%, 82%) |
| CMYK | cmyk(5%, 0%, 29%, 4%) |
| LAB | lab(94.3 -14.7 32.6) |
| LCH | lch(94.3 35.7 114.2) |
| OKLCH | oklch(0.945 0.090 115.4) |
Copy-ready code
/* CSS */
color: #eaf5af;
background-color: #eaf5af;
/* Tailwind (arbitrary) */
class="text-[#eaf5af] bg-[#eaf5af]"
/* SCSS */
$brand: #eaf5af;
/* SwiftUI */
Color(red: 0.918, green: 0.961, blue: 0.686)
/* Android */
Color.parseColor("#eaf5af")Accessibility — WCAG contrast
Aa
#eaf5af on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaf5af on black: 18.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green96.1%
Blue68.6%
CMYK percentages
Cyan4.5%
Magenta0.0%
Yellow28.6%
Key (black)3.9%
Color previews
#eaf5af text on a black background
contrast 18.18:1
Card sample
#eaf5af text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaf5af;
Background color
Panel with #eaf5af background
background-color: #eaf5af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaf5af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 245, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 245, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaf5af; background: linear-gradient(135deg, #eaf5af, #BCF5AF);