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