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