#eabf15
a balanced, electric yellow · cool · closest name: gold
RGB
234, 191, 21
HSL
48°, 84%, 50%
CMYK
0, 18, 91, 8
Luminance
0.5481
Every format
| HEX | #eabf15 |
| RGB | rgb(234, 191, 21) |
| HSL | hsl(48, 84%, 50%) |
| CMYK | cmyk(0%, 18%, 91%, 8%) |
| LAB | lab(78.9 1.6 78.2) |
| LCH | lch(78.9 78.2 88.8) |
| OKLCH | oklch(0.819 0.164 92.0) |
Copy-ready code
/* CSS */
color: #eabf15;
background-color: #eabf15;
/* Tailwind (arbitrary) */
class="text-[#eabf15] bg-[#eabf15]"
/* SCSS */
$brand: #eabf15;
/* SwiftUI */
Color(red: 0.918, green: 0.749, blue: 0.082)
/* Android */
Color.parseColor("#eabf15")Accessibility — WCAG contrast
Aa
#eabf15 on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eabf15 on black: 11.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green74.9%
Blue8.2%
CMYK percentages
Cyan0.0%
Magenta18.4%
Yellow91.0%
Key (black)8.2%
Color previews
#eabf15 text on a black background
contrast 11.96:1
Card sample
#eabf15 text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eabf15;
Background color
Panel with #eabf15 background
background-color: #eabf15;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eabf15;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 191, 21, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 191, 21, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eabf15; background: linear-gradient(135deg, #eabf15, #87EA15);