#ba005f
a dark, electric magenta / pink · warm · closest name: crimson
RGB
186, 0, 95
HSL
329°, 100%, 37%
CMYK
0, 100, 49, 27
Luminance
0.1127
Every format
| HEX | #ba005f |
| RGB | rgb(186, 0, 95) |
| HSL | hsl(329, 100%, 37%) |
| CMYK | cmyk(0%, 100%, 49%, 27%) |
| LAB | lab(40.0 67.0 1.2) |
| LCH | lch(40.0 67.0 1.0) |
| OKLCH | oklch(0.510 0.206 1.0) |
Copy-ready code
/* CSS */
color: #ba005f;
background-color: #ba005f;
/* Tailwind (arbitrary) */
class="text-[#ba005f] bg-[#ba005f]"
/* SCSS */
$brand: #ba005f;
/* SwiftUI */
Color(red: 0.729, green: 0.000, blue: 0.373)
/* Android */
Color.parseColor("#ba005f")Accessibility — WCAG contrast
Aa
#ba005f on white: 6.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba005f on black: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green0.0%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow48.9%
Key (black)27.1%
Color previews
#ba005f text on a black background
contrast 3.25:1
Card sample
#ba005f text on a white background
contrast 6.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba005f;
Background color
Panel with #ba005f background
background-color: #ba005f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba005f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 0, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 0, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba005f; background: linear-gradient(135deg, #ba005f, #BA1D00);