#ae5613
a dark, electric orange · warm · closest name: chocolate
RGB
174, 86, 19
HSL
26°, 80%, 38%
CMYK
0, 51, 89, 32
Luminance
0.1570
Every format
| HEX | #ae5613 |
| RGB | rgb(174, 86, 19) |
| HSL | hsl(26, 80%, 38%) |
| CMYK | cmyk(0%, 51%, 89%, 32%) |
| LAB | lab(46.6 32.0 50.7) |
| LCH | lch(46.6 60.0 57.7) |
| OKLCH | oklch(0.551 0.136 51.1) |
Copy-ready code
/* CSS */
color: #ae5613;
background-color: #ae5613;
/* Tailwind (arbitrary) */
class="text-[#ae5613] bg-[#ae5613]"
/* SCSS */
$brand: #ae5613;
/* SwiftUI */
Color(red: 0.682, green: 0.337, blue: 0.075)
/* Android */
Color.parseColor("#ae5613")Accessibility — WCAG contrast
Aa
#ae5613 on white: 5.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ae5613 on black: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green33.7%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta50.6%
Yellow89.1%
Key (black)31.8%
Color previews
#ae5613 text on a black background
contrast 4.14:1
Card sample
#ae5613 text on a white background
contrast 5.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae5613;
Background color
Panel with #ae5613 background
background-color: #ae5613;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae5613;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 86, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 86, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae5613; background: linear-gradient(135deg, #ae5613, #9FAE13);