#b61221
a dark, electric red · warm · closest name: firebrick
RGB
182, 18, 33
HSL
355°, 82%, 39%
CMYK
0, 90, 82, 29
Luminance
0.1049
Every format
| HEX | #b61221 |
| RGB | rgb(182, 18, 33) |
| HSL | hsl(355, 82%, 39%) |
| CMYK | cmyk(0%, 90%, 82%, 29%) |
| LAB | lab(38.7 60.5 38.1) |
| LCH | lch(38.7 71.5 32.2) |
| OKLCH | oklch(0.495 0.192 25.0) |
Copy-ready code
/* CSS */
color: #b61221;
background-color: #b61221;
/* Tailwind (arbitrary) */
class="text-[#b61221] bg-[#b61221]"
/* SCSS */
$brand: #b61221;
/* SwiftUI */
Color(red: 0.714, green: 0.071, blue: 0.129)
/* Android */
Color.parseColor("#b61221")Accessibility — WCAG contrast
Aa
#b61221 on white: 6.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b61221 on black: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green7.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta90.1%
Yellow81.9%
Key (black)28.6%
Color previews
#b61221 text on a black background
contrast 3.10:1
Card sample
#b61221 text on a white background
contrast 6.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b61221;
Background color
Panel with #b61221 background
background-color: #b61221;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b61221;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 18, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 18, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b61221; background: linear-gradient(135deg, #b61221, #B67012);