#bb11dd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
187, 17, 221
HSL
290°, 86%, 47%
CMYK
15, 92, 0, 13
Luminance
0.1619
Every format
| HEX | #bb11dd |
| RGB | rgb(187, 17, 221) |
| HSL | hsl(290, 86%, 47%) |
| CMYK | cmyk(15%, 92%, 0%, 13%) |
| LAB | lab(47.2 81.5 -63.4) |
| LCH | lch(47.2 103.3 322.1) |
| OKLCH | oklch(0.582 0.274 319.3) |
Copy-ready code
/* CSS */
color: #bb11dd;
background-color: #bb11dd;
/* Tailwind (arbitrary) */
class="text-[#bb11dd] bg-[#bb11dd]"
/* SCSS */
$brand: #bb11dd;
/* SwiftUI */
Color(red: 0.733, green: 0.067, blue: 0.867)
/* Android */
Color.parseColor("#bb11dd")Accessibility — WCAG contrast
Aa
#bb11dd on white: 4.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bb11dd on black: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green6.7%
Blue86.7%
CMYK percentages
Cyan15.4%
Magenta92.3%
Yellow0.0%
Key (black)13.3%
Color previews
#bb11dd text on a black background
contrast 4.24:1
Card sample
#bb11dd text on a white background
contrast 4.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bb11dd;
Background color
Panel with #bb11dd background
background-color: #bb11dd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bb11dd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 17, 221, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 17, 221, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bb11dd; background: linear-gradient(135deg, #bb11dd, #DD1177);