#ae4b13
a dark, electric orange · warm · closest name: chocolate
RGB
174, 75, 19
HSL
22°, 80%, 38%
CMYK
0, 57, 89, 32
Luminance
0.1408
Every format
| HEX | #ae4b13 |
| RGB | rgb(174, 75, 19) |
| HSL | hsl(22, 80%, 38%) |
| CMYK | cmyk(0%, 57%, 89%, 32%) |
| LAB | lab(44.4 37.7 49.0) |
| LCH | lch(44.4 61.8 52.4) |
| OKLCH | oklch(0.534 0.144 44.8) |
Copy-ready code
/* CSS */
color: #ae4b13;
background-color: #ae4b13;
/* Tailwind (arbitrary) */
class="text-[#ae4b13] bg-[#ae4b13]"
/* SCSS */
$brand: #ae4b13;
/* SwiftUI */
Color(red: 0.682, green: 0.294, blue: 0.075)
/* Android */
Color.parseColor("#ae4b13")Accessibility — WCAG contrast
Aa
#ae4b13 on white: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ae4b13 on black: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green29.4%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta56.9%
Yellow89.1%
Key (black)31.8%
Color previews
#ae4b13 text on a black background
contrast 3.82:1
Card sample
#ae4b13 text on a white background
contrast 5.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae4b13;
Background color
Panel with #ae4b13 background
background-color: #ae4b13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae4b13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 75, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 75, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae4b13; background: linear-gradient(135deg, #ae4b13, #A9AE13);