#bc87cf
a light, soft violet · warm · closest name: plum
RGB
188, 135, 207
HSL
284°, 43%, 67%
CMYK
9, 35, 0, 19
Luminance
0.3252
Every format
| HEX | #bc87cf |
| RGB | rgb(188, 135, 207) |
| HSL | hsl(284, 43%, 67%) |
| CMYK | cmyk(9%, 35%, 0%, 19%) |
| LAB | lab(63.8 32.9 -29.3) |
| LCH | lch(63.8 44.0 318.4) |
| OKLCH | oklch(0.701 0.117 316.9) |
Copy-ready code
/* CSS */
color: #bc87cf;
background-color: #bc87cf;
/* Tailwind (arbitrary) */
class="text-[#bc87cf] bg-[#bc87cf]"
/* SCSS */
$brand: #bc87cf;
/* SwiftUI */
Color(red: 0.737, green: 0.529, blue: 0.812)
/* Android */
Color.parseColor("#bc87cf")Accessibility — WCAG contrast
Aa
#bc87cf on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc87cf on black: 7.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green52.9%
Blue81.2%
CMYK percentages
Cyan9.2%
Magenta34.8%
Yellow0.0%
Key (black)18.8%
Color previews
#bc87cf text on a black background
contrast 7.50:1
Card sample
#bc87cf text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc87cf;
Background color
Panel with #bc87cf background
background-color: #bc87cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc87cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 135, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 135, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc87cf; background: linear-gradient(135deg, #bc87cf, #CF87B2);