#b52f21
a dark, vivid red · warm · closest name: firebrick
RGB
181, 47, 33
HSL
6°, 69%, 42%
CMYK
0, 74, 82, 29
Luminance
0.1197
Every format
| HEX | #b52f21 |
| RGB | rgb(181, 47, 33) |
| HSL | hsl(6, 69%, 42%) |
| CMYK | cmyk(0%, 74%, 82%, 29%) |
| LAB | lab(41.2 52.7 40.4) |
| LCH | lch(41.2 66.4 37.5) |
| OKLCH | oklch(0.513 0.173 30.0) |
Copy-ready code
/* CSS */
color: #b52f21;
background-color: #b52f21;
/* Tailwind (arbitrary) */
class="text-[#b52f21] bg-[#b52f21]"
/* SCSS */
$brand: #b52f21;
/* SwiftUI */
Color(red: 0.710, green: 0.184, blue: 0.129)
/* Android */
Color.parseColor("#b52f21")Accessibility — WCAG contrast
Aa
#b52f21 on white: 6.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b52f21 on black: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green18.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta74.0%
Yellow81.8%
Key (black)29.0%
Color previews
#b52f21 text on a black background
contrast 3.39:1
Card sample
#b52f21 text on a white background
contrast 6.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b52f21;
Background color
Panel with #b52f21 background
background-color: #b52f21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b52f21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 47, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 47, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b52f21; background: linear-gradient(135deg, #b52f21, #B59221);