#ba1621
a dark, electric red · warm · closest name: firebrick
RGB
186, 22, 33
HSL
356°, 79%, 41%
CMYK
0, 88, 82, 27
Luminance
0.1112
Every format
| HEX | #ba1621 |
| RGB | rgb(186, 22, 33) |
| HSL | hsl(356, 79%, 41%) |
| CMYK | cmyk(0%, 88%, 82%, 27%) |
| LAB | lab(39.8 60.9 39.4) |
| LCH | lch(39.8 72.5 32.9) |
| OKLCH | oklch(0.505 0.194 25.6) |
Copy-ready code
/* CSS */
color: #ba1621;
background-color: #ba1621;
/* Tailwind (arbitrary) */
class="text-[#ba1621] bg-[#ba1621]"
/* SCSS */
$brand: #ba1621;
/* SwiftUI */
Color(red: 0.729, green: 0.086, blue: 0.129)
/* Android */
Color.parseColor("#ba1621")Accessibility — WCAG contrast
Aa
#ba1621 on white: 6.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba1621 on black: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green8.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta88.2%
Yellow82.3%
Key (black)27.1%
Color previews
#ba1621 text on a black background
contrast 3.22:1
Card sample
#ba1621 text on a white background
contrast 6.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba1621;
Background color
Panel with #ba1621 background
background-color: #ba1621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba1621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 22, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 22, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba1621; background: linear-gradient(135deg, #ba1621, #BA7816);