#ba0331
a dark, electric magenta / pink · warm · closest name: crimson
RGB
186, 3, 49
HSL
345°, 97%, 37%
CMYK
0, 98, 74, 27
Luminance
0.1073
Every format
| HEX | #ba0331 |
| RGB | rgb(186, 3, 49) |
| HSL | hsl(345, 97%, 37%) |
| CMYK | cmyk(0%, 98%, 74%, 27%) |
| LAB | lab(39.1 63.9 29.2) |
| LCH | lch(39.1 70.3 24.6) |
| OKLCH | oklch(0.500 0.200 19.4) |
Copy-ready code
/* CSS */
color: #ba0331;
background-color: #ba0331;
/* Tailwind (arbitrary) */
class="text-[#ba0331] bg-[#ba0331]"
/* SCSS */
$brand: #ba0331;
/* SwiftUI */
Color(red: 0.729, green: 0.012, blue: 0.192)
/* Android */
Color.parseColor("#ba0331")Accessibility — WCAG contrast
Aa
#ba0331 on white: 6.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba0331 on black: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green1.2%
Blue19.2%
CMYK percentages
Cyan0.0%
Magenta98.4%
Yellow73.7%
Key (black)27.1%
Color previews
#ba0331 text on a black background
contrast 3.15:1
Card sample
#ba0331 text on a white background
contrast 6.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba0331;
Background color
Panel with #ba0331 background
background-color: #ba0331;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba0331;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 3, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 3, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba0331; background: linear-gradient(135deg, #ba0331, #BA4F03);