#ba1221
a dark, electric red · warm · closest name: firebrick
RGB
186, 18, 33
HSL
355°, 82%, 40%
CMYK
0, 90, 82, 27
Luminance
0.1098
Every format
| HEX | #ba1221 |
| RGB | rgb(186, 18, 33) |
| HSL | hsl(355, 82%, 40%) |
| CMYK | cmyk(0%, 90%, 82%, 27%) |
| LAB | lab(39.6 61.6 39.2) |
| LCH | lch(39.6 73.0 32.5) |
| OKLCH | oklch(0.503 0.196 25.2) |
Copy-ready code
/* CSS */
color: #ba1221;
background-color: #ba1221;
/* Tailwind (arbitrary) */
class="text-[#ba1221] bg-[#ba1221]"
/* SCSS */
$brand: #ba1221;
/* SwiftUI */
Color(red: 0.729, green: 0.071, blue: 0.129)
/* Android */
Color.parseColor("#ba1221")Accessibility — WCAG contrast
Aa
#ba1221 on white: 6.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba1221 on black: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green7.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta90.3%
Yellow82.3%
Key (black)27.1%
Color previews
#ba1221 text on a black background
contrast 3.20:1
Card sample
#ba1221 text on a white background
contrast 6.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba1221;
Background color
Panel with #ba1221 background
background-color: #ba1221;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba1221;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 18, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 18, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba1221; background: linear-gradient(135deg, #ba1221, #BA7312);