#ae4413
a dark, electric orange · warm · closest name: chocolate
RGB
174, 68, 19
HSL
19°, 80%, 38%
CMYK
0, 61, 89, 32
Luminance
0.1318
Every format
| HEX | #ae4413 |
| RGB | rgb(174, 68, 19) |
| HSL | hsl(19, 80%, 38%) |
| CMYK | cmyk(0%, 61%, 89%, 32%) |
| LAB | lab(43.0 41.1 47.9) |
| LCH | lch(43.0 63.2 49.4) |
| OKLCH | oklch(0.524 0.150 41.3) |
Copy-ready code
/* CSS */
color: #ae4413;
background-color: #ae4413;
/* Tailwind (arbitrary) */
class="text-[#ae4413] bg-[#ae4413]"
/* SCSS */
$brand: #ae4413;
/* SwiftUI */
Color(red: 0.682, green: 0.267, blue: 0.075)
/* Android */
Color.parseColor("#ae4413")Accessibility — WCAG contrast
Aa
#ae4413 on white: 5.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ae4413 on black: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green26.7%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta60.9%
Yellow89.1%
Key (black)31.8%
Color previews
#ae4413 text on a black background
contrast 3.64:1
Card sample
#ae4413 text on a white background
contrast 5.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae4413;
Background color
Panel with #ae4413 background
background-color: #ae4413;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae4413;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 68, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 68, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae4413; background: linear-gradient(135deg, #ae4413, #AEAB13);