#a87df4
a light, electric violet · warm · closest name: slateblue
RGB
168, 125, 244
HSL
262°, 84%, 72%
CMYK
31, 49, 0, 4
Luminance
0.2952
Every format
| HEX | #a87df4 |
| RGB | rgb(168, 125, 244) |
| HSL | hsl(262, 84%, 72%) |
| CMYK | cmyk(31%, 49%, 0%, 4%) |
| LAB | lab(61.2 41.2 -54.0) |
| LCH | lch(61.2 67.9 307.3) |
| OKLCH | oklch(0.683 0.173 298.4) |
Copy-ready code
/* CSS */
color: #a87df4;
background-color: #a87df4;
/* Tailwind (arbitrary) */
class="text-[#a87df4] bg-[#a87df4]"
/* SCSS */
$brand: #a87df4;
/* SwiftUI */
Color(red: 0.659, green: 0.490, blue: 0.957)
/* Android */
Color.parseColor("#a87df4")Accessibility — WCAG contrast
Aa
#a87df4 on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a87df4 on black: 6.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green49.0%
Blue95.7%
CMYK percentages
Cyan31.1%
Magenta48.8%
Yellow0.0%
Key (black)4.3%
Color previews
#a87df4 text on a black background
contrast 6.90:1
Card sample
#a87df4 text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a87df4;
Background color
Panel with #a87df4 background
background-color: #a87df4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a87df4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 125, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 125, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a87df4; background: linear-gradient(135deg, #a87df4, #F47DF1);