#ae4313
a dark, electric orange · warm · closest name: chocolate
RGB
174, 67, 19
HSL
19°, 80%, 38%
CMYK
0, 62, 89, 32
Luminance
0.1306
Every format
| HEX | #ae4313 |
| RGB | rgb(174, 67, 19) |
| HSL | hsl(19, 80%, 38%) |
| CMYK | cmyk(0%, 62%, 89%, 32%) |
| LAB | lab(42.9 41.6 47.8) |
| LCH | lch(42.9 63.4 49.0) |
| OKLCH | oklch(0.523 0.151 40.9) |
Copy-ready code
/* CSS */
color: #ae4313;
background-color: #ae4313;
/* Tailwind (arbitrary) */
class="text-[#ae4313] bg-[#ae4313]"
/* SCSS */
$brand: #ae4313;
/* SwiftUI */
Color(red: 0.682, green: 0.263, blue: 0.075)
/* Android */
Color.parseColor("#ae4313")Accessibility — WCAG contrast
Aa
#ae4313 on white: 5.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ae4313 on black: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green26.3%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta61.5%
Yellow89.1%
Key (black)31.8%
Color previews
#ae4313 text on a black background
contrast 3.61:1
Card sample
#ae4313 text on a white background
contrast 5.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae4313;
Background color
Panel with #ae4313 background
background-color: #ae4313;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae4313;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 67, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 67, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae4313; background: linear-gradient(135deg, #ae4313, #AEAA13);