#a87cdf
a light, vivid violet · warm · closest name: slateblue
RGB
168, 124, 223
HSL
267°, 61%, 68%
CMYK
25, 44, 0, 13
Luminance
0.2807
Every format
| HEX | #a87cdf |
| RGB | rgb(168, 124, 223) |
| HSL | hsl(267, 61%, 68%) |
| CMYK | cmyk(25%, 44%, 0%, 13%) |
| LAB | lab(60.0 36.6 -44.3) |
| LCH | lch(60.0 57.5 309.6) |
| OKLCH | oklch(0.670 0.148 303.1) |
Copy-ready code
/* CSS */
color: #a87cdf;
background-color: #a87cdf;
/* Tailwind (arbitrary) */
class="text-[#a87cdf] bg-[#a87cdf]"
/* SCSS */
$brand: #a87cdf;
/* SwiftUI */
Color(red: 0.659, green: 0.486, blue: 0.875)
/* Android */
Color.parseColor("#a87cdf")Accessibility — WCAG contrast
Aa
#a87cdf on white: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a87cdf on black: 6.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green48.6%
Blue87.5%
CMYK percentages
Cyan24.7%
Magenta44.4%
Yellow0.0%
Key (black)12.5%
Color previews
#a87cdf text on a black background
contrast 6.61:1
Card sample
#a87cdf text on a white background
contrast 3.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a87cdf;
Background color
Panel with #a87cdf background
background-color: #a87cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a87cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 124, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 124, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a87cdf; background: linear-gradient(135deg, #a87cdf, #DF7CD4);