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