#bb8ddf
a light, vivid violet · warm · closest name: plum
RGB
187, 141, 223
HSL
274°, 56%, 71%
CMYK
16, 37, 0, 13
Luminance
0.3494
Every format
| HEX | #bb8ddf |
| RGB | rgb(187, 141, 223) |
| HSL | hsl(274, 56%, 71%) |
| CMYK | cmyk(16%, 37%, 0%, 13%) |
| LAB | lab(65.7 32.7 -35.2) |
| LCH | lch(65.7 48.0 312.9) |
| OKLCH | oklch(0.717 0.126 309.3) |
Copy-ready code
/* CSS */
color: #bb8ddf;
background-color: #bb8ddf;
/* Tailwind (arbitrary) */
class="text-[#bb8ddf] bg-[#bb8ddf]"
/* SCSS */
$brand: #bb8ddf;
/* SwiftUI */
Color(red: 0.733, green: 0.553, blue: 0.875)
/* Android */
Color.parseColor("#bb8ddf")Accessibility — WCAG contrast
Aa
#bb8ddf on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bb8ddf on black: 7.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green55.3%
Blue87.5%
CMYK percentages
Cyan16.1%
Magenta36.8%
Yellow0.0%
Key (black)12.5%
Color previews
#bb8ddf text on a black background
contrast 7.99:1
Card sample
#bb8ddf text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bb8ddf;
Background color
Panel with #bb8ddf background
background-color: #bb8ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bb8ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 141, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 141, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bb8ddf; background: linear-gradient(135deg, #bb8ddf, #DF8DCC);