#ae4f13
a dark, electric orange · warm · closest name: chocolate
RGB
174, 79, 19
HSL
23°, 80%, 38%
CMYK
0, 55, 89, 32
Luminance
0.1464
Every format
| HEX | #ae4f13 |
| RGB | rgb(174, 79, 19) |
| HSL | hsl(23, 80%, 38%) |
| CMYK | cmyk(0%, 55%, 89%, 32%) |
| LAB | lab(45.1 35.7 49.6) |
| LCH | lch(45.1 61.1 54.2) |
| OKLCH | oklch(0.540 0.141 46.9) |
Copy-ready code
/* CSS */
color: #ae4f13;
background-color: #ae4f13;
/* Tailwind (arbitrary) */
class="text-[#ae4f13] bg-[#ae4f13]"
/* SCSS */
$brand: #ae4f13;
/* SwiftUI */
Color(red: 0.682, green: 0.310, blue: 0.075)
/* Android */
Color.parseColor("#ae4f13")Accessibility — WCAG contrast
Aa
#ae4f13 on white: 5.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ae4f13 on black: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green31.0%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta54.6%
Yellow89.1%
Key (black)31.8%
Color previews
#ae4f13 text on a black background
contrast 3.93:1
Card sample
#ae4f13 text on a white background
contrast 5.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae4f13;
Background color
Panel with #ae4f13 background
background-color: #ae4f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae4f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 79, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 79, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae4f13; background: linear-gradient(135deg, #ae4f13, #A6AE13);