#eaf174
a light, electric yellow · cool · closest name: khaki
RGB
234, 241, 116
HSL
63°, 82%, 70%
CMYK
3, 0, 52, 6
Luminance
0.8166
Every format
| HEX | #eaf174 |
| RGB | rgb(234, 241, 116) |
| HSL | hsl(63, 82%, 70%) |
| CMYK | cmyk(3%, 0%, 52%, 6%) |
| LAB | lab(92.4 -19.0 58.8) |
| LCH | lch(92.4 61.7 107.9) |
| OKLCH | oklch(0.928 0.148 111.9) |
Copy-ready code
/* CSS */
color: #eaf174;
background-color: #eaf174;
/* Tailwind (arbitrary) */
class="text-[#eaf174] bg-[#eaf174]"
/* SCSS */
$brand: #eaf174;
/* SwiftUI */
Color(red: 0.918, green: 0.945, blue: 0.455)
/* Android */
Color.parseColor("#eaf174")Accessibility — WCAG contrast
Aa
#eaf174 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaf174 on black: 17.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green94.5%
Blue45.5%
CMYK percentages
Cyan2.9%
Magenta0.0%
Yellow51.9%
Key (black)5.5%
Color previews
#eaf174 text on a black background
contrast 17.33:1
Card sample
#eaf174 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaf174;
Background color
Panel with #eaf174 background
background-color: #eaf174;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaf174;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 241, 116, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 241, 116, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaf174; background: linear-gradient(135deg, #eaf174, #97F174);