#eaf192
a light, electric yellow · cool · closest name: khaki
RGB
234, 241, 146
HSL
64°, 77%, 76%
CMYK
3, 0, 39, 6
Luminance
0.8248
Every format
| HEX | #eaf192 |
| RGB | rgb(234, 241, 146) |
| HSL | hsl(64, 77%, 76%) |
| CMYK | cmyk(3%, 0%, 39%, 6%) |
| LAB | lab(92.8 -16.1 45.0) |
| LCH | lch(92.8 47.9 109.7) |
| OKLCH | oklch(0.932 0.118 112.1) |
Copy-ready code
/* CSS */
color: #eaf192;
background-color: #eaf192;
/* Tailwind (arbitrary) */
class="text-[#eaf192] bg-[#eaf192]"
/* SCSS */
$brand: #eaf192;
/* SwiftUI */
Color(red: 0.918, green: 0.945, blue: 0.573)
/* Android */
Color.parseColor("#eaf192")Accessibility — WCAG contrast
Aa
#eaf192 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaf192 on black: 17.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green94.5%
Blue57.3%
CMYK percentages
Cyan2.9%
Magenta0.0%
Yellow39.4%
Key (black)5.5%
Color previews
#eaf192 text on a black background
contrast 17.50:1
Card sample
#eaf192 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaf192;
Background color
Panel with #eaf192 background
background-color: #eaf192;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaf192;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 241, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 241, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaf192; background: linear-gradient(135deg, #eaf192, #ABF192);