#eab708
a balanced, electric yellow · cool · closest name: gold
RGB
234, 183, 8
HSL
47°, 93%, 48%
CMYK
0, 22, 97, 8
Luminance
0.5138
Every format
| HEX | #eab708 |
| RGB | rgb(234, 183, 8) |
| HSL | hsl(47, 93%, 48%) |
| CMYK | cmyk(0%, 22%, 97%, 8%) |
| LAB | lab(76.9 5.6 78.3) |
| LCH | lch(76.9 78.5 85.9) |
| OKLCH | oklch(0.803 0.163 88.2) |
Copy-ready code
/* CSS */
color: #eab708;
background-color: #eab708;
/* Tailwind (arbitrary) */
class="text-[#eab708] bg-[#eab708]"
/* SCSS */
$brand: #eab708;
/* SwiftUI */
Color(red: 0.918, green: 0.718, blue: 0.031)
/* Android */
Color.parseColor("#eab708")Accessibility — WCAG contrast
Aa
#eab708 on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eab708 on black: 11.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green71.8%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta21.8%
Yellow96.6%
Key (black)8.2%
Color previews
#eab708 text on a black background
contrast 11.28:1
Card sample
#eab708 text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eab708;
Background color
Panel with #eab708 background
background-color: #eab708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eab708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 183, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 183, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eab708; background: linear-gradient(135deg, #eab708, #86EA08);