#bb0052
a dark, electric magenta / pink · warm · closest name: crimson
RGB
187, 0, 82
HSL
334°, 100%, 37%
CMYK
0, 100, 56, 27
Luminance
0.1117
Every format
| HEX | #bb0052 |
| RGB | rgb(187, 0, 82) |
| HSL | hsl(334, 100%, 37%) |
| CMYK | cmyk(0%, 100%, 56%, 27%) |
| LAB | lab(39.9 66.2 9.3) |
| LCH | lch(39.9 66.9 8.0) |
| OKLCH | oklch(0.508 0.204 6.7) |
Copy-ready code
/* CSS */
color: #bb0052;
background-color: #bb0052;
/* Tailwind (arbitrary) */
class="text-[#bb0052] bg-[#bb0052]"
/* SCSS */
$brand: #bb0052;
/* SwiftUI */
Color(red: 0.733, green: 0.000, blue: 0.322)
/* Android */
Color.parseColor("#bb0052")Accessibility — WCAG contrast
Aa
#bb0052 on white: 6.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bb0052 on black: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green0.0%
Blue32.2%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow56.1%
Key (black)26.7%
Color previews
#bb0052 text on a black background
contrast 3.23:1
Card sample
#bb0052 text on a white background
contrast 6.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bb0052;
Background color
Panel with #bb0052 background
background-color: #bb0052;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bb0052;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 0, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 0, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bb0052; background: linear-gradient(135deg, #bb0052, #BB2B00);