#ae7913
a dark, electric orange · warm · closest name: peru
RGB
174, 121, 19
HSL
40°, 80%, 38%
CMYK
0, 31, 89, 32
Luminance
0.2272
Every format
| HEX | #ae7913 |
| RGB | rgb(174, 121, 19) |
| HSL | hsl(40, 80%, 38%) |
| CMYK | cmyk(0%, 31%, 89%, 32%) |
| LAB | lab(54.8 12.7 57.2) |
| LCH | lch(54.8 58.6 77.5) |
| OKLCH | oklch(0.615 0.124 76.7) |
Copy-ready code
/* CSS */
color: #ae7913;
background-color: #ae7913;
/* Tailwind (arbitrary) */
class="text-[#ae7913] bg-[#ae7913]"
/* SCSS */
$brand: #ae7913;
/* SwiftUI */
Color(red: 0.682, green: 0.475, blue: 0.075)
/* Android */
Color.parseColor("#ae7913")Accessibility — WCAG contrast
Aa
#ae7913 on white: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ae7913 on black: 5.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green47.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta30.5%
Yellow89.1%
Key (black)31.8%
Color previews
#ae7913 text on a black background
contrast 5.54:1
Card sample
#ae7913 text on a white background
contrast 3.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae7913;
Background color
Panel with #ae7913 background
background-color: #ae7913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae7913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 121, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 121, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae7913; background: linear-gradient(135deg, #ae7913, #7BAE13);