#a52c3f
a dark, vivid red · warm · closest name: firebrick
RGB
165, 44, 63
HSL
351°, 58%, 41%
CMYK
0, 73, 62, 35
Luminance
0.1016
Every format
| HEX | #a52c3f |
| RGB | rgb(165, 44, 63) |
| HSL | hsl(351, 58%, 41%) |
| CMYK | cmyk(0%, 73%, 62%, 35%) |
| LAB | lab(38.1 50.1 18.3) |
| LCH | lch(38.1 53.4 20.0) |
| OKLCH | oklch(0.486 0.156 16.5) |
Copy-ready code
/* CSS */
color: #a52c3f;
background-color: #a52c3f;
/* Tailwind (arbitrary) */
class="text-[#a52c3f] bg-[#a52c3f]"
/* SCSS */
$brand: #a52c3f;
/* SwiftUI */
Color(red: 0.647, green: 0.173, blue: 0.247)
/* Android */
Color.parseColor("#a52c3f")Accessibility — WCAG contrast
Aa
#a52c3f on white: 6.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a52c3f on black: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green17.3%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta73.3%
Yellow61.8%
Key (black)35.3%
Color previews
#a52c3f text on a black background
contrast 3.03:1
Card sample
#a52c3f text on a white background
contrast 6.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a52c3f;
Background color
Panel with #a52c3f background
background-color: #a52c3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a52c3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 44, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 44, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a52c3f; background: linear-gradient(135deg, #a52c3f, #A56A2C);