#ad83eb
a light, vivid violet · warm · closest name: slateblue
RGB
173, 131, 235
HSL
264°, 72%, 72%
CMYK
26, 44, 0, 8
Luminance
0.3111
Every format
| HEX | #ad83eb |
| RGB | rgb(173, 131, 235) |
| HSL | hsl(264, 72%, 72%) |
| CMYK | cmyk(26%, 44%, 0%, 8%) |
| LAB | lab(62.6 37.0 -46.8) |
| LCH | lch(62.6 59.6 308.3) |
| OKLCH | oklch(0.693 0.153 301.1) |
Copy-ready code
/* CSS */
color: #ad83eb;
background-color: #ad83eb;
/* Tailwind (arbitrary) */
class="text-[#ad83eb] bg-[#ad83eb]"
/* SCSS */
$brand: #ad83eb;
/* SwiftUI */
Color(red: 0.678, green: 0.514, blue: 0.922)
/* Android */
Color.parseColor("#ad83eb")Accessibility — WCAG contrast
Aa
#ad83eb on white: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ad83eb on black: 7.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green51.4%
Blue92.2%
CMYK percentages
Cyan26.4%
Magenta44.3%
Yellow0.0%
Key (black)7.8%
Color previews
#ad83eb text on a black background
contrast 7.22:1
Card sample
#ad83eb text on a white background
contrast 2.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad83eb;
Background color
Panel with #ad83eb background
background-color: #ad83eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad83eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 131, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 131, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad83eb; background: linear-gradient(135deg, #ad83eb, #EB83E4);