#eabb13
a balanced, electric yellow · cool · closest name: gold
RGB
234, 187, 19
HSL
47°, 85%, 50%
CMYK
0, 20, 92, 8
Luminance
0.5308
Every format
| HEX | #eabb13 |
| RGB | rgb(234, 187, 19) |
| HSL | hsl(47, 85%, 50%) |
| CMYK | cmyk(0%, 20%, 92%, 8%) |
| LAB | lab(77.9 3.6 77.7) |
| LCH | lch(77.9 77.8 87.3) |
| OKLCH | oklch(0.811 0.163 90.0) |
Copy-ready code
/* CSS */
color: #eabb13;
background-color: #eabb13;
/* Tailwind (arbitrary) */
class="text-[#eabb13] bg-[#eabb13]"
/* SCSS */
$brand: #eabb13;
/* SwiftUI */
Color(red: 0.918, green: 0.733, blue: 0.075)
/* Android */
Color.parseColor("#eabb13")Accessibility — WCAG contrast
Aa
#eabb13 on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eabb13 on black: 11.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green73.3%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta20.1%
Yellow91.9%
Key (black)8.2%
Color previews
#eabb13 text on a black background
contrast 11.62:1
Card sample
#eabb13 text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eabb13;
Background color
Panel with #eabb13 background
background-color: #eabb13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eabb13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 187, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 187, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eabb13; background: linear-gradient(135deg, #eabb13, #8AEA13);