#bb44ee
a balanced, electric violet · warm · closest name: magenta
RGB
187, 68, 238
HSL
282°, 83%, 60%
CMYK
21, 71, 0, 7
Luminance
0.2087
Every format
| HEX | #bb44ee |
| RGB | rgb(187, 68, 238) |
| HSL | hsl(282, 83%, 60%) |
| CMYK | cmyk(21%, 71%, 0%, 7%) |
| LAB | lab(52.8 71.7 -64.0) |
| LCH | lch(52.8 96.1 318.3) |
| OKLCH | oklch(0.625 0.249 313.6) |
Copy-ready code
/* CSS */
color: #bb44ee;
background-color: #bb44ee;
/* Tailwind (arbitrary) */
class="text-[#bb44ee] bg-[#bb44ee]"
/* SCSS */
$brand: #bb44ee;
/* SwiftUI */
Color(red: 0.733, green: 0.267, blue: 0.933)
/* Android */
Color.parseColor("#bb44ee")Accessibility — WCAG contrast
Aa
#bb44ee on white: 4.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bb44ee on black: 5.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green26.7%
Blue93.3%
CMYK percentages
Cyan21.4%
Magenta71.4%
Yellow0.0%
Key (black)6.7%
Color previews
#bb44ee text on a black background
contrast 5.17:1
Card sample
#bb44ee text on a white background
contrast 4.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bb44ee;
Background color
Panel with #bb44ee background
background-color: #bb44ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bb44ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 68, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 68, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bb44ee; background: linear-gradient(135deg, #bb44ee, #EE44B0);