#bc86fc
a light, electric violet · warm · closest name: violet
RGB
188, 134, 252
HSL
268°, 95%, 76%
CMYK
25, 47, 0, 1
Luminance
0.3477
Every format
| HEX | #bc86fc |
| RGB | rgb(188, 134, 252) |
| HSL | hsl(268, 95%, 76%) |
| CMYK | cmyk(25%, 47%, 0%, 1%) |
| LAB | lab(65.6 43.3 -51.4) |
| LCH | lch(65.6 67.2 310.1) |
| OKLCH | oklch(0.721 0.172 303.5) |
Copy-ready code
/* CSS */
color: #bc86fc;
background-color: #bc86fc;
/* Tailwind (arbitrary) */
class="text-[#bc86fc] bg-[#bc86fc]"
/* SCSS */
$brand: #bc86fc;
/* SwiftUI */
Color(red: 0.737, green: 0.525, blue: 0.988)
/* Android */
Color.parseColor("#bc86fc")Accessibility — WCAG contrast
Aa
#bc86fc on white: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc86fc on black: 7.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green52.5%
Blue98.8%
CMYK percentages
Cyan25.4%
Magenta46.8%
Yellow0.0%
Key (black)1.2%
Color previews
#bc86fc text on a black background
contrast 7.95:1
Card sample
#bc86fc text on a white background
contrast 2.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc86fc;
Background color
Panel with #bc86fc background
background-color: #bc86fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc86fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 134, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 134, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc86fc; background: linear-gradient(135deg, #bc86fc, #FC86ED);