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