#ba1908
a dark, electric red · warm · closest name: firebrick
RGB
186, 25, 8
HSL
6°, 92%, 38%
CMYK
0, 87, 96, 27
Luminance
0.1115
Every format
| HEX | #ba1908 |
| RGB | rgb(186, 25, 8) |
| HSL | hsl(6, 92%, 38%) |
| CMYK | cmyk(0%, 87%, 96%, 27%) |
| LAB | lab(39.8 59.9 50.6) |
| LCH | lch(39.8 78.4 40.2) |
| OKLCH | oklch(0.504 0.195 30.4) |
Copy-ready code
/* CSS */
color: #ba1908;
background-color: #ba1908;
/* Tailwind (arbitrary) */
class="text-[#ba1908] bg-[#ba1908]"
/* SCSS */
$brand: #ba1908;
/* SwiftUI */
Color(red: 0.729, green: 0.098, blue: 0.031)
/* Android */
Color.parseColor("#ba1908")Accessibility — WCAG contrast
Aa
#ba1908 on white: 6.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba1908 on black: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green9.8%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta86.6%
Yellow95.7%
Key (black)27.1%
Color previews
#ba1908 text on a black background
contrast 3.23:1
Card sample
#ba1908 text on a white background
contrast 6.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba1908;
Background color
Panel with #ba1908 background
background-color: #ba1908;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba1908;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 25, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 25, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba1908; background: linear-gradient(135deg, #ba1908, #BA8F08);