#b31821
a dark, electric red · warm · closest name: firebrick
RGB
179, 24, 33
HSL
357°, 76%, 40%
CMYK
0, 87, 82, 30
Luminance
0.1035
Every format
| HEX | #b31821 |
| RGB | rgb(179, 24, 33) |
| HSL | hsl(357, 76%, 40%) |
| CMYK | cmyk(0%, 87%, 82%, 30%) |
| LAB | lab(38.5 58.6 37.6) |
| LCH | lch(38.5 69.6 32.7) |
| OKLCH | oklch(0.492 0.187 25.6) |
Copy-ready code
/* CSS */
color: #b31821;
background-color: #b31821;
/* Tailwind (arbitrary) */
class="text-[#b31821] bg-[#b31821]"
/* SCSS */
$brand: #b31821;
/* SwiftUI */
Color(red: 0.702, green: 0.094, blue: 0.129)
/* Android */
Color.parseColor("#b31821")Accessibility — WCAG contrast
Aa
#b31821 on white: 6.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b31821 on black: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green9.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta86.6%
Yellow81.6%
Key (black)29.8%
Color previews
#b31821 text on a black background
contrast 3.07:1
Card sample
#b31821 text on a white background
contrast 6.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b31821;
Background color
Panel with #b31821 background
background-color: #b31821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b31821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 24, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 24, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b31821; background: linear-gradient(135deg, #b31821, #B37618);