#ba0200
a dark, electric red · warm · closest name: firebrick
RGB
186, 2, 0
HSL
1°, 100%, 37%
CMYK
0, 99, 100, 27
Luminance
0.1048
Every format
| HEX | #ba0200 |
| RGB | rgb(186, 2, 0) |
| HSL | hsl(1, 100%, 37%) |
| CMYK | cmyk(0%, 99%, 100%, 27%) |
| LAB | lab(38.7 63.0 53.0) |
| LCH | lch(38.7 82.3 40.1) |
| OKLCH | oklch(0.496 0.203 29.4) |
Copy-ready code
/* CSS */
color: #ba0200;
background-color: #ba0200;
/* Tailwind (arbitrary) */
class="text-[#ba0200] bg-[#ba0200]"
/* SCSS */
$brand: #ba0200;
/* SwiftUI */
Color(red: 0.729, green: 0.008, blue: 0.000)
/* Android */
Color.parseColor("#ba0200")Accessibility — WCAG contrast
Aa
#ba0200 on white: 6.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba0200 on black: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green0.8%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta98.9%
Yellow100.0%
Key (black)27.1%
Color previews
#ba0200 text on a black background
contrast 3.10:1
Card sample
#ba0200 text on a white background
contrast 6.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba0200;
Background color
Panel with #ba0200 background
background-color: #ba0200;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba0200;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 2, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 2, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba0200; background: linear-gradient(135deg, #ba0200, #BA7E00);