#ba2d2e
a balanced, vivid red · warm · closest name: firebrick
RGB
186, 45, 46
HSL
360°, 61%, 45%
CMYK
0, 76, 75, 27
Luminance
0.1251
Every format
| HEX | #ba2d2e |
| RGB | rgb(186, 45, 46) |
| HSL | hsl(360, 61%, 45%) |
| CMYK | cmyk(0%, 76%, 75%, 27%) |
| LAB | lab(42.0 55.4 34.4) |
| LCH | lch(42.0 65.2 31.8) |
| OKLCH | oklch(0.522 0.178 25.6) |
Copy-ready code
/* CSS */
color: #ba2d2e;
background-color: #ba2d2e;
/* Tailwind (arbitrary) */
class="text-[#ba2d2e] bg-[#ba2d2e]"
/* SCSS */
$brand: #ba2d2e;
/* SwiftUI */
Color(red: 0.729, green: 0.176, blue: 0.180)
/* Android */
Color.parseColor("#ba2d2e")Accessibility — WCAG contrast
Aa
#ba2d2e on white: 6.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba2d2e on black: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green17.6%
Blue18.0%
CMYK percentages
Cyan0.0%
Magenta75.8%
Yellow75.3%
Key (black)27.1%
Color previews
#ba2d2e text on a black background
contrast 3.50:1
Card sample
#ba2d2e text on a white background
contrast 6.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba2d2e;
Background color
Panel with #ba2d2e background
background-color: #ba2d2e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba2d2e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 45, 46, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 45, 46, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba2d2e; background: linear-gradient(135deg, #ba2d2e, #BA8A2D);