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