#ba1f2d
a dark, vivid red · warm · closest name: firebrick
RGB
186, 31, 45
HSL
355°, 71%, 43%
CMYK
0, 83, 76, 27
Luminance
0.1161
Every format
| HEX | #ba1f2d |
| RGB | rgb(186, 31, 45) |
| HSL | hsl(355, 71%, 43%) |
| CMYK | cmyk(0%, 83%, 76%, 27%) |
| LAB | lab(40.6 59.4 33.3) |
| LCH | lch(40.6 68.1 29.3) |
| OKLCH | oklch(0.511 0.188 23.3) |
Copy-ready code
/* CSS */
color: #ba1f2d;
background-color: #ba1f2d;
/* Tailwind (arbitrary) */
class="text-[#ba1f2d] bg-[#ba1f2d]"
/* SCSS */
$brand: #ba1f2d;
/* SwiftUI */
Color(red: 0.729, green: 0.122, blue: 0.176)
/* Android */
Color.parseColor("#ba1f2d")Accessibility — WCAG contrast
Aa
#ba1f2d on white: 6.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba1f2d on black: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green12.2%
Blue17.6%
CMYK percentages
Cyan0.0%
Magenta83.3%
Yellow75.8%
Key (black)27.1%
Color previews
#ba1f2d text on a black background
contrast 3.32:1
Card sample
#ba1f2d text on a white background
contrast 6.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba1f2d;
Background color
Panel with #ba1f2d background
background-color: #ba1f2d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba1f2d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 31, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 31, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba1f2d; background: linear-gradient(135deg, #ba1f2d, #BA781F);