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