#ba0321
a dark, electric red · warm · closest name: firebrick
RGB
186, 3, 33
HSL
350°, 97%, 37%
CMYK
0, 98, 82, 27
Luminance
0.1061
Every format
| HEX | #ba0321 |
| RGB | rgb(186, 3, 33) |
| HSL | hsl(350, 97%, 37%) |
| CMYK | cmyk(0%, 98%, 82%, 27%) |
| LAB | lab(38.9 63.4 38.6) |
| LCH | lch(38.9 74.2 31.3) |
| OKLCH | oklch(0.498 0.200 24.1) |
Copy-ready code
/* CSS */
color: #ba0321;
background-color: #ba0321;
/* Tailwind (arbitrary) */
class="text-[#ba0321] bg-[#ba0321]"
/* SCSS */
$brand: #ba0321;
/* SwiftUI */
Color(red: 0.729, green: 0.012, blue: 0.129)
/* Android */
Color.parseColor("#ba0321")Accessibility — WCAG contrast
Aa
#ba0321 on white: 6.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba0321 on black: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green1.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta98.4%
Yellow82.3%
Key (black)27.1%
Color previews
#ba0321 text on a black background
contrast 3.12:1
Card sample
#ba0321 text on a white background
contrast 6.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba0321;
Background color
Panel with #ba0321 background
background-color: #ba0321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba0321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 3, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 3, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba0321; background: linear-gradient(135deg, #ba0321, #BA5F03);