#ba1b2f
a dark, vivid red · warm · closest name: firebrick
RGB
186, 27, 47
HSL
353°, 75%, 42%
CMYK
0, 86, 75, 27
Luminance
0.1143
Every format
| HEX | #ba1b2f |
| RGB | rgb(186, 27, 47) |
| HSL | hsl(353, 75%, 42%) |
| CMYK | cmyk(0%, 86%, 75%, 27%) |
| LAB | lab(40.3 60.4 31.8) |
| LCH | lch(40.3 68.2 27.8) |
| OKLCH | oklch(0.509 0.190 22.1) |
Copy-ready code
/* CSS */
color: #ba1b2f;
background-color: #ba1b2f;
/* Tailwind (arbitrary) */
class="text-[#ba1b2f] bg-[#ba1b2f]"
/* SCSS */
$brand: #ba1b2f;
/* SwiftUI */
Color(red: 0.729, green: 0.106, blue: 0.184)
/* Android */
Color.parseColor("#ba1b2f")Accessibility — WCAG contrast
Aa
#ba1b2f on white: 6.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba1b2f on black: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green10.6%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta85.5%
Yellow74.7%
Key (black)27.1%
Color previews
#ba1b2f text on a black background
contrast 3.29:1
Card sample
#ba1b2f text on a white background
contrast 6.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba1b2f;
Background color
Panel with #ba1b2f background
background-color: #ba1b2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba1b2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 27, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 27, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba1b2f; background: linear-gradient(135deg, #ba1b2f, #BA711B);