#eaf590
a light, electric yellow · cool · closest name: khaki
RGB
234, 245, 144
HSL
67°, 84%, 76%
CMYK
5, 0, 41, 4
Luminance
0.8481
Every format
| HEX | #eaf590 |
| RGB | rgb(234, 245, 144) |
| HSL | hsl(67, 84%, 76%) |
| CMYK | cmyk(5%, 0%, 41%, 4%) |
| LAB | lab(93.8 -18.3 47.3) |
| LCH | lch(93.8 50.7 111.2) |
| OKLCH | oklch(0.940 0.125 113.9) |
Copy-ready code
/* CSS */
color: #eaf590;
background-color: #eaf590;
/* Tailwind (arbitrary) */
class="text-[#eaf590] bg-[#eaf590]"
/* SCSS */
$brand: #eaf590;
/* SwiftUI */
Color(red: 0.918, green: 0.961, blue: 0.565)
/* Android */
Color.parseColor("#eaf590")Accessibility — WCAG contrast
Aa
#eaf590 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaf590 on black: 17.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green96.1%
Blue56.5%
CMYK percentages
Cyan4.5%
Magenta0.0%
Yellow41.2%
Key (black)3.9%
Color previews
#eaf590 text on a black background
contrast 17.96:1
Card sample
#eaf590 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaf590;
Background color
Panel with #eaf590 background
background-color: #eaf590;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaf590;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 245, 144, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 245, 144, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaf590; background: linear-gradient(135deg, #eaf590, #A7F590);