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