#ba0613
a dark, electric red · warm · closest name: firebrick
RGB
186, 6, 19
HSL
356°, 94%, 38%
CMYK
0, 97, 90, 27
Luminance
0.1062
Every format
| HEX | #ba0613 |
| RGB | rgb(186, 6, 19) |
| HSL | hsl(356, 94%, 38%) |
| CMYK | cmyk(0%, 97%, 90%, 27%) |
| LAB | lab(38.9 62.8 45.8) |
| LCH | lch(38.9 77.7 36.1) |
| OKLCH | oklch(0.498 0.201 27.3) |
Copy-ready code
/* CSS */
color: #ba0613;
background-color: #ba0613;
/* Tailwind (arbitrary) */
class="text-[#ba0613] bg-[#ba0613]"
/* SCSS */
$brand: #ba0613;
/* SwiftUI */
Color(red: 0.729, green: 0.024, blue: 0.075)
/* Android */
Color.parseColor("#ba0613")Accessibility — WCAG contrast
Aa
#ba0613 on white: 6.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba0613 on black: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green2.4%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta96.8%
Yellow89.8%
Key (black)27.1%
Color previews
#ba0613 text on a black background
contrast 3.12:1
Card sample
#ba0613 text on a white background
contrast 6.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba0613;
Background color
Panel with #ba0613 background
background-color: #ba0613;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba0613;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 6, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 6, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba0613; background: linear-gradient(135deg, #ba0613, #BA7106);