#b52221
a dark, vivid red · warm · “firebrick”
RGB
181, 34, 33
HSL
0°, 69%, 42%
CMYK
0, 81, 82, 29
Luminance
0.1108
Every format
| HEX | #b52221 |
| RGB | rgb(181, 34, 33) |
| HSL | hsl(0, 69%, 42%) |
| CMYK | cmyk(0%, 81%, 82%, 29%) |
| LAB | lab(39.7 56.8 39.0) |
| LCH | lch(39.7 68.9 34.5) |
| OKLCH | oklch(0.502 0.183 27.2) |
Copy-ready code
/* CSS */
color: #b52221;
background-color: #b52221;
/* Tailwind (arbitrary) */
class="text-[#b52221] bg-[#b52221]"
/* SCSS */
$brand: #b52221;
/* SwiftUI */
Color(red: 0.710, green: 0.133, blue: 0.129)
/* Android */
Color.parseColor("#b52221")Accessibility — WCAG contrast
Aa
#b52221 on white: 6.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b52221 on black: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green13.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta81.2%
Yellow81.8%
Key (black)29.0%
Color previews
#b52221 text on a black background
contrast 3.22:1
Card sample
#b52221 text on a white background
contrast 6.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b52221;
Background color
Panel with #b52221 background
background-color: #b52221;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b52221;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 34, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 34, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b52221; background: linear-gradient(135deg, #b52221, #B58521);