#bc87eb
a light, vivid violet · warm · closest name: orchid
RGB
188, 135, 235
HSL
272°, 71%, 73%
CMYK
20, 43, 0, 8
Luminance
0.3402
Every format
| HEX | #bc87eb |
| RGB | rgb(188, 135, 235) |
| HSL | hsl(272, 71%, 73%) |
| CMYK | cmyk(20%, 43%, 0%, 8%) |
| LAB | lab(65.0 38.9 -42.9) |
| LCH | lch(65.0 58.0 312.2) |
| OKLCH | oklch(0.714 0.150 307.4) |
Copy-ready code
/* CSS */
color: #bc87eb;
background-color: #bc87eb;
/* Tailwind (arbitrary) */
class="text-[#bc87eb] bg-[#bc87eb]"
/* SCSS */
$brand: #bc87eb;
/* SwiftUI */
Color(red: 0.737, green: 0.529, blue: 0.922)
/* Android */
Color.parseColor("#bc87eb")Accessibility — WCAG contrast
Aa
#bc87eb on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc87eb on black: 7.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green52.9%
Blue92.2%
CMYK percentages
Cyan20.0%
Magenta42.6%
Yellow0.0%
Key (black)7.8%
Color previews
#bc87eb text on a black background
contrast 7.80:1
Card sample
#bc87eb text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc87eb;
Background color
Panel with #bc87eb background
background-color: #bc87eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc87eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 135, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 135, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc87eb; background: linear-gradient(135deg, #bc87eb, #EB87D7);