#ba0839
a dark, electric magenta / pink · warm · closest name: crimson
RGB
186, 8, 57
HSL
344°, 92%, 38%
CMYK
0, 96, 69, 27
Luminance
0.1091
Every format
| HEX | #ba0839 |
| RGB | rgb(186, 8, 57) |
| HSL | hsl(344, 92%, 38%) |
| CMYK | cmyk(0%, 96%, 69%, 27%) |
| LAB | lab(39.4 63.7 24.6) |
| LCH | lch(39.4 68.3 21.1) |
| OKLCH | oklch(0.503 0.198 16.9) |
Copy-ready code
/* CSS */
color: #ba0839;
background-color: #ba0839;
/* Tailwind (arbitrary) */
class="text-[#ba0839] bg-[#ba0839]"
/* SCSS */
$brand: #ba0839;
/* SwiftUI */
Color(red: 0.729, green: 0.031, blue: 0.224)
/* Android */
Color.parseColor("#ba0839")Accessibility — WCAG contrast
Aa
#ba0839 on white: 6.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba0839 on black: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green3.1%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta95.7%
Yellow69.4%
Key (black)27.1%
Color previews
#ba0839 text on a black background
contrast 3.18:1
Card sample
#ba0839 text on a white background
contrast 6.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba0839;
Background color
Panel with #ba0839 background
background-color: #ba0839;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba0839;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 8, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 8, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba0839; background: linear-gradient(135deg, #ba0839, #BA4E08);