#ba1e13
a dark, electric red · warm · closest name: firebrick
RGB
186, 30, 19
HSL
4°, 82%, 40%
CMYK
0, 84, 90, 27
Luminance
0.1141
Every format
| HEX | #ba1e13 |
| RGB | rgb(186, 30, 19) |
| HSL | hsl(4, 82%, 40%) |
| CMYK | cmyk(0%, 84%, 90%, 27%) |
| LAB | lab(40.3 58.9 46.8) |
| LCH | lch(40.3 75.2 38.5) |
| OKLCH | oklch(0.508 0.191 29.6) |
Copy-ready code
/* CSS */
color: #ba1e13;
background-color: #ba1e13;
/* Tailwind (arbitrary) */
class="text-[#ba1e13] bg-[#ba1e13]"
/* SCSS */
$brand: #ba1e13;
/* SwiftUI */
Color(red: 0.729, green: 0.118, blue: 0.075)
/* Android */
Color.parseColor("#ba1e13")Accessibility — WCAG contrast
Aa
#ba1e13 on white: 6.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba1e13 on black: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green11.8%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta83.9%
Yellow89.8%
Key (black)27.1%
Color previews
#ba1e13 text on a black background
contrast 3.28:1
Card sample
#ba1e13 text on a white background
contrast 6.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba1e13;
Background color
Panel with #ba1e13 background
background-color: #ba1e13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba1e13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 30, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 30, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba1e13; background: linear-gradient(135deg, #ba1e13, #BA8D13);