#bb99dd
a light, vivid violet · warm · closest name: plum
RGB
187, 153, 221
HSL
270°, 50%, 73%
CMYK
15, 31, 0, 13
Luminance
0.3857
Every format
| HEX | #bb99dd |
| RGB | rgb(187, 153, 221) |
| HSL | hsl(270, 50%, 73%) |
| CMYK | cmyk(15%, 31%, 0%, 13%) |
| LAB | lab(68.4 25.6 -29.8) |
| LCH | lch(68.4 39.3 310.6) |
| OKLCH | oklch(0.738 0.102 306.9) |
Copy-ready code
/* CSS */
color: #bb99dd;
background-color: #bb99dd;
/* Tailwind (arbitrary) */
class="text-[#bb99dd] bg-[#bb99dd]"
/* SCSS */
$brand: #bb99dd;
/* SwiftUI */
Color(red: 0.733, green: 0.600, blue: 0.867)
/* Android */
Color.parseColor("#bb99dd")Accessibility — WCAG contrast
Aa
#bb99dd on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bb99dd on black: 8.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green60.0%
Blue86.7%
CMYK percentages
Cyan15.4%
Magenta30.8%
Yellow0.0%
Key (black)13.3%
Color previews
#bb99dd text on a black background
contrast 8.71:1
Card sample
#bb99dd text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bb99dd;
Background color
Panel with #bb99dd background
background-color: #bb99dd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bb99dd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 153, 221, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 153, 221, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bb99dd; background: linear-gradient(135deg, #bb99dd, #DD99D2);