#b61421
a dark, electric red · warm · closest name: firebrick
RGB
182, 20, 33
HSL
355°, 80%, 40%
CMYK
0, 89, 82, 29
Luminance
0.1056
Every format
| HEX | #b61421 |
| RGB | rgb(182, 20, 33) |
| HSL | hsl(355, 80%, 40%) |
| CMYK | cmyk(0%, 89%, 82%, 29%) |
| LAB | lab(38.8 60.2 38.2) |
| LCH | lch(38.8 71.3 32.4) |
| OKLCH | oklch(0.496 0.191 25.2) |
Copy-ready code
/* CSS */
color: #b61421;
background-color: #b61421;
/* Tailwind (arbitrary) */
class="text-[#b61421] bg-[#b61421]"
/* SCSS */
$brand: #b61421;
/* SwiftUI */
Color(red: 0.714, green: 0.078, blue: 0.129)
/* Android */
Color.parseColor("#b61421")Accessibility — WCAG contrast
Aa
#b61421 on white: 6.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b61421 on black: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green7.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta89.0%
Yellow81.9%
Key (black)28.6%
Color previews
#b61421 text on a black background
contrast 3.11:1
Card sample
#b61421 text on a white background
contrast 6.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b61421;
Background color
Panel with #b61421 background
background-color: #b61421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b61421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 20, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 20, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b61421; background: linear-gradient(135deg, #b61421, #B67314);