#ba2a2f
a dark, vivid red · warm · closest name: firebrick
RGB
186, 42, 47
HSL
358°, 63%, 45%
CMYK
0, 77, 75, 27
Luminance
0.1230
Every format
| HEX | #ba2a2f |
| RGB | rgb(186, 42, 47) |
| HSL | hsl(358, 63%, 45%) |
| CMYK | cmyk(0%, 77%, 75%, 27%) |
| LAB | lab(41.7 56.4 33.4) |
| LCH | lch(41.7 65.6 30.6) |
| OKLCH | oklch(0.519 0.180 24.6) |
Copy-ready code
/* CSS */
color: #ba2a2f;
background-color: #ba2a2f;
/* Tailwind (arbitrary) */
class="text-[#ba2a2f] bg-[#ba2a2f]"
/* SCSS */
$brand: #ba2a2f;
/* SwiftUI */
Color(red: 0.729, green: 0.165, blue: 0.184)
/* Android */
Color.parseColor("#ba2a2f")Accessibility — WCAG contrast
Aa
#ba2a2f on white: 6.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba2a2f on black: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green16.5%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta77.4%
Yellow74.7%
Key (black)27.1%
Color previews
#ba2a2f text on a black background
contrast 3.46:1
Card sample
#ba2a2f text on a white background
contrast 6.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba2a2f;
Background color
Panel with #ba2a2f background
background-color: #ba2a2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba2a2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 42, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 42, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba2a2f; background: linear-gradient(135deg, #ba2a2f, #BA852A);