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