#b20121
a dark, electric red · warm · closest name: firebrick
RGB
178, 1, 33
HSL
349°, 99%, 35%
CMYK
0, 99, 82, 30
Luminance
0.0960
Every format
| HEX | #b20121 |
| RGB | rgb(178, 1, 33) |
| HSL | hsl(349, 99%, 35%) |
| CMYK | cmyk(0%, 99%, 82%, 30%) |
| LAB | lab(37.1 61.6 36.2) |
| LCH | lch(37.1 71.5 30.4) |
| OKLCH | oklch(0.482 0.194 23.5) |
Copy-ready code
/* CSS */
color: #b20121;
background-color: #b20121;
/* Tailwind (arbitrary) */
class="text-[#b20121] bg-[#b20121]"
/* SCSS */
$brand: #b20121;
/* SwiftUI */
Color(red: 0.698, green: 0.004, blue: 0.129)
/* Android */
Color.parseColor("#b20121")Accessibility — WCAG contrast
Aa
#b20121 on white: 7.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#b20121 on black: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green0.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta99.4%
Yellow81.5%
Key (black)30.2%
Color previews
#b20121 text on a black background
contrast 2.92:1
Card sample
#b20121 text on a white background
contrast 7.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b20121;
Background color
Panel with #b20121 background
background-color: #b20121;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b20121;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 1, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 1, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b20121; background: linear-gradient(135deg, #b20121, #B25701);