#ba034a
a dark, electric magenta / pink · warm · closest name: crimson
RGB
186, 3, 74
HSL
337°, 97%, 37%
CMYK
0, 98, 60, 27
Luminance
0.1100
Every format
| HEX | #ba034a |
| RGB | rgb(186, 3, 74) |
| HSL | hsl(337, 97%, 37%) |
| CMYK | cmyk(0%, 98%, 60%, 27%) |
| LAB | lab(39.6 65.2 14.0) |
| LCH | lch(39.6 66.6 12.1) |
| OKLCH | oklch(0.505 0.201 9.9) |
Copy-ready code
/* CSS */
color: #ba034a;
background-color: #ba034a;
/* Tailwind (arbitrary) */
class="text-[#ba034a] bg-[#ba034a]"
/* SCSS */
$brand: #ba034a;
/* SwiftUI */
Color(red: 0.729, green: 0.012, blue: 0.290)
/* Android */
Color.parseColor("#ba034a")Accessibility — WCAG contrast
Aa
#ba034a on white: 6.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba034a on black: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green1.2%
Blue29.0%
CMYK percentages
Cyan0.0%
Magenta98.4%
Yellow60.2%
Key (black)27.1%
Color previews
#ba034a text on a black background
contrast 3.20:1
Card sample
#ba034a text on a white background
contrast 6.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba034a;
Background color
Panel with #ba034a background
background-color: #ba034a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba034a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 3, 74, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 3, 74, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba034a; background: linear-gradient(135deg, #ba034a, #BA3603);