#ba0439
a dark, electric magenta / pink · warm · closest name: crimson
RGB
186, 4, 57
HSL
343°, 96%, 37%
CMYK
0, 98, 69, 27
Luminance
0.1082
Every format
| HEX | #ba0439 |
| RGB | rgb(186, 4, 57) |
| HSL | hsl(343, 96%, 37%) |
| CMYK | cmyk(0%, 98%, 69%, 27%) |
| LAB | lab(39.3 64.1 24.4) |
| LCH | lch(39.3 68.6 20.8) |
| OKLCH | oklch(0.502 0.199 16.7) |
Copy-ready code
/* CSS */
color: #ba0439;
background-color: #ba0439;
/* Tailwind (arbitrary) */
class="text-[#ba0439] bg-[#ba0439]"
/* SCSS */
$brand: #ba0439;
/* SwiftUI */
Color(red: 0.729, green: 0.016, blue: 0.224)
/* Android */
Color.parseColor("#ba0439")Accessibility — WCAG contrast
Aa
#ba0439 on white: 6.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba0439 on black: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green1.6%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta97.8%
Yellow69.4%
Key (black)27.1%
Color previews
#ba0439 text on a black background
contrast 3.16:1
Card sample
#ba0439 text on a white background
contrast 6.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba0439;
Background color
Panel with #ba0439 background
background-color: #ba0439;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba0439;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 4, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 4, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba0439; background: linear-gradient(135deg, #ba0439, #BA4804);