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