#ae5113
a dark, electric orange · warm · closest name: chocolate
RGB
174, 81, 19
HSL
24°, 80%, 38%
CMYK
0, 53, 89, 32
Luminance
0.1493
Every format
| HEX | #ae5113 |
| RGB | rgb(174, 81, 19) |
| HSL | hsl(24, 80%, 38%) |
| CMYK | cmyk(0%, 53%, 89%, 32%) |
| LAB | lab(45.5 34.7 49.9) |
| LCH | lch(45.5 60.8 55.2) |
| OKLCH | oklch(0.543 0.139 48.1) |
Copy-ready code
/* CSS */
color: #ae5113;
background-color: #ae5113;
/* Tailwind (arbitrary) */
class="text-[#ae5113] bg-[#ae5113]"
/* SCSS */
$brand: #ae5113;
/* SwiftUI */
Color(red: 0.682, green: 0.318, blue: 0.075)
/* Android */
Color.parseColor("#ae5113")Accessibility — WCAG contrast
Aa
#ae5113 on white: 5.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ae5113 on black: 3.99:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green31.8%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta53.4%
Yellow89.1%
Key (black)31.8%
Color previews
#ae5113 text on a black background
contrast 3.99:1
Card sample
#ae5113 text on a white background
contrast 5.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae5113;
Background color
Panel with #ae5113 background
background-color: #ae5113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae5113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 81, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 81, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae5113; background: linear-gradient(135deg, #ae5113, #A3AE13);