#ba032e
a dark, electric red · warm · closest name: firebrick
RGB
186, 3, 46
HSL
346°, 97%, 37%
CMYK
0, 98, 75, 27
Luminance
0.1070
Every format
| HEX | #ba032e |
| RGB | rgb(186, 3, 46) |
| HSL | hsl(346, 97%, 37%) |
| CMYK | cmyk(0%, 98%, 75%, 27%) |
| LAB | lab(39.1 63.8 31.0) |
| LCH | lch(39.1 70.9 25.9) |
| OKLCH | oklch(0.500 0.200 20.4) |
Copy-ready code
/* CSS */
color: #ba032e;
background-color: #ba032e;
/* Tailwind (arbitrary) */
class="text-[#ba032e] bg-[#ba032e]"
/* SCSS */
$brand: #ba032e;
/* SwiftUI */
Color(red: 0.729, green: 0.012, blue: 0.180)
/* Android */
Color.parseColor("#ba032e")Accessibility — WCAG contrast
Aa
#ba032e on white: 6.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba032e on black: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green1.2%
Blue18.0%
CMYK percentages
Cyan0.0%
Magenta98.4%
Yellow75.3%
Key (black)27.1%
Color previews
#ba032e text on a black background
contrast 3.14:1
Card sample
#ba032e text on a white background
contrast 6.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba032e;
Background color
Panel with #ba032e background
background-color: #ba032e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba032e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 3, 46, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 3, 46, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba032e; background: linear-gradient(135deg, #ba032e, #BA5203);