#ba0f09
a dark, electric red · warm · closest name: firebrick
RGB
186, 15, 9
HSL
2°, 91%, 38%
CMYK
0, 92, 95, 27
Luminance
0.1080
Every format
| HEX | #ba0f09 |
| RGB | rgb(186, 15, 9) |
| HSL | hsl(2, 91%, 38%) |
| CMYK | cmyk(0%, 92%, 95%, 27%) |
| LAB | lab(39.3 61.6 50.0) |
| LCH | lch(39.3 79.3 39.0) |
| OKLCH | oklch(0.500 0.199 29.2) |
Copy-ready code
/* CSS */
color: #ba0f09;
background-color: #ba0f09;
/* Tailwind (arbitrary) */
class="text-[#ba0f09] bg-[#ba0f09]"
/* SCSS */
$brand: #ba0f09;
/* SwiftUI */
Color(red: 0.729, green: 0.059, blue: 0.035)
/* Android */
Color.parseColor("#ba0f09")Accessibility — WCAG contrast
Aa
#ba0f09 on white: 6.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba0f09 on black: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green5.9%
Blue3.5%
CMYK percentages
Cyan0.0%
Magenta91.9%
Yellow95.2%
Key (black)27.1%
Color previews
#ba0f09 text on a black background
contrast 3.16:1
Card sample
#ba0f09 text on a white background
contrast 6.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba0f09;
Background color
Panel with #ba0f09 background
background-color: #ba0f09;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba0f09;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 15, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 15, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba0f09; background: linear-gradient(135deg, #ba0f09, #BA8509);