#ba020e
a dark, electric red · warm · closest name: firebrick
RGB
186, 2, 14
HSL
356°, 98%, 37%
CMYK
0, 99, 93, 27
Luminance
0.1051
Every format
| HEX | #ba020e |
| RGB | rgb(186, 2, 14) |
| HSL | hsl(356, 98%, 37%) |
| CMYK | cmyk(0%, 99%, 93%, 27%) |
| LAB | lab(38.8 63.1 47.9) |
| LCH | lch(38.8 79.2 37.2) |
| OKLCH | oklch(0.496 0.202 27.8) |
Copy-ready code
/* CSS */
color: #ba020e;
background-color: #ba020e;
/* Tailwind (arbitrary) */
class="text-[#ba020e] bg-[#ba020e]"
/* SCSS */
$brand: #ba020e;
/* SwiftUI */
Color(red: 0.729, green: 0.008, blue: 0.055)
/* Android */
Color.parseColor("#ba020e")Accessibility — WCAG contrast
Aa
#ba020e on white: 6.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba020e on black: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green0.8%
Blue5.5%
CMYK percentages
Cyan0.0%
Magenta98.9%
Yellow92.5%
Key (black)27.1%
Color previews
#ba020e text on a black background
contrast 3.10:1
Card sample
#ba020e text on a white background
contrast 6.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba020e;
Background color
Panel with #ba020e background
background-color: #ba020e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba020e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 2, 14, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 2, 14, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba020e; background: linear-gradient(135deg, #ba020e, #BA7102);