#a12521
a dark, vivid red · warm · closest name: firebrick
RGB
161, 37, 33
HSL
2°, 66%, 38%
CMYK
0, 77, 80, 37
Luminance
0.0901
Every format
| HEX | #a12521 |
| RGB | rgb(161, 37, 33) |
| HSL | hsl(2, 66%, 38%) |
| CMYK | cmyk(0%, 77%, 80%, 37%) |
| LAB | lab(36.0 49.8 34.0) |
| LCH | lch(36.0 60.3 34.3) |
| OKLCH | oklch(0.468 0.161 27.4) |
Copy-ready code
/* CSS */
color: #a12521;
background-color: #a12521;
/* Tailwind (arbitrary) */
class="text-[#a12521] bg-[#a12521]"
/* SCSS */
$brand: #a12521;
/* SwiftUI */
Color(red: 0.631, green: 0.145, blue: 0.129)
/* Android */
Color.parseColor("#a12521")Accessibility — WCAG contrast
Aa
#a12521 on white: 7.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#a12521 on black: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.1%
Green14.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta77.0%
Yellow79.5%
Key (black)36.9%
Color previews
#a12521 text on a black background
contrast 2.80:1
Card sample
#a12521 text on a white background
contrast 7.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a12521;
Background color
Panel with #a12521 background
background-color: #a12521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a12521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(161, 37, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(161, 37, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a12521; background: linear-gradient(135deg, #a12521, #A17A21);