#a87cff
a light, electric violet · warm · closest name: slateblue
RGB
168, 124, 255
HSL
260°, 100%, 74%
CMYK
34, 51, 0, 0
Luminance
0.2996
Every format
| HEX | #a87cff |
| RGB | rgb(168, 124, 255) |
| HSL | hsl(260, 100%, 74%) |
| CMYK | cmyk(34%, 51%, 0%, 0%) |
| LAB | lab(61.6 44.5 -59.4) |
| LCH | lch(61.6 74.2 306.8) |
| OKLCH | oklch(0.688 0.188 296.6) |
Copy-ready code
/* CSS */
color: #a87cff;
background-color: #a87cff;
/* Tailwind (arbitrary) */
class="text-[#a87cff] bg-[#a87cff]"
/* SCSS */
$brand: #a87cff;
/* SwiftUI */
Color(red: 0.659, green: 0.486, blue: 1.000)
/* Android */
Color.parseColor("#a87cff")Accessibility — WCAG contrast
Aa
#a87cff on white: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a87cff on black: 6.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green48.6%
Blue100.0%
CMYK percentages
Cyan34.1%
Magenta51.4%
Yellow0.0%
Key (black)0.0%
Color previews
#a87cff text on a black background
contrast 6.99:1
Card sample
#a87cff text on a white background
contrast 3.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a87cff;
Background color
Panel with #a87cff background
background-color: #a87cff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a87cff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 124, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 124, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a87cff; background: linear-gradient(135deg, #a87cff, #FF7CFF);