#eaf4af
a light, electric yellow · cool · closest name: khaki
RGB
234, 244, 175
HSL
69°, 76%, 82%
CMYK
4, 0, 28, 4
Luminance
0.8529
Every format
| HEX | #eaf4af |
| RGB | rgb(234, 244, 175) |
| HSL | hsl(69, 76%, 82%) |
| CMYK | cmyk(4%, 0%, 28%, 4%) |
| LAB | lab(94.0 -14.2 32.2) |
| LCH | lch(94.0 35.2 113.7) |
| OKLCH | oklch(0.943 0.089 114.8) |
Copy-ready code
/* CSS */
color: #eaf4af;
background-color: #eaf4af;
/* Tailwind (arbitrary) */
class="text-[#eaf4af] bg-[#eaf4af]"
/* SCSS */
$brand: #eaf4af;
/* SwiftUI */
Color(red: 0.918, green: 0.957, blue: 0.686)
/* Android */
Color.parseColor("#eaf4af")Accessibility — WCAG contrast
Aa
#eaf4af on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaf4af on black: 18.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green95.7%
Blue68.6%
CMYK percentages
Cyan4.1%
Magenta0.0%
Yellow28.3%
Key (black)4.3%
Color previews
#eaf4af text on a black background
contrast 18.06:1
Card sample
#eaf4af text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaf4af;
Background color
Panel with #eaf4af background
background-color: #eaf4af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaf4af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 244, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 244, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaf4af; background: linear-gradient(135deg, #eaf4af, #BCF4AF);