#ba094f
a dark, electric magenta / pink · warm · closest name: crimson
RGB
186, 9, 79
HSL
336°, 91%, 38%
CMYK
0, 95, 58, 27
Luminance
0.1120
Every format
| HEX | #ba094f |
| RGB | rgb(186, 9, 79) |
| HSL | hsl(336, 91%, 38%) |
| CMYK | cmyk(0%, 95%, 58%, 27%) |
| LAB | lab(39.9 64.8 11.2) |
| LCH | lch(39.9 65.8 9.8) |
| OKLCH | oklch(0.508 0.200 8.2) |
Copy-ready code
/* CSS */
color: #ba094f;
background-color: #ba094f;
/* Tailwind (arbitrary) */
class="text-[#ba094f] bg-[#ba094f]"
/* SCSS */
$brand: #ba094f;
/* SwiftUI */
Color(red: 0.729, green: 0.035, blue: 0.310)
/* Android */
Color.parseColor("#ba094f")Accessibility — WCAG contrast
Aa
#ba094f on white: 6.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba094f on black: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green3.5%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta95.2%
Yellow57.5%
Key (black)27.1%
Color previews
#ba094f text on a black background
contrast 3.24:1
Card sample
#ba094f text on a white background
contrast 6.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba094f;
Background color
Panel with #ba094f background
background-color: #ba094f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba094f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 9, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 9, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba094f; background: linear-gradient(135deg, #ba094f, #BA3909);