#bb11ee
a balanced, electric violet · warm · closest name: magenta
RGB
187, 17, 238
HSL
286°, 87%, 50%
CMYK
21, 93, 0, 7
Luminance
0.1714
Every format
| HEX | #bb11ee |
| RGB | rgb(187, 17, 238) |
| HSL | hsl(286, 87%, 50%) |
| CMYK | cmyk(21%, 93%, 0%, 7%) |
| LAB | lab(48.4 84.4 -71.1) |
| LCH | lch(48.4 110.4 319.9) |
| OKLCH | oklch(0.594 0.286 315.3) |
Copy-ready code
/* CSS */
color: #bb11ee;
background-color: #bb11ee;
/* Tailwind (arbitrary) */
class="text-[#bb11ee] bg-[#bb11ee]"
/* SCSS */
$brand: #bb11ee;
/* SwiftUI */
Color(red: 0.733, green: 0.067, blue: 0.933)
/* Android */
Color.parseColor("#bb11ee")Accessibility — WCAG contrast
Aa
#bb11ee on white: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bb11ee on black: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green6.7%
Blue93.3%
CMYK percentages
Cyan21.4%
Magenta92.9%
Yellow0.0%
Key (black)6.7%
Color previews
#bb11ee text on a black background
contrast 4.43:1
Card sample
#bb11ee text on a white background
contrast 4.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bb11ee;
Background color
Panel with #bb11ee background
background-color: #bb11ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bb11ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 17, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 17, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bb11ee; background: linear-gradient(135deg, #bb11ee, #EE118E);