#a52e21
a dark, vivid red · warm · closest name: firebrick
RGB
165, 46, 33
HSL
6°, 67%, 39%
CMYK
0, 72, 80, 35
Luminance
0.1006
Every format
| HEX | #a52e21 |
| RGB | rgb(165, 46, 33) |
| HSL | hsl(6, 67%, 39%) |
| CMYK | cmyk(0%, 72%, 80%, 35%) |
| LAB | lab(38.0 47.9 36.2) |
| LCH | lch(38.0 60.0 37.1) |
| OKLCH | oklch(0.483 0.157 30.0) |
Copy-ready code
/* CSS */
color: #a52e21;
background-color: #a52e21;
/* Tailwind (arbitrary) */
class="text-[#a52e21] bg-[#a52e21]"
/* SCSS */
$brand: #a52e21;
/* SwiftUI */
Color(red: 0.647, green: 0.180, blue: 0.129)
/* Android */
Color.parseColor("#a52e21")Accessibility — WCAG contrast
Aa
#a52e21 on white: 6.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a52e21 on black: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green18.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta72.1%
Yellow80.0%
Key (black)35.3%
Color previews
#a52e21 text on a black background
contrast 3.01:1
Card sample
#a52e21 text on a white background
contrast 6.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a52e21;
Background color
Panel with #a52e21 background
background-color: #a52e21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a52e21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 46, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 46, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a52e21; background: linear-gradient(135deg, #a52e21, #A58621);