#e0b708
a balanced, electric yellow · cool · closest name: gold
RGB
224, 183, 8
HSL
49°, 93%, 46%
CMYK
0, 18, 96, 12
Luminance
0.4973
Every format
| HEX | #e0b708 |
| RGB | rgb(224, 183, 8) |
| HSL | hsl(49, 93%, 46%) |
| CMYK | cmyk(0%, 18%, 96%, 12%) |
| LAB | lab(75.9 1.3 77.2) |
| LCH | lch(75.9 77.2 89.1) |
| OKLCH | oklch(0.793 0.161 92.4) |
Copy-ready code
/* CSS */
color: #e0b708;
background-color: #e0b708;
/* Tailwind (arbitrary) */
class="text-[#e0b708] bg-[#e0b708]"
/* SCSS */
$brand: #e0b708;
/* SwiftUI */
Color(red: 0.878, green: 0.718, blue: 0.031)
/* Android */
Color.parseColor("#e0b708")Accessibility — WCAG contrast
Aa
#e0b708 on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e0b708 on black: 10.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green71.8%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta18.3%
Yellow96.4%
Key (black)12.2%
Color previews
#e0b708 text on a black background
contrast 10.95:1
Card sample
#e0b708 text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e0b708;
Background color
Panel with #e0b708 background
background-color: #e0b708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e0b708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 183, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 183, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e0b708; background: linear-gradient(135deg, #e0b708, #79E008);