#ba2254
a dark, vivid magenta / pink · warm · closest name: crimson
RGB
186, 34, 84
HSL
340°, 69%, 43%
CMYK
0, 82, 55, 27
Luminance
0.1222
Every format
| HEX | #ba2254 |
| RGB | rgb(186, 34, 84) |
| HSL | hsl(340, 69%, 43%) |
| CMYK | cmyk(0%, 82%, 55%, 27%) |
| LAB | lab(41.6 60.8 10.4) |
| LCH | lch(41.6 61.7 9.7) |
| OKLCH | oklch(0.520 0.187 8.1) |
Copy-ready code
/* CSS */
color: #ba2254;
background-color: #ba2254;
/* Tailwind (arbitrary) */
class="text-[#ba2254] bg-[#ba2254]"
/* SCSS */
$brand: #ba2254;
/* SwiftUI */
Color(red: 0.729, green: 0.133, blue: 0.329)
/* Android */
Color.parseColor("#ba2254")Accessibility — WCAG contrast
Aa
#ba2254 on white: 6.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba2254 on black: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green13.3%
Blue32.9%
CMYK percentages
Cyan0.0%
Magenta81.7%
Yellow54.8%
Key (black)27.1%
Color previews
#ba2254 text on a black background
contrast 3.44:1
Card sample
#ba2254 text on a white background
contrast 6.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba2254;
Background color
Panel with #ba2254 background
background-color: #ba2254;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba2254;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 34, 84, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 34, 84, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba2254; background: linear-gradient(135deg, #ba2254, #BA5522);