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