#bb8eee
a light, vivid violet · warm · closest name: plum
RGB
187, 142, 238
HSL
268°, 74%, 75%
CMYK
21, 40, 0, 7
Luminance
0.3608
Every format
| HEX | #bb8eee |
| RGB | rgb(187, 142, 238) |
| HSL | hsl(268, 74%, 75%) |
| CMYK | cmyk(21%, 40%, 0%, 7%) |
| LAB | lab(66.6 35.4 -42.1) |
| LCH | lch(66.6 55.0 310.1) |
| OKLCH | oklch(0.726 0.142 304.7) |
Copy-ready code
/* CSS */
color: #bb8eee;
background-color: #bb8eee;
/* Tailwind (arbitrary) */
class="text-[#bb8eee] bg-[#bb8eee]"
/* SCSS */
$brand: #bb8eee;
/* SwiftUI */
Color(red: 0.733, green: 0.557, blue: 0.933)
/* Android */
Color.parseColor("#bb8eee")Accessibility — WCAG contrast
Aa
#bb8eee on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bb8eee on black: 8.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green55.7%
Blue93.3%
CMYK percentages
Cyan21.4%
Magenta40.3%
Yellow0.0%
Key (black)6.7%
Color previews
#bb8eee text on a black background
contrast 8.22:1
Card sample
#bb8eee text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bb8eee;
Background color
Panel with #bb8eee background
background-color: #bb8eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bb8eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 142, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 142, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bb8eee; background: linear-gradient(135deg, #bb8eee, #EE8EE1);