#bc86df
a light, vivid violet · warm · closest name: plum
RGB
188, 134, 223
HSL
276°, 58%, 70%
CMYK
16, 40, 0, 13
Luminance
0.3307
Every format
| HEX | #bc86df |
| RGB | rgb(188, 134, 223) |
| HSL | hsl(276, 58%, 70%) |
| CMYK | cmyk(16%, 40%, 0%, 13%) |
| LAB | lab(64.2 36.8 -37.5) |
| LCH | lch(64.2 52.5 314.5) |
| OKLCH | oklch(0.706 0.138 311.1) |
Copy-ready code
/* CSS */
color: #bc86df;
background-color: #bc86df;
/* Tailwind (arbitrary) */
class="text-[#bc86df] bg-[#bc86df]"
/* SCSS */
$brand: #bc86df;
/* SwiftUI */
Color(red: 0.737, green: 0.525, blue: 0.875)
/* Android */
Color.parseColor("#bc86df")Accessibility — WCAG contrast
Aa
#bc86df on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc86df on black: 7.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green52.5%
Blue87.5%
CMYK percentages
Cyan15.7%
Magenta39.9%
Yellow0.0%
Key (black)12.5%
Color previews
#bc86df text on a black background
contrast 7.61:1
Card sample
#bc86df text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc86df;
Background color
Panel with #bc86df background
background-color: #bc86df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc86df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 134, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 134, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc86df; background: linear-gradient(135deg, #bc86df, #DF86C7);