#ae4713
a dark, electric orange · warm · closest name: chocolate
RGB
174, 71, 19
HSL
20°, 80%, 38%
CMYK
0, 59, 89, 32
Luminance
0.1355
Every format
| HEX | #ae4713 |
| RGB | rgb(174, 71, 19) |
| HSL | hsl(20, 80%, 38%) |
| CMYK | cmyk(0%, 59%, 89%, 32%) |
| LAB | lab(43.6 39.7 48.4) |
| LCH | lch(43.6 62.6 50.6) |
| OKLCH | oklch(0.529 0.147 42.7) |
Copy-ready code
/* CSS */
color: #ae4713;
background-color: #ae4713;
/* Tailwind (arbitrary) */
class="text-[#ae4713] bg-[#ae4713]"
/* SCSS */
$brand: #ae4713;
/* SwiftUI */
Color(red: 0.682, green: 0.278, blue: 0.075)
/* Android */
Color.parseColor("#ae4713")Accessibility — WCAG contrast
Aa
#ae4713 on white: 5.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ae4713 on black: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green27.8%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta59.2%
Yellow89.1%
Key (black)31.8%
Color previews
#ae4713 text on a black background
contrast 3.71:1
Card sample
#ae4713 text on a white background
contrast 5.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae4713;
Background color
Panel with #ae4713 background
background-color: #ae4713;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae4713;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 71, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 71, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae4713; background: linear-gradient(135deg, #ae4713, #AEAE13);