#bb99ee
a light, vivid violet · warm · closest name: plum
RGB
187, 153, 238
HSL
264°, 71%, 77%
CMYK
21, 36, 0, 7
Luminance
0.3952
Every format
| HEX | #bb99ee |
| RGB | rgb(187, 153, 238) |
| HSL | hsl(264, 71%, 77%) |
| CMYK | cmyk(21%, 36%, 0%, 7%) |
| LAB | lab(69.1 29.3 -38.1) |
| LCH | lch(69.1 48.1 307.6) |
| OKLCH | oklch(0.746 0.124 301.9) |
Copy-ready code
/* CSS */
color: #bb99ee;
background-color: #bb99ee;
/* Tailwind (arbitrary) */
class="text-[#bb99ee] bg-[#bb99ee]"
/* SCSS */
$brand: #bb99ee;
/* SwiftUI */
Color(red: 0.733, green: 0.600, blue: 0.933)
/* Android */
Color.parseColor("#bb99ee")Accessibility — WCAG contrast
Aa
#bb99ee on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bb99ee on black: 8.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green60.0%
Blue93.3%
CMYK percentages
Cyan21.4%
Magenta35.7%
Yellow0.0%
Key (black)6.7%
Color previews
#bb99ee text on a black background
contrast 8.90:1
Card sample
#bb99ee text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bb99ee;
Background color
Panel with #bb99ee background
background-color: #bb99ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bb99ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 153, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 153, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bb99ee; background: linear-gradient(135deg, #bb99ee, #EE99E8);