#ab86fc
a light, electric violet · warm · closest name: slateblue
RGB
171, 134, 252
HSL
259°, 95%, 76%
CMYK
32, 47, 0, 1
Luminance
0.3274
Every format
| HEX | #ab86fc |
| RGB | rgb(171, 134, 252) |
| HSL | hsl(259, 95%, 76%) |
| CMYK | cmyk(32%, 47%, 0%, 1%) |
| LAB | lab(64.0 38.9 -54.0) |
| LCH | lch(64.0 66.6 305.8) |
| OKLCH | oklch(0.705 0.170 296.2) |
Copy-ready code
/* CSS */
color: #ab86fc;
background-color: #ab86fc;
/* Tailwind (arbitrary) */
class="text-[#ab86fc] bg-[#ab86fc]"
/* SCSS */
$brand: #ab86fc;
/* SwiftUI */
Color(red: 0.671, green: 0.525, blue: 0.988)
/* Android */
Color.parseColor("#ab86fc")Accessibility — WCAG contrast
Aa
#ab86fc on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ab86fc on black: 7.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green52.5%
Blue98.8%
CMYK percentages
Cyan32.1%
Magenta46.8%
Yellow0.0%
Key (black)1.2%
Color previews
#ab86fc text on a black background
contrast 7.55:1
Card sample
#ab86fc text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab86fc;
Background color
Panel with #ab86fc background
background-color: #ab86fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab86fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 134, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 134, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab86fc; background: linear-gradient(135deg, #ab86fc, #FA86FC);