#b87bfd
a light, electric violet · warm · closest name: slateblue
RGB
184, 123, 253
HSL
268°, 97%, 74%
CMYK
27, 51, 0, 1
Luminance
0.3145
Every format
| HEX | #b87bfd |
| RGB | rgb(184, 123, 253) |
| HSL | hsl(268, 97%, 74%) |
| CMYK | cmyk(27%, 51%, 0%, 1%) |
| LAB | lab(62.9 48.5 -56.2) |
| LCH | lch(62.9 74.2 310.8) |
| OKLCH | oklch(0.700 0.190 303.5) |
Copy-ready code
/* CSS */
color: #b87bfd;
background-color: #b87bfd;
/* Tailwind (arbitrary) */
class="text-[#b87bfd] bg-[#b87bfd]"
/* SCSS */
$brand: #b87bfd;
/* SwiftUI */
Color(red: 0.722, green: 0.482, blue: 0.992)
/* Android */
Color.parseColor("#b87bfd")Accessibility — WCAG contrast
Aa
#b87bfd on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b87bfd on black: 7.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green48.2%
Blue99.2%
CMYK percentages
Cyan27.3%
Magenta51.4%
Yellow0.0%
Key (black)0.8%
Color previews
#b87bfd text on a black background
contrast 7.29:1
Card sample
#b87bfd text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b87bfd;
Background color
Panel with #b87bfd background
background-color: #b87bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b87bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 123, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 123, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b87bfd; background: linear-gradient(135deg, #b87bfd, #FD7BEB);