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