#ba033c
a dark, electric magenta / pink · warm · closest name: crimson
RGB
186, 3, 60
HSL
341°, 97%, 37%
CMYK
0, 98, 68, 27
Luminance
0.1083
Every format
| HEX | #ba033c |
| RGB | rgb(186, 3, 60) |
| HSL | hsl(341, 97%, 37%) |
| CMYK | cmyk(0%, 98%, 68%, 27%) |
| LAB | lab(39.3 64.4 22.5) |
| LCH | lch(39.3 68.2 19.3) |
| OKLCH | oklch(0.502 0.200 15.5) |
Copy-ready code
/* CSS */
color: #ba033c;
background-color: #ba033c;
/* Tailwind (arbitrary) */
class="text-[#ba033c] bg-[#ba033c]"
/* SCSS */
$brand: #ba033c;
/* SwiftUI */
Color(red: 0.729, green: 0.012, blue: 0.235)
/* Android */
Color.parseColor("#ba033c")Accessibility — WCAG contrast
Aa
#ba033c on white: 6.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba033c on black: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green1.2%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta98.4%
Yellow67.7%
Key (black)27.1%
Color previews
#ba033c text on a black background
contrast 3.17:1
Card sample
#ba033c text on a white background
contrast 6.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba033c;
Background color
Panel with #ba033c background
background-color: #ba033c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba033c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 3, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 3, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba033c; background: linear-gradient(135deg, #ba033c, #BA4403);