#ba0c2f
a dark, electric red · warm · closest name: firebrick
RGB
186, 12, 47
HSL
348°, 88%, 39%
CMYK
0, 94, 75, 27
Luminance
0.1091
Every format
| HEX | #ba0c2f |
| RGB | rgb(186, 12, 47) |
| HSL | hsl(348, 88%, 39%) |
| CMYK | cmyk(0%, 94%, 75%, 27%) |
| LAB | lab(39.4 62.9 30.8) |
| LCH | lch(39.4 70.0 26.1) |
| OKLCH | oklch(0.502 0.197 20.6) |
Copy-ready code
/* CSS */
color: #ba0c2f;
background-color: #ba0c2f;
/* Tailwind (arbitrary) */
class="text-[#ba0c2f] bg-[#ba0c2f]"
/* SCSS */
$brand: #ba0c2f;
/* SwiftUI */
Color(red: 0.729, green: 0.047, blue: 0.184)
/* Android */
Color.parseColor("#ba0c2f")Accessibility — WCAG contrast
Aa
#ba0c2f on white: 6.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba0c2f on black: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green4.7%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta93.5%
Yellow74.7%
Key (black)27.1%
Color previews
#ba0c2f text on a black background
contrast 3.18:1
Card sample
#ba0c2f text on a white background
contrast 6.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba0c2f;
Background color
Panel with #ba0c2f background
background-color: #ba0c2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba0c2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 12, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 12, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba0c2f; background: linear-gradient(135deg, #ba0c2f, #BA5D0C);