#ba0849
a dark, electric magenta / pink · warm · closest name: crimson
RGB
186, 8, 73
HSL
338°, 92%, 38%
CMYK
0, 96, 61, 27
Luminance
0.1109
Every format
| HEX | #ba0849 |
| RGB | rgb(186, 8, 73) |
| HSL | hsl(338, 92%, 38%) |
| CMYK | cmyk(0%, 96%, 61%, 27%) |
| LAB | lab(39.7 64.6 14.8) |
| LCH | lch(39.7 66.3 12.9) |
| OKLCH | oklch(0.506 0.199 10.6) |
Copy-ready code
/* CSS */
color: #ba0849;
background-color: #ba0849;
/* Tailwind (arbitrary) */
class="text-[#ba0849] bg-[#ba0849]"
/* SCSS */
$brand: #ba0849;
/* SwiftUI */
Color(red: 0.729, green: 0.031, blue: 0.286)
/* Android */
Color.parseColor("#ba0849")Accessibility — WCAG contrast
Aa
#ba0849 on white: 6.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba0849 on black: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green3.1%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta95.7%
Yellow60.8%
Key (black)27.1%
Color previews
#ba0849 text on a black background
contrast 3.22:1
Card sample
#ba0849 text on a white background
contrast 6.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba0849;
Background color
Panel with #ba0849 background
background-color: #ba0849;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba0849;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 8, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 8, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba0849; background: linear-gradient(135deg, #ba0849, #BA3E08);