#ba124f
a dark, electric magenta / pink · warm · closest name: crimson
RGB
186, 18, 79
HSL
338°, 82%, 40%
CMYK
0, 90, 58, 27
Luminance
0.1144
Every format
| HEX | #ba124f |
| RGB | rgb(186, 18, 79) |
| HSL | hsl(338, 82%, 40%) |
| CMYK | cmyk(0%, 90%, 58%, 27%) |
| LAB | lab(40.3 63.7 11.8) |
| LCH | lch(40.3 64.8 10.5) |
| OKLCH | oklch(0.511 0.196 8.7) |
Copy-ready code
/* CSS */
color: #ba124f;
background-color: #ba124f;
/* Tailwind (arbitrary) */
class="text-[#ba124f] bg-[#ba124f]"
/* SCSS */
$brand: #ba124f;
/* SwiftUI */
Color(red: 0.729, green: 0.071, blue: 0.310)
/* Android */
Color.parseColor("#ba124f")Accessibility — WCAG contrast
Aa
#ba124f on white: 6.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba124f on black: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green7.1%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta90.3%
Yellow57.5%
Key (black)27.1%
Color previews
#ba124f text on a black background
contrast 3.29:1
Card sample
#ba124f text on a white background
contrast 6.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba124f;
Background color
Panel with #ba124f background
background-color: #ba124f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba124f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 18, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 18, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba124f; background: linear-gradient(135deg, #ba124f, #BA4512);