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