#ba1c2b
a dark, vivid red · warm · closest name: firebrick
RGB
186, 28, 43
HSL
354°, 74%, 42%
CMYK
0, 85, 77, 27
Luminance
0.1144
Every format
| HEX | #ba1c2b |
| RGB | rgb(186, 28, 43) |
| HSL | hsl(354, 74%, 42%) |
| CMYK | cmyk(0%, 85%, 77%, 27%) |
| LAB | lab(40.3 60.0 34.2) |
| LCH | lch(40.3 69.1 29.7) |
| OKLCH | oklch(0.509 0.190 23.5) |
Copy-ready code
/* CSS */
color: #ba1c2b;
background-color: #ba1c2b;
/* Tailwind (arbitrary) */
class="text-[#ba1c2b] bg-[#ba1c2b]"
/* SCSS */
$brand: #ba1c2b;
/* SwiftUI */
Color(red: 0.729, green: 0.110, blue: 0.169)
/* Android */
Color.parseColor("#ba1c2b")Accessibility — WCAG contrast
Aa
#ba1c2b on white: 6.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba1c2b on black: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green11.0%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta84.9%
Yellow76.9%
Key (black)27.1%
Color previews
#ba1c2b text on a black background
contrast 3.29:1
Card sample
#ba1c2b text on a white background
contrast 6.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba1c2b;
Background color
Panel with #ba1c2b background
background-color: #ba1c2b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba1c2b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 28, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 28, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba1c2b; background: linear-gradient(135deg, #ba1c2b, #BA761C);