#ba3129
a dark, vivid red · warm · closest name: firebrick
RGB
186, 49, 41
HSL
3°, 64%, 45%
CMYK
0, 74, 78, 27
Luminance
0.1280
Every format
| HEX | #ba3129 |
| RGB | rgb(186, 49, 41) |
| HSL | hsl(3, 64%, 45%) |
| CMYK | cmyk(0%, 74%, 78%, 27%) |
| LAB | lab(42.5 53.9 37.7) |
| LCH | lch(42.5 65.7 35.0) |
| OKLCH | oklch(0.525 0.175 28.2) |
Copy-ready code
/* CSS */
color: #ba3129;
background-color: #ba3129;
/* Tailwind (arbitrary) */
class="text-[#ba3129] bg-[#ba3129]"
/* SCSS */
$brand: #ba3129;
/* SwiftUI */
Color(red: 0.729, green: 0.192, blue: 0.161)
/* Android */
Color.parseColor("#ba3129")Accessibility — WCAG contrast
Aa
#ba3129 on white: 5.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba3129 on black: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green19.2%
Blue16.1%
CMYK percentages
Cyan0.0%
Magenta73.7%
Yellow78.0%
Key (black)27.1%
Color previews
#ba3129 text on a black background
contrast 3.56:1
Card sample
#ba3129 text on a white background
contrast 5.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba3129;
Background color
Panel with #ba3129 background
background-color: #ba3129;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba3129;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 49, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 49, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba3129; background: linear-gradient(135deg, #ba3129, #BA9229);