#bf87eb
a light, vivid violet · warm · closest name: orchid
RGB
191, 135, 235
HSL
274°, 71%, 73%
CMYK
19, 43, 0, 8
Luminance
0.3440
Every format
| HEX | #bf87eb |
| RGB | rgb(191, 135, 235) |
| HSL | hsl(274, 71%, 73%) |
| CMYK | cmyk(19%, 43%, 0%, 8%) |
| LAB | lab(65.3 39.8 -42.4) |
| LCH | lch(65.3 58.2 313.1) |
| OKLCH | oklch(0.717 0.151 308.8) |
Copy-ready code
/* CSS */
color: #bf87eb;
background-color: #bf87eb;
/* Tailwind (arbitrary) */
class="text-[#bf87eb] bg-[#bf87eb]"
/* SCSS */
$brand: #bf87eb;
/* SwiftUI */
Color(red: 0.749, green: 0.529, blue: 0.922)
/* Android */
Color.parseColor("#bf87eb")Accessibility — WCAG contrast
Aa
#bf87eb on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bf87eb on black: 7.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green52.9%
Blue92.2%
CMYK percentages
Cyan18.7%
Magenta42.6%
Yellow0.0%
Key (black)7.8%
Color previews
#bf87eb text on a black background
contrast 7.88:1
Card sample
#bf87eb text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf87eb;
Background color
Panel with #bf87eb background
background-color: #bf87eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf87eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 135, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 135, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf87eb; background: linear-gradient(135deg, #bf87eb, #EB87D4);