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