#ba2721
a dark, vivid red · warm · closest name: firebrick
RGB
186, 39, 33
HSL
2°, 70%, 43%
CMYK
0, 79, 82, 27
Luminance
0.1200
Every format
| HEX | #ba2721 |
| RGB | rgb(186, 39, 33) |
| HSL | hsl(2, 70%, 43%) |
| CMYK | cmyk(0%, 79%, 82%, 27%) |
| LAB | lab(41.2 56.8 40.8) |
| LCH | lch(41.2 70.0 35.7) |
| OKLCH | oklch(0.515 0.184 28.2) |
Copy-ready code
/* CSS */
color: #ba2721;
background-color: #ba2721;
/* Tailwind (arbitrary) */
class="text-[#ba2721] bg-[#ba2721]"
/* SCSS */
$brand: #ba2721;
/* SwiftUI */
Color(red: 0.729, green: 0.153, blue: 0.129)
/* Android */
Color.parseColor("#ba2721")Accessibility — WCAG contrast
Aa
#ba2721 on white: 6.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba2721 on black: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green15.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta79.0%
Yellow82.3%
Key (black)27.1%
Color previews
#ba2721 text on a black background
contrast 3.40:1
Card sample
#ba2721 text on a white background
contrast 6.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba2721;
Background color
Panel with #ba2721 background
background-color: #ba2721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba2721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 39, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 39, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba2721; background: linear-gradient(135deg, #ba2721, #BA8D21);