#e5ab13
a balanced, electric yellow · warm · closest name: orange
RGB
229, 171, 19
HSL
43°, 85%, 49%
CMYK
0, 25, 92, 10
Luminance
0.4583
Every format
| HEX | #e5ab13 |
| RGB | rgb(229, 171, 19) |
| HSL | hsl(43, 85%, 49%) |
| CMYK | cmyk(0%, 25%, 92%, 10%) |
| LAB | lab(73.4 9.9 74.1) |
| LCH | lch(73.4 74.8 82.4) |
| OKLCH | oklch(0.775 0.156 83.4) |
Copy-ready code
/* CSS */
color: #e5ab13;
background-color: #e5ab13;
/* Tailwind (arbitrary) */
class="text-[#e5ab13] bg-[#e5ab13]"
/* SCSS */
$brand: #e5ab13;
/* SwiftUI */
Color(red: 0.898, green: 0.671, blue: 0.075)
/* Android */
Color.parseColor("#e5ab13")Accessibility — WCAG contrast
Aa
#e5ab13 on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e5ab13 on black: 10.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green67.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta25.3%
Yellow91.7%
Key (black)10.2%
Color previews
#e5ab13 text on a black background
contrast 10.17:1
Card sample
#e5ab13 text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e5ab13;
Background color
Panel with #e5ab13 background
background-color: #e5ab13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e5ab13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 171, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 171, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e5ab13; background: linear-gradient(135deg, #e5ab13, #93E513);