#e8ac13
a balanced, electric yellow · warm · closest name: orange
RGB
232, 172, 19
HSL
43°, 85%, 49%
CMYK
0, 26, 92, 9
Luminance
0.4671
Every format
| HEX | #e8ac13 |
| RGB | rgb(232, 172, 19) |
| HSL | hsl(43, 85%, 49%) |
| CMYK | cmyk(0%, 26%, 92%, 9%) |
| LAB | lab(74.0 10.6 74.7) |
| LCH | lch(74.0 75.5 81.9) |
| OKLCH | oklch(0.780 0.157 82.7) |
Copy-ready code
/* CSS */
color: #e8ac13;
background-color: #e8ac13;
/* Tailwind (arbitrary) */
class="text-[#e8ac13] bg-[#e8ac13]"
/* SCSS */
$brand: #e8ac13;
/* SwiftUI */
Color(red: 0.910, green: 0.675, blue: 0.075)
/* Android */
Color.parseColor("#e8ac13")Accessibility — WCAG contrast
Aa
#e8ac13 on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e8ac13 on black: 10.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green67.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta25.9%
Yellow91.8%
Key (black)9.0%
Color previews
#e8ac13 text on a black background
contrast 10.34:1
Card sample
#e8ac13 text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e8ac13;
Background color
Panel with #e8ac13 background
background-color: #e8ac13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e8ac13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 172, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 172, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e8ac13; background: linear-gradient(135deg, #e8ac13, #96E813);