#bb33ee
a balanced, electric violet · warm · closest name: magenta
RGB
187, 51, 238
HSL
284°, 85%, 57%
CMYK
21, 79, 0, 7
Luminance
0.1911
Every format
| HEX | #bb33ee |
| RGB | rgb(187, 51, 238) |
| HSL | hsl(284, 85%, 57%) |
| CMYK | cmyk(21%, 79%, 0%, 7%) |
| LAB | lab(50.8 77.5 -67.2) |
| LCH | lch(50.8 102.5 319.0) |
| OKLCH | oklch(0.611 0.266 314.4) |
Copy-ready code
/* CSS */
color: #bb33ee;
background-color: #bb33ee;
/* Tailwind (arbitrary) */
class="text-[#bb33ee] bg-[#bb33ee]"
/* SCSS */
$brand: #bb33ee;
/* SwiftUI */
Color(red: 0.733, green: 0.200, blue: 0.933)
/* Android */
Color.parseColor("#bb33ee")Accessibility — WCAG contrast
Aa
#bb33ee on white: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bb33ee on black: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green20.0%
Blue93.3%
CMYK percentages
Cyan21.4%
Magenta78.6%
Yellow0.0%
Key (black)6.7%
Color previews
#bb33ee text on a black background
contrast 4.82:1
Card sample
#bb33ee text on a white background
contrast 4.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bb33ee;
Background color
Panel with #bb33ee background
background-color: #bb33ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bb33ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 51, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 51, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bb33ee; background: linear-gradient(135deg, #bb33ee, #EE33A5);