#ba1b4f
a dark, vivid magenta / pink · warm · closest name: crimson
RGB
186, 27, 79
HSL
340°, 75%, 42%
CMYK
0, 86, 58, 27
Luminance
0.1179
Every format
| HEX | #ba1b4f |
| RGB | rgb(186, 27, 79) |
| HSL | hsl(340, 75%, 42%) |
| CMYK | cmyk(0%, 86%, 58%, 27%) |
| LAB | lab(40.9 62.1 12.6) |
| LCH | lch(40.9 63.3 11.4) |
| OKLCH | oklch(0.515 0.191 9.5) |
Copy-ready code
/* CSS */
color: #ba1b4f;
background-color: #ba1b4f;
/* Tailwind (arbitrary) */
class="text-[#ba1b4f] bg-[#ba1b4f]"
/* SCSS */
$brand: #ba1b4f;
/* SwiftUI */
Color(red: 0.729, green: 0.106, blue: 0.310)
/* Android */
Color.parseColor("#ba1b4f")Accessibility — WCAG contrast
Aa
#ba1b4f on white: 6.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba1b4f on black: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green10.6%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta85.5%
Yellow57.5%
Key (black)27.1%
Color previews
#ba1b4f text on a black background
contrast 3.36:1
Card sample
#ba1b4f text on a white background
contrast 6.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba1b4f;
Background color
Panel with #ba1b4f background
background-color: #ba1b4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba1b4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 27, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 27, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba1b4f; background: linear-gradient(135deg, #ba1b4f, #BA511B);