#b61921
a dark, electric red · warm · closest name: firebrick
RGB
182, 25, 33
HSL
357°, 76%, 41%
CMYK
0, 86, 82, 29
Luminance
0.1075
Every format
| HEX | #b61921 |
| RGB | rgb(182, 25, 33) |
| HSL | hsl(357, 76%, 41%) |
| CMYK | cmyk(0%, 86%, 82%, 29%) |
| LAB | lab(39.2 59.2 38.5) |
| LCH | lch(39.2 70.6 33.0) |
| OKLCH | oklch(0.498 0.189 25.8) |
Copy-ready code
/* CSS */
color: #b61921;
background-color: #b61921;
/* Tailwind (arbitrary) */
class="text-[#b61921] bg-[#b61921]"
/* SCSS */
$brand: #b61921;
/* SwiftUI */
Color(red: 0.714, green: 0.098, blue: 0.129)
/* Android */
Color.parseColor("#b61921")Accessibility — WCAG contrast
Aa
#b61921 on white: 6.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b61921 on black: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green9.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta86.3%
Yellow81.9%
Key (black)28.6%
Color previews
#b61921 text on a black background
contrast 3.15:1
Card sample
#b61921 text on a white background
contrast 6.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b61921;
Background color
Panel with #b61921 background
background-color: #b61921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b61921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 25, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 25, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b61921; background: linear-gradient(135deg, #b61921, #B67A19);