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