#ba093f
a dark, electric magenta / pink · warm · closest name: crimson
RGB
186, 9, 63
HSL
342°, 91%, 38%
CMYK
0, 95, 66, 27
Luminance
0.1099
Every format
| HEX | #ba093f |
| RGB | rgb(186, 9, 63) |
| HSL | hsl(342, 91%, 38%) |
| CMYK | cmyk(0%, 95%, 66%, 27%) |
| LAB | lab(39.6 63.9 21.0) |
| LCH | lch(39.6 67.3 18.2) |
| OKLCH | oklch(0.504 0.198 14.7) |
Copy-ready code
/* CSS */
color: #ba093f;
background-color: #ba093f;
/* Tailwind (arbitrary) */
class="text-[#ba093f] bg-[#ba093f]"
/* SCSS */
$brand: #ba093f;
/* SwiftUI */
Color(red: 0.729, green: 0.035, blue: 0.247)
/* Android */
Color.parseColor("#ba093f")Accessibility — WCAG contrast
Aa
#ba093f on white: 6.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba093f on black: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green3.5%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta95.2%
Yellow66.1%
Key (black)27.1%
Color previews
#ba093f text on a black background
contrast 3.20:1
Card sample
#ba093f text on a white background
contrast 6.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba093f;
Background color
Panel with #ba093f background
background-color: #ba093f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba093f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 9, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 9, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba093f; background: linear-gradient(135deg, #ba093f, #BA4909);