#e7ba13
a balanced, electric yellow · cool · closest name: gold
RGB
231, 186, 19
HSL
47°, 85%, 49%
CMYK
0, 20, 92, 9
Luminance
0.5215
Every format
| HEX | #e7ba13 |
| RGB | rgb(231, 186, 19) |
| HSL | hsl(47, 85%, 49%) |
| CMYK | cmyk(0%, 20%, 92%, 9%) |
| LAB | lab(77.4 2.9 77.2) |
| LCH | lch(77.4 77.2 87.9) |
| OKLCH | oklch(0.806 0.162 90.7) |
Copy-ready code
/* CSS */
color: #e7ba13;
background-color: #e7ba13;
/* Tailwind (arbitrary) */
class="text-[#e7ba13] bg-[#e7ba13]"
/* SCSS */
$brand: #e7ba13;
/* SwiftUI */
Color(red: 0.906, green: 0.729, blue: 0.075)
/* Android */
Color.parseColor("#e7ba13")Accessibility — WCAG contrast
Aa
#e7ba13 on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e7ba13 on black: 11.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green72.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta19.5%
Yellow91.8%
Key (black)9.4%
Color previews
#e7ba13 text on a black background
contrast 11.43:1
Card sample
#e7ba13 text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e7ba13;
Background color
Panel with #e7ba13 background
background-color: #e7ba13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e7ba13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 186, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 186, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e7ba13; background: linear-gradient(135deg, #e7ba13, #86E713);