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