#bb006f
a dark, electric magenta / pink · warm · closest name: purple
RGB
187, 0, 111
HSL
324°, 100%, 37%
CMYK
0, 100, 41, 27
Luminance
0.1171
Every format
| HEX | #bb006f |
| RGB | rgb(187, 0, 111) |
| HSL | hsl(324, 100%, 37%) |
| CMYK | cmyk(0%, 100%, 41%, 27%) |
| LAB | lab(40.8 68.6 -7.8) |
| LCH | lch(40.8 69.0 353.5) |
| OKLCH | oklch(0.518 0.213 354.7) |
Copy-ready code
/* CSS */
color: #bb006f;
background-color: #bb006f;
/* Tailwind (arbitrary) */
class="text-[#bb006f] bg-[#bb006f]"
/* SCSS */
$brand: #bb006f;
/* SwiftUI */
Color(red: 0.733, green: 0.000, blue: 0.435)
/* Android */
Color.parseColor("#bb006f")Accessibility — WCAG contrast
Aa
#bb006f on white: 6.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bb006f on black: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green0.0%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow40.6%
Key (black)26.7%
Color previews
#bb006f text on a black background
contrast 3.34:1
Card sample
#bb006f text on a white background
contrast 6.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bb006f;
Background color
Panel with #bb006f background
background-color: #bb006f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bb006f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 0, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 0, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bb006f; background: linear-gradient(135deg, #bb006f, #BB0E00);