#ba2249
a dark, vivid magenta / pink · warm · closest name: crimson
RGB
186, 34, 73
HSL
345°, 69%, 43%
CMYK
0, 82, 61, 27
Luminance
0.1206
Every format
| HEX | #ba2249 |
| RGB | rgb(186, 34, 73) |
| HSL | hsl(345, 69%, 43%) |
| CMYK | cmyk(0%, 82%, 61%, 27%) |
| LAB | lab(41.3 60.0 16.9) |
| LCH | lch(41.3 62.4 15.8) |
| OKLCH | oklch(0.518 0.186 13.0) |
Copy-ready code
/* CSS */
color: #ba2249;
background-color: #ba2249;
/* Tailwind (arbitrary) */
class="text-[#ba2249] bg-[#ba2249]"
/* SCSS */
$brand: #ba2249;
/* SwiftUI */
Color(red: 0.729, green: 0.133, blue: 0.286)
/* Android */
Color.parseColor("#ba2249")Accessibility — WCAG contrast
Aa
#ba2249 on white: 6.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba2249 on black: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green13.3%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta81.7%
Yellow60.8%
Key (black)27.1%
Color previews
#ba2249 text on a black background
contrast 3.41:1
Card sample
#ba2249 text on a white background
contrast 6.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba2249;
Background color
Panel with #ba2249 background
background-color: #ba2249;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba2249;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 34, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 34, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba2249; background: linear-gradient(135deg, #ba2249, #BA6022);