#ab86eb
a light, vivid violet · warm · closest name: slateblue
RGB
171, 134, 235
HSL
262°, 72%, 72%
CMYK
27, 43, 0, 8
Luminance
0.3171
Every format
| HEX | #ab86eb |
| RGB | rgb(171, 134, 235) |
| HSL | hsl(262, 72%, 72%) |
| CMYK | cmyk(27%, 43%, 0%, 8%) |
| LAB | lab(63.1 34.7 -46.0) |
| LCH | lch(63.1 57.6 307.0) |
| OKLCH | oklch(0.696 0.148 299.4) |
Copy-ready code
/* CSS */
color: #ab86eb;
background-color: #ab86eb;
/* Tailwind (arbitrary) */
class="text-[#ab86eb] bg-[#ab86eb]"
/* SCSS */
$brand: #ab86eb;
/* SwiftUI */
Color(red: 0.671, green: 0.525, blue: 0.922)
/* Android */
Color.parseColor("#ab86eb")Accessibility — WCAG contrast
Aa
#ab86eb on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ab86eb on black: 7.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green52.5%
Blue92.2%
CMYK percentages
Cyan27.2%
Magenta43.0%
Yellow0.0%
Key (black)7.8%
Color previews
#ab86eb text on a black background
contrast 7.34:1
Card sample
#ab86eb text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab86eb;
Background color
Panel with #ab86eb background
background-color: #ab86eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab86eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 134, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 134, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab86eb; background: linear-gradient(135deg, #ab86eb, #EB86E8);