#ae3e21
a dark, vivid red · warm · closest name: firebrick
RGB
174, 62, 33
HSL
12°, 68%, 41%
CMYK
0, 64, 81, 32
Luminance
0.1255
Every format
| HEX | #ae3e21 |
| RGB | rgb(174, 62, 33) |
| HSL | hsl(12, 68%, 41%) |
| CMYK | cmyk(0%, 64%, 81%, 32%) |
| LAB | lab(42.1 44.3 40.9) |
| LCH | lch(42.1 60.3 42.7) |
| OKLCH | oklch(0.518 0.152 35.3) |
Copy-ready code
/* CSS */
color: #ae3e21;
background-color: #ae3e21;
/* Tailwind (arbitrary) */
class="text-[#ae3e21] bg-[#ae3e21]"
/* SCSS */
$brand: #ae3e21;
/* SwiftUI */
Color(red: 0.682, green: 0.243, blue: 0.129)
/* Android */
Color.parseColor("#ae3e21")Accessibility — WCAG contrast
Aa
#ae3e21 on white: 5.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ae3e21 on black: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green24.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta64.4%
Yellow81.0%
Key (black)31.8%
Color previews
#ae3e21 text on a black background
contrast 3.51:1
Card sample
#ae3e21 text on a white background
contrast 5.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae3e21;
Background color
Panel with #ae3e21 background
background-color: #ae3e21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae3e21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 62, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 62, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae3e21; background: linear-gradient(135deg, #ae3e21, #AE9C21);