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