#ad73eb
a light, electric violet · warm · closest name: slateblue
RGB
173, 115, 235
HSL
269°, 75%, 69%
CMYK
26, 51, 0, 8
Luminance
0.2714
Every format
| HEX | #ad73eb |
| RGB | rgb(173, 115, 235) |
| HSL | hsl(269, 75%, 69%) |
| CMYK | cmyk(26%, 51%, 0%, 8%) |
| LAB | lab(59.1 45.8 -52.3) |
| LCH | lch(59.1 69.5 311.2) |
| OKLCH | oklch(0.666 0.178 304.3) |
Copy-ready code
/* CSS */
color: #ad73eb;
background-color: #ad73eb;
/* Tailwind (arbitrary) */
class="text-[#ad73eb] bg-[#ad73eb]"
/* SCSS */
$brand: #ad73eb;
/* SwiftUI */
Color(red: 0.678, green: 0.451, blue: 0.922)
/* Android */
Color.parseColor("#ad73eb")Accessibility — WCAG contrast
Aa
#ad73eb on white: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ad73eb on black: 6.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green45.1%
Blue92.2%
CMYK percentages
Cyan26.4%
Magenta51.1%
Yellow0.0%
Key (black)7.8%
Color previews
#ad73eb text on a black background
contrast 6.43:1
Card sample
#ad73eb text on a white background
contrast 3.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad73eb;
Background color
Panel with #ad73eb background
background-color: #ad73eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad73eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 115, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 115, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad73eb; background: linear-gradient(135deg, #ad73eb, #EB73D9);