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