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