#e5af49
a balanced, electric orange · warm · closest name: peru
RGB
229, 175, 73
HSL
39°, 75%, 59%
CMYK
0, 24, 68, 10
Luminance
0.4780
Every format
| HEX | #e5af49 |
| RGB | rgb(229, 175, 73) |
| HSL | hsl(39, 75%, 59%) |
| CMYK | cmyk(0%, 24%, 68%, 10%) |
| LAB | lab(74.7 9.6 58.0) |
| LCH | lch(74.7 58.8 80.6) |
| OKLCH | oklch(0.785 0.133 80.4) |
Copy-ready code
/* CSS */
color: #e5af49;
background-color: #e5af49;
/* Tailwind (arbitrary) */
class="text-[#e5af49] bg-[#e5af49]"
/* SCSS */
$brand: #e5af49;
/* SwiftUI */
Color(red: 0.898, green: 0.686, blue: 0.286)
/* Android */
Color.parseColor("#e5af49")Accessibility — WCAG contrast
Aa
#e5af49 on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e5af49 on black: 10.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green68.6%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta23.6%
Yellow68.1%
Key (black)10.2%
Color previews
#e5af49 text on a black background
contrast 10.56:1
Card sample
#e5af49 text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e5af49;
Background color
Panel with #e5af49 background
background-color: #e5af49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e5af49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 175, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 175, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e5af49; background: linear-gradient(135deg, #e5af49, #B3E549);