#ae4c13
a dark, electric orange · warm · closest name: chocolate
RGB
174, 76, 19
HSL
22°, 80%, 38%
CMYK
0, 56, 89, 32
Luminance
0.1421
Every format
| HEX | #ae4c13 |
| RGB | rgb(174, 76, 19) |
| HSL | hsl(22, 80%, 38%) |
| CMYK | cmyk(0%, 56%, 89%, 32%) |
| LAB | lab(44.5 37.2 49.1) |
| LCH | lch(44.5 61.6 52.8) |
| OKLCH | oklch(0.536 0.143 45.3) |
Copy-ready code
/* CSS */
color: #ae4c13;
background-color: #ae4c13;
/* Tailwind (arbitrary) */
class="text-[#ae4c13] bg-[#ae4c13]"
/* SCSS */
$brand: #ae4c13;
/* SwiftUI */
Color(red: 0.682, green: 0.298, blue: 0.075)
/* Android */
Color.parseColor("#ae4c13")Accessibility — WCAG contrast
Aa
#ae4c13 on white: 5.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ae4c13 on black: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green29.8%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta56.3%
Yellow89.1%
Key (black)31.8%
Color previews
#ae4c13 text on a black background
contrast 3.84:1
Card sample
#ae4c13 text on a white background
contrast 5.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae4c13;
Background color
Panel with #ae4c13 background
background-color: #ae4c13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae4c13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 76, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 76, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae4c13; background: linear-gradient(135deg, #ae4c13, #A8AE13);