#ba024f
a dark, electric magenta / pink · warm · closest name: crimson
RGB
186, 2, 79
HSL
335°, 98%, 37%
CMYK
0, 99, 58, 27
Luminance
0.1105
Every format
| HEX | #ba024f |
| RGB | rgb(186, 2, 79) |
| HSL | hsl(335, 98%, 37%) |
| CMYK | cmyk(0%, 99%, 58%, 27%) |
| LAB | lab(39.7 65.6 10.9) |
| LCH | lch(39.7 66.5 9.4) |
| OKLCH | oklch(0.506 0.202 7.8) |
Copy-ready code
/* CSS */
color: #ba024f;
background-color: #ba024f;
/* Tailwind (arbitrary) */
class="text-[#ba024f] bg-[#ba024f]"
/* SCSS */
$brand: #ba024f;
/* SwiftUI */
Color(red: 0.729, green: 0.008, blue: 0.310)
/* Android */
Color.parseColor("#ba024f")Accessibility — WCAG contrast
Aa
#ba024f on white: 6.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba024f on black: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green0.8%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta98.9%
Yellow57.5%
Key (black)27.1%
Color previews
#ba024f text on a black background
contrast 3.21:1
Card sample
#ba024f text on a white background
contrast 6.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba024f;
Background color
Panel with #ba024f background
background-color: #ba024f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba024f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 2, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 2, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba024f; background: linear-gradient(135deg, #ba024f, #BA3002);