#b21313
a dark, electric red · warm · closest name: firebrick
RGB
178, 19, 19
HSL
0°, 81%, 39%
CMYK
0, 89, 89, 30
Luminance
0.0998
Every format
| HEX | #b21313 |
| RGB | rgb(178, 19, 19) |
| HSL | hsl(0, 81%, 39%) |
| CMYK | cmyk(0%, 89%, 89%, 30%) |
| LAB | lab(37.8 58.9 44.2) |
| LCH | lch(37.8 73.7 36.9) |
| OKLCH | oklch(0.487 0.190 28.1) |
Copy-ready code
/* CSS */
color: #b21313;
background-color: #b21313;
/* Tailwind (arbitrary) */
class="text-[#b21313] bg-[#b21313]"
/* SCSS */
$brand: #b21313;
/* SwiftUI */
Color(red: 0.698, green: 0.075, blue: 0.075)
/* Android */
Color.parseColor("#b21313")Accessibility — WCAG contrast
Aa
#b21313 on white: 7.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#b21313 on black: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green7.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta89.3%
Yellow89.3%
Key (black)30.2%
Color previews
#b21313 text on a black background
contrast 3.00:1
Card sample
#b21313 text on a white background
contrast 7.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b21313;
Background color
Panel with #b21313 background
background-color: #b21313;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b21313;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 19, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 19, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b21313; background: linear-gradient(135deg, #b21313, #B27D13);