#ae3921
a dark, vivid red · warm · closest name: firebrick
RGB
174, 57, 33
HSL
10°, 68%, 41%
CMYK
0, 67, 81, 32
Luminance
0.1203
Every format
| HEX | #ae3921 |
| RGB | rgb(174, 57, 33) |
| HSL | hsl(10, 68%, 41%) |
| CMYK | cmyk(0%, 67%, 81%, 32%) |
| LAB | lab(41.3 46.5 40.1) |
| LCH | lch(41.3 61.4 40.8) |
| OKLCH | oklch(0.511 0.157 33.4) |
Copy-ready code
/* CSS */
color: #ae3921;
background-color: #ae3921;
/* Tailwind (arbitrary) */
class="text-[#ae3921] bg-[#ae3921]"
/* SCSS */
$brand: #ae3921;
/* SwiftUI */
Color(red: 0.682, green: 0.224, blue: 0.129)
/* Android */
Color.parseColor("#ae3921")Accessibility — WCAG contrast
Aa
#ae3921 on white: 6.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ae3921 on black: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green22.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta67.2%
Yellow81.0%
Key (black)31.8%
Color previews
#ae3921 text on a black background
contrast 3.41:1
Card sample
#ae3921 text on a white background
contrast 6.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae3921;
Background color
Panel with #ae3921 background
background-color: #ae3921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae3921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 57, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 57, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae3921; background: linear-gradient(135deg, #ae3921, #AE9721);