#eaf476
a light, electric yellow · cool · closest name: khaki
RGB
234, 244, 118
HSL
65°, 85%, 71%
CMYK
4, 0, 52, 4
Luminance
0.8350
Every format
| HEX | #eaf476 |
| RGB | rgb(234, 244, 118) |
| HSL | hsl(65, 85%, 71%) |
| CMYK | cmyk(4%, 0%, 52%, 4%) |
| LAB | lab(93.2 -20.3 58.8) |
| LCH | lch(93.2 62.2 109.0) |
| OKLCH | oklch(0.935 0.150 113.0) |
Copy-ready code
/* CSS */
color: #eaf476;
background-color: #eaf476;
/* Tailwind (arbitrary) */
class="text-[#eaf476] bg-[#eaf476]"
/* SCSS */
$brand: #eaf476;
/* SwiftUI */
Color(red: 0.918, green: 0.957, blue: 0.463)
/* Android */
Color.parseColor("#eaf476")Accessibility — WCAG contrast
Aa
#eaf476 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaf476 on black: 17.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green95.7%
Blue46.3%
CMYK percentages
Cyan4.1%
Magenta0.0%
Yellow51.6%
Key (black)4.3%
Color previews
#eaf476 text on a black background
contrast 17.70:1
Card sample
#eaf476 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaf476;
Background color
Panel with #eaf476 background
background-color: #eaf476;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaf476;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 244, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 244, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaf476; background: linear-gradient(135deg, #eaf476, #96F476);