#ba034e
a dark, electric magenta / pink · warm · closest name: crimson
RGB
186, 3, 78
HSL
335°, 97%, 37%
CMYK
0, 98, 58, 27
Luminance
0.1105
Every format
| HEX | #ba034e |
| RGB | rgb(186, 3, 78) |
| HSL | hsl(335, 97%, 37%) |
| CMYK | cmyk(0%, 98%, 58%, 27%) |
| LAB | lab(39.7 65.4 11.5) |
| LCH | lch(39.7 66.4 10.0) |
| OKLCH | oklch(0.506 0.201 8.3) |
Copy-ready code
/* CSS */
color: #ba034e;
background-color: #ba034e;
/* Tailwind (arbitrary) */
class="text-[#ba034e] bg-[#ba034e]"
/* SCSS */
$brand: #ba034e;
/* SwiftUI */
Color(red: 0.729, green: 0.012, blue: 0.306)
/* Android */
Color.parseColor("#ba034e")Accessibility — WCAG contrast
Aa
#ba034e on white: 6.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba034e on black: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green1.2%
Blue30.6%
CMYK percentages
Cyan0.0%
Magenta98.4%
Yellow58.1%
Key (black)27.1%
Color previews
#ba034e text on a black background
contrast 3.21:1
Card sample
#ba034e text on a white background
contrast 6.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba034e;
Background color
Panel with #ba034e background
background-color: #ba034e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba034e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 3, 78, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 3, 78, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba034e; background: linear-gradient(135deg, #ba034e, #BA3203);