#ba0039
a dark, electric magenta / pink · warm · closest name: crimson
RGB
186, 0, 57
HSL
342°, 100%, 37%
CMYK
0, 100, 69, 27
Luminance
0.1073
Every format
| HEX | #ba0039 |
| RGB | rgb(186, 0, 57) |
| HSL | hsl(342, 100%, 37%) |
| CMYK | cmyk(0%, 100%, 69%, 27%) |
| LAB | lab(39.1 64.6 24.2) |
| LCH | lch(39.1 69.0 20.6) |
| OKLCH | oklch(0.501 0.200 16.4) |
Copy-ready code
/* CSS */
color: #ba0039;
background-color: #ba0039;
/* Tailwind (arbitrary) */
class="text-[#ba0039] bg-[#ba0039]"
/* SCSS */
$brand: #ba0039;
/* SwiftUI */
Color(red: 0.729, green: 0.000, blue: 0.224)
/* Android */
Color.parseColor("#ba0039")Accessibility — WCAG contrast
Aa
#ba0039 on white: 6.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba0039 on black: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green0.0%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow69.4%
Key (black)27.1%
Color previews
#ba0039 text on a black background
contrast 3.15:1
Card sample
#ba0039 text on a white background
contrast 6.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba0039;
Background color
Panel with #ba0039 background
background-color: #ba0039;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba0039;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 0, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 0, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba0039; background: linear-gradient(135deg, #ba0039, #BA4300);