#ba2d3c
a balanced, vivid red · warm · closest name: firebrick
RGB
186, 45, 60
HSL
354°, 61%, 45%
CMYK
0, 76, 68, 27
Luminance
0.1264
Every format
| HEX | #ba2d3c |
| RGB | rgb(186, 45, 60) |
| HSL | hsl(354, 61%, 45%) |
| CMYK | cmyk(0%, 76%, 68%, 27%) |
| LAB | lab(42.2 56.1 26.2) |
| LCH | lch(42.2 61.9 25.0) |
| OKLCH | oklch(0.524 0.176 20.4) |
Copy-ready code
/* CSS */
color: #ba2d3c;
background-color: #ba2d3c;
/* Tailwind (arbitrary) */
class="text-[#ba2d3c] bg-[#ba2d3c]"
/* SCSS */
$brand: #ba2d3c;
/* SwiftUI */
Color(red: 0.729, green: 0.176, blue: 0.235)
/* Android */
Color.parseColor("#ba2d3c")Accessibility — WCAG contrast
Aa
#ba2d3c on white: 5.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba2d3c on black: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green17.6%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta75.8%
Yellow67.7%
Key (black)27.1%
Color previews
#ba2d3c text on a black background
contrast 3.53:1
Card sample
#ba2d3c text on a white background
contrast 5.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba2d3c;
Background color
Panel with #ba2d3c background
background-color: #ba2d3c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba2d3c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 45, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 45, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba2d3c; background: linear-gradient(135deg, #ba2d3c, #BA7C2D);