#bb8cdf
a light, vivid violet · warm · closest name: plum
RGB
187, 140, 223
HSL
274°, 57%, 71%
CMYK
16, 37, 0, 13
Luminance
0.3465
Every format
| HEX | #bb8cdf |
| RGB | rgb(187, 140, 223) |
| HSL | hsl(274, 57%, 71%) |
| CMYK | cmyk(16%, 37%, 0%, 13%) |
| LAB | lab(65.5 33.2 -35.5) |
| LCH | lch(65.5 48.6 313.1) |
| OKLCH | oklch(0.716 0.127 309.5) |
Copy-ready code
/* CSS */
color: #bb8cdf;
background-color: #bb8cdf;
/* Tailwind (arbitrary) */
class="text-[#bb8cdf] bg-[#bb8cdf]"
/* SCSS */
$brand: #bb8cdf;
/* SwiftUI */
Color(red: 0.733, green: 0.549, blue: 0.875)
/* Android */
Color.parseColor("#bb8cdf")Accessibility — WCAG contrast
Aa
#bb8cdf on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bb8cdf on black: 7.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green54.9%
Blue87.5%
CMYK percentages
Cyan16.1%
Magenta37.2%
Yellow0.0%
Key (black)12.5%
Color previews
#bb8cdf text on a black background
contrast 7.93:1
Card sample
#bb8cdf text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bb8cdf;
Background color
Panel with #bb8cdf background
background-color: #bb8cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bb8cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 140, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 140, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bb8cdf; background: linear-gradient(135deg, #bb8cdf, #DF8CCC);