#bb91eb
a light, vivid violet · warm · closest name: plum
RGB
187, 145, 235
HSL
268°, 69%, 75%
CMYK
20, 38, 0, 8
Luminance
0.3681
Every format
| HEX | #bb91eb |
| RGB | rgb(187, 145, 235) |
| HSL | hsl(268, 69%, 75%) |
| CMYK | cmyk(20%, 38%, 0%, 8%) |
| LAB | lab(67.1 33.1 -39.6) |
| LCH | lch(67.1 51.6 309.9) |
| OKLCH | oklch(0.730 0.134 304.8) |
Copy-ready code
/* CSS */
color: #bb91eb;
background-color: #bb91eb;
/* Tailwind (arbitrary) */
class="text-[#bb91eb] bg-[#bb91eb]"
/* SCSS */
$brand: #bb91eb;
/* SwiftUI */
Color(red: 0.733, green: 0.569, blue: 0.922)
/* Android */
Color.parseColor("#bb91eb")Accessibility — WCAG contrast
Aa
#bb91eb on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bb91eb on black: 8.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green56.9%
Blue92.2%
CMYK percentages
Cyan20.4%
Magenta38.3%
Yellow0.0%
Key (black)7.8%
Color previews
#bb91eb text on a black background
contrast 8.36:1
Card sample
#bb91eb text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bb91eb;
Background color
Panel with #bb91eb background
background-color: #bb91eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bb91eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 145, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 145, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bb91eb; background: linear-gradient(135deg, #bb91eb, #EB91DF);