#ae4813
a dark, electric orange · warm · closest name: chocolate
RGB
174, 72, 19
HSL
21°, 80%, 38%
CMYK
0, 59, 89, 32
Luminance
0.1368
Every format
| HEX | #ae4813 |
| RGB | rgb(174, 72, 19) |
| HSL | hsl(21, 80%, 38%) |
| CMYK | cmyk(0%, 59%, 89%, 32%) |
| LAB | lab(43.8 39.2 48.5) |
| LCH | lch(43.8 62.4 51.1) |
| OKLCH | oklch(0.530 0.146 43.2) |
Copy-ready code
/* CSS */
color: #ae4813;
background-color: #ae4813;
/* Tailwind (arbitrary) */
class="text-[#ae4813] bg-[#ae4813]"
/* SCSS */
$brand: #ae4813;
/* SwiftUI */
Color(red: 0.682, green: 0.282, blue: 0.075)
/* Android */
Color.parseColor("#ae4813")Accessibility — WCAG contrast
Aa
#ae4813 on white: 5.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ae4813 on black: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green28.2%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta58.6%
Yellow89.1%
Key (black)31.8%
Color previews
#ae4813 text on a black background
contrast 3.74:1
Card sample
#ae4813 text on a white background
contrast 5.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae4813;
Background color
Panel with #ae4813 background
background-color: #ae4813;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae4813;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 72, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 72, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae4813; background: linear-gradient(135deg, #ae4813, #ADAE13);