#b11421
a dark, electric red · warm · closest name: firebrick
RGB
177, 20, 33
HSL
355°, 80%, 39%
CMYK
0, 89, 81, 31
Luminance
0.0996
Every format
| HEX | #b11421 |
| RGB | rgb(177, 20, 33) |
| HSL | hsl(355, 80%, 39%) |
| CMYK | cmyk(0%, 89%, 81%, 31%) |
| LAB | lab(37.8 58.8 36.8) |
| LCH | lch(37.8 69.4 32.0) |
| OKLCH | oklch(0.486 0.187 25.0) |
Copy-ready code
/* CSS */
color: #b11421;
background-color: #b11421;
/* Tailwind (arbitrary) */
class="text-[#b11421] bg-[#b11421]"
/* SCSS */
$brand: #b11421;
/* SwiftUI */
Color(red: 0.694, green: 0.078, blue: 0.129)
/* Android */
Color.parseColor("#b11421")Accessibility — WCAG contrast
Aa
#b11421 on white: 7.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#b11421 on black: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green7.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta88.7%
Yellow81.4%
Key (black)30.6%
Color previews
#b11421 text on a black background
contrast 2.99:1
Card sample
#b11421 text on a white background
contrast 7.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b11421;
Background color
Panel with #b11421 background
background-color: #b11421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b11421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 20, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 20, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b11421; background: linear-gradient(135deg, #b11421, #B17014);