#ae7313
a dark, electric orange · warm · closest name: peru
RGB
174, 115, 19
HSL
37°, 80%, 38%
CMYK
0, 34, 89, 32
Luminance
0.2131
Every format
| HEX | #ae7313 |
| RGB | rgb(174, 115, 19) |
| HSL | hsl(37, 80%, 38%) |
| CMYK | cmyk(0%, 34%, 89%, 32%) |
| LAB | lab(53.3 16.1 56.0) |
| LCH | lch(53.3 58.3 74.0) |
| OKLCH | oklch(0.603 0.124 72.0) |
Copy-ready code
/* CSS */
color: #ae7313;
background-color: #ae7313;
/* Tailwind (arbitrary) */
class="text-[#ae7313] bg-[#ae7313]"
/* SCSS */
$brand: #ae7313;
/* SwiftUI */
Color(red: 0.682, green: 0.451, blue: 0.075)
/* Android */
Color.parseColor("#ae7313")Accessibility — WCAG contrast
Aa
#ae7313 on white: 3.99:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ae7313 on black: 5.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green45.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta33.9%
Yellow89.1%
Key (black)31.8%
Color previews
#ae7313 text on a black background
contrast 5.26:1
Card sample
#ae7313 text on a white background
contrast 3.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae7313;
Background color
Panel with #ae7313 background
background-color: #ae7313;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae7313;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 115, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 115, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae7313; background: linear-gradient(135deg, #ae7313, #81AE13);