#ba0e21
a dark, electric red · warm · closest name: firebrick
RGB
186, 14, 33
HSL
353°, 86%, 39%
CMYK
0, 93, 82, 27
Luminance
0.1086
Every format
| HEX | #ba0e21 |
| RGB | rgb(186, 14, 33) |
| HSL | hsl(353, 86%, 39%) |
| CMYK | cmyk(0%, 93%, 82%, 27%) |
| LAB | lab(39.4 62.1 39.0) |
| LCH | lch(39.4 73.4 32.1) |
| OKLCH | oklch(0.501 0.197 24.8) |
Copy-ready code
/* CSS */
color: #ba0e21;
background-color: #ba0e21;
/* Tailwind (arbitrary) */
class="text-[#ba0e21] bg-[#ba0e21]"
/* SCSS */
$brand: #ba0e21;
/* SwiftUI */
Color(red: 0.729, green: 0.055, blue: 0.129)
/* Android */
Color.parseColor("#ba0e21")Accessibility — WCAG contrast
Aa
#ba0e21 on white: 6.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba0e21 on black: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green5.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta92.5%
Yellow82.3%
Key (black)27.1%
Color previews
#ba0e21 text on a black background
contrast 3.17:1
Card sample
#ba0e21 text on a white background
contrast 6.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba0e21;
Background color
Panel with #ba0e21 background
background-color: #ba0e21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba0e21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 14, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 14, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba0e21; background: linear-gradient(135deg, #ba0e21, #BA6E0E);