#bb22ee
a balanced, electric violet · warm · closest name: magenta
RGB
187, 34, 238
HSL
285°, 86%, 53%
CMYK
21, 86, 0, 7
Luminance
0.1788
Every format
| HEX | #bb22ee |
| RGB | rgb(187, 34, 238) |
| HSL | hsl(285, 86%, 53%) |
| CMYK | cmyk(21%, 86%, 0%, 7%) |
| LAB | lab(49.4 81.7 -69.6) |
| LCH | lch(49.4 107.3 319.6) |
| OKLCH | oklch(0.601 0.278 315.0) |
Copy-ready code
/* CSS */
color: #bb22ee;
background-color: #bb22ee;
/* Tailwind (arbitrary) */
class="text-[#bb22ee] bg-[#bb22ee]"
/* SCSS */
$brand: #bb22ee;
/* SwiftUI */
Color(red: 0.733, green: 0.133, blue: 0.933)
/* Android */
Color.parseColor("#bb22ee")Accessibility — WCAG contrast
Aa
#bb22ee on white: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bb22ee on black: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green13.3%
Blue93.3%
CMYK percentages
Cyan21.4%
Magenta85.7%
Yellow0.0%
Key (black)6.7%
Color previews
#bb22ee text on a black background
contrast 4.58:1
Card sample
#bb22ee text on a white background
contrast 4.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bb22ee;
Background color
Panel with #bb22ee background
background-color: #bb22ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bb22ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 34, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 34, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bb22ee; background: linear-gradient(135deg, #bb22ee, #EE2299);