#ba1839
a dark, electric red · warm · closest name: firebrick
RGB
186, 24, 57
HSL
348°, 77%, 41%
CMYK
0, 87, 69, 27
Luminance
0.1139
Every format
| HEX | #ba1839 |
| RGB | rgb(186, 24, 57) |
| HSL | hsl(348, 77%, 41%) |
| CMYK | cmyk(0%, 87%, 69%, 27%) |
| LAB | lab(40.2 61.4 25.6) |
| LCH | lch(40.2 66.5 22.6) |
| OKLCH | oklch(0.509 0.192 18.2) |
Copy-ready code
/* CSS */
color: #ba1839;
background-color: #ba1839;
/* Tailwind (arbitrary) */
class="text-[#ba1839] bg-[#ba1839]"
/* SCSS */
$brand: #ba1839;
/* SwiftUI */
Color(red: 0.729, green: 0.094, blue: 0.224)
/* Android */
Color.parseColor("#ba1839")Accessibility — WCAG contrast
Aa
#ba1839 on white: 6.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba1839 on black: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green9.4%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta87.1%
Yellow69.4%
Key (black)27.1%
Color previews
#ba1839 text on a black background
contrast 3.28:1
Card sample
#ba1839 text on a white background
contrast 6.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba1839;
Background color
Panel with #ba1839 background
background-color: #ba1839;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba1839;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 24, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 24, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba1839; background: linear-gradient(135deg, #ba1839, #BA6318);