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