#ba1007
a dark, electric red · warm · closest name: firebrick
RGB
186, 16, 7
HSL
3°, 93%, 38%
CMYK
0, 91, 96, 27
Luminance
0.1083
Every format
| HEX | #ba1007 |
| RGB | rgb(186, 16, 7) |
| HSL | hsl(3, 93%, 38%) |
| CMYK | cmyk(0%, 91%, 96%, 27%) |
| LAB | lab(39.3 61.4 50.7) |
| LCH | lch(39.3 79.6 39.5) |
| OKLCH | oklch(0.500 0.198 29.5) |
Copy-ready code
/* CSS */
color: #ba1007;
background-color: #ba1007;
/* Tailwind (arbitrary) */
class="text-[#ba1007] bg-[#ba1007]"
/* SCSS */
$brand: #ba1007;
/* SwiftUI */
Color(red: 0.729, green: 0.063, blue: 0.027)
/* Android */
Color.parseColor("#ba1007")Accessibility — WCAG contrast
Aa
#ba1007 on white: 6.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba1007 on black: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green6.3%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta91.4%
Yellow96.2%
Key (black)27.1%
Color previews
#ba1007 text on a black background
contrast 3.17:1
Card sample
#ba1007 text on a white background
contrast 6.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba1007;
Background color
Panel with #ba1007 background
background-color: #ba1007;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba1007;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 16, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 16, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba1007; background: linear-gradient(135deg, #ba1007, #BA8707);