#eaf366
a light, electric yellow · cool · closest name: khaki
RGB
234, 243, 102
HSL
64°, 86%, 68%
CMYK
4, 0, 58, 5
Luminance
0.8255
Every format
| HEX | #eaf366 |
| RGB | rgb(234, 243, 102) |
| HSL | hsl(64, 86%, 68%) |
| CMYK | cmyk(4%, 0%, 58%, 5%) |
| LAB | lab(92.8 -21.0 65.3) |
| LCH | lch(92.8 68.6 107.8) |
| OKLCH | oklch(0.931 0.163 112.5) |
Copy-ready code
/* CSS */
color: #eaf366;
background-color: #eaf366;
/* Tailwind (arbitrary) */
class="text-[#eaf366] bg-[#eaf366]"
/* SCSS */
$brand: #eaf366;
/* SwiftUI */
Color(red: 0.918, green: 0.953, blue: 0.400)
/* Android */
Color.parseColor("#eaf366")Accessibility — WCAG contrast
Aa
#eaf366 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaf366 on black: 17.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green95.3%
Blue40.0%
CMYK percentages
Cyan3.7%
Magenta0.0%
Yellow58.0%
Key (black)4.7%
Color previews
#eaf366 text on a black background
contrast 17.51:1
Card sample
#eaf366 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaf366;
Background color
Panel with #eaf366 background
background-color: #eaf366;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaf366;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 243, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 243, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaf366; background: linear-gradient(135deg, #eaf366, #8CF366);