#ba0c39
a dark, electric magenta / pink · warm · closest name: crimson
RGB
186, 12, 57
HSL
345°, 88%, 39%
CMYK
0, 94, 69, 27
Luminance
0.1100
Every format
| HEX | #ba0c39 |
| RGB | rgb(186, 12, 57) |
| HSL | hsl(345, 88%, 39%) |
| CMYK | cmyk(0%, 94%, 69%, 27%) |
| LAB | lab(39.6 63.3 24.8) |
| LCH | lch(39.6 68.0 21.4) |
| OKLCH | oklch(0.504 0.197 17.1) |
Copy-ready code
/* CSS */
color: #ba0c39;
background-color: #ba0c39;
/* Tailwind (arbitrary) */
class="text-[#ba0c39] bg-[#ba0c39]"
/* SCSS */
$brand: #ba0c39;
/* SwiftUI */
Color(red: 0.729, green: 0.047, blue: 0.224)
/* Android */
Color.parseColor("#ba0c39")Accessibility — WCAG contrast
Aa
#ba0c39 on white: 6.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba0c39 on black: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green4.7%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta93.5%
Yellow69.4%
Key (black)27.1%
Color previews
#ba0c39 text on a black background
contrast 3.20:1
Card sample
#ba0c39 text on a white background
contrast 6.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba0c39;
Background color
Panel with #ba0c39 background
background-color: #ba0c39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba0c39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 12, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 12, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba0c39; background: linear-gradient(135deg, #ba0c39, #BA530C);