#b42321
a dark, vivid red · warm · “firebrick”
RGB
180, 35, 33
HSL
1°, 69%, 42%
CMYK
0, 81, 82, 29
Luminance
0.1102
Every format
| HEX | #b42321 |
| RGB | rgb(180, 35, 33) |
| HSL | hsl(1, 69%, 42%) |
| CMYK | cmyk(0%, 81%, 82%, 29%) |
| LAB | lab(39.6 56.2 38.8) |
| LCH | lch(39.6 68.3 34.6) |
| OKLCH | oklch(0.501 0.181 27.3) |
Copy-ready code
/* CSS */
color: #b42321;
background-color: #b42321;
/* Tailwind (arbitrary) */
class="text-[#b42321] bg-[#b42321]"
/* SCSS */
$brand: #b42321;
/* SwiftUI */
Color(red: 0.706, green: 0.137, blue: 0.129)
/* Android */
Color.parseColor("#b42321")Accessibility — WCAG contrast
Aa
#b42321 on white: 6.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b42321 on black: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green13.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta80.6%
Yellow81.7%
Key (black)29.4%
Color previews
#b42321 text on a black background
contrast 3.20:1
Card sample
#b42321 text on a white background
contrast 6.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b42321;
Background color
Panel with #b42321 background
background-color: #b42321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b42321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 35, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 35, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b42321; background: linear-gradient(135deg, #b42321, #B48521);