#bb4eee
a balanced, electric violet · warm · closest name: magenta
RGB
187, 78, 238
HSL
281°, 83%, 62%
CMYK
21, 67, 0, 7
Luminance
0.2219
Every format
| HEX | #bb4eee |
| RGB | rgb(187, 78, 238) |
| HSL | hsl(281, 83%, 62%) |
| CMYK | cmyk(21%, 67%, 0%, 7%) |
| LAB | lab(54.2 67.7 -61.7) |
| LCH | lch(54.2 91.6 317.7) |
| OKLCH | oklch(0.635 0.238 312.9) |
Copy-ready code
/* CSS */
color: #bb4eee;
background-color: #bb4eee;
/* Tailwind (arbitrary) */
class="text-[#bb4eee] bg-[#bb4eee]"
/* SCSS */
$brand: #bb4eee;
/* SwiftUI */
Color(red: 0.733, green: 0.306, blue: 0.933)
/* Android */
Color.parseColor("#bb4eee")Accessibility — WCAG contrast
Aa
#bb4eee on white: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bb4eee on black: 5.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green30.6%
Blue93.3%
CMYK percentages
Cyan21.4%
Magenta67.2%
Yellow0.0%
Key (black)6.7%
Color previews
#bb4eee text on a black background
contrast 5.44:1
Card sample
#bb4eee text on a white background
contrast 3.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bb4eee;
Background color
Panel with #bb4eee background
background-color: #bb4eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bb4eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 78, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 78, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bb4eee; background: linear-gradient(135deg, #bb4eee, #EE4EB6);