#bb88dd
a light, vivid violet · warm · closest name: plum
RGB
187, 136, 221
HSL
276°, 56%, 70%
CMYK
15, 39, 0, 13
Luminance
0.3339
Every format
| HEX | #bb88dd |
| RGB | rgb(187, 136, 221) |
| HSL | hsl(276, 56%, 70%) |
| CMYK | cmyk(15%, 39%, 0%, 13%) |
| LAB | lab(64.5 35.0 -36.0) |
| LCH | lch(64.5 50.2 314.2) |
| OKLCH | oklch(0.708 0.132 310.9) |
Copy-ready code
/* CSS */
color: #bb88dd;
background-color: #bb88dd;
/* Tailwind (arbitrary) */
class="text-[#bb88dd] bg-[#bb88dd]"
/* SCSS */
$brand: #bb88dd;
/* SwiftUI */
Color(red: 0.733, green: 0.533, blue: 0.867)
/* Android */
Color.parseColor("#bb88dd")Accessibility — WCAG contrast
Aa
#bb88dd on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bb88dd on black: 7.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green53.3%
Blue86.7%
CMYK percentages
Cyan15.4%
Magenta38.5%
Yellow0.0%
Key (black)13.3%
Color previews
#bb88dd text on a black background
contrast 7.68:1
Card sample
#bb88dd text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bb88dd;
Background color
Panel with #bb88dd background
background-color: #bb88dd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bb88dd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 136, 221, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 136, 221, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bb88dd; background: linear-gradient(135deg, #bb88dd, #DD88C6);