#ba1256
a dark, electric magenta / pink · warm · closest name: crimson
RGB
186, 18, 86
HSL
336°, 82%, 40%
CMYK
0, 90, 54, 27
Luminance
0.1154
Every format
| HEX | #ba1256 |
| RGB | rgb(186, 18, 86) |
| HSL | hsl(336, 82%, 40%) |
| CMYK | cmyk(0%, 90%, 54%, 27%) |
| LAB | lab(40.5 64.2 7.6) |
| LCH | lch(40.5 64.6 6.7) |
| OKLCH | oklch(0.513 0.198 5.7) |
Copy-ready code
/* CSS */
color: #ba1256;
background-color: #ba1256;
/* Tailwind (arbitrary) */
class="text-[#ba1256] bg-[#ba1256]"
/* SCSS */
$brand: #ba1256;
/* SwiftUI */
Color(red: 0.729, green: 0.071, blue: 0.337)
/* Android */
Color.parseColor("#ba1256")Accessibility — WCAG contrast
Aa
#ba1256 on white: 6.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba1256 on black: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green7.1%
Blue33.7%
CMYK percentages
Cyan0.0%
Magenta90.3%
Yellow53.8%
Key (black)27.1%
Color previews
#ba1256 text on a black background
contrast 3.31:1
Card sample
#ba1256 text on a white background
contrast 6.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba1256;
Background color
Panel with #ba1256 background
background-color: #ba1256;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba1256;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 18, 86, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 18, 86, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba1256; background: linear-gradient(135deg, #ba1256, #BA3E12);