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