#ba103c
a dark, electric magenta / pink · warm · closest name: crimson
RGB
186, 16, 60
HSL
345°, 84%, 40%
CMYK
0, 91, 68, 27
Luminance
0.1114
Every format
| HEX | #ba103c |
| RGB | rgb(186, 16, 60) |
| HSL | hsl(345, 84%, 40%) |
| CMYK | cmyk(0%, 91%, 68%, 27%) |
| LAB | lab(39.8 62.9 23.2) |
| LCH | lch(39.8 67.0 20.2) |
| OKLCH | oklch(0.506 0.195 16.3) |
Copy-ready code
/* CSS */
color: #ba103c;
background-color: #ba103c;
/* Tailwind (arbitrary) */
class="text-[#ba103c] bg-[#ba103c]"
/* SCSS */
$brand: #ba103c;
/* SwiftUI */
Color(red: 0.729, green: 0.063, blue: 0.235)
/* Android */
Color.parseColor("#ba103c")Accessibility — WCAG contrast
Aa
#ba103c on white: 6.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba103c on black: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green6.3%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta91.4%
Yellow67.7%
Key (black)27.1%
Color previews
#ba103c text on a black background
contrast 3.23:1
Card sample
#ba103c text on a white background
contrast 6.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba103c;
Background color
Panel with #ba103c background
background-color: #ba103c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba103c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 16, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 16, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba103c; background: linear-gradient(135deg, #ba103c, #BA5510);