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