#ad52eb
a balanced, electric violet · warm · closest name: slateblue
RGB
173, 82, 235
HSL
276°, 79%, 62%
CMYK
26, 65, 0, 8
Luminance
0.2092
Every format
| HEX | #ad52eb |
| RGB | rgb(173, 82, 235) |
| HSL | hsl(276, 79%, 62%) |
| CMYK | cmyk(26%, 65%, 0%, 8%) |
| LAB | lab(52.9 62.4 -62.3) |
| LCH | lch(52.9 88.2 315.0) |
| OKLCH | oklch(0.621 0.225 308.5) |
Copy-ready code
/* CSS */
color: #ad52eb;
background-color: #ad52eb;
/* Tailwind (arbitrary) */
class="text-[#ad52eb] bg-[#ad52eb]"
/* SCSS */
$brand: #ad52eb;
/* SwiftUI */
Color(red: 0.678, green: 0.322, blue: 0.922)
/* Android */
Color.parseColor("#ad52eb")Accessibility — WCAG contrast
Aa
#ad52eb on white: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ad52eb on black: 5.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green32.2%
Blue92.2%
CMYK percentages
Cyan26.4%
Magenta65.1%
Yellow0.0%
Key (black)7.8%
Color previews
#ad52eb text on a black background
contrast 5.18:1
Card sample
#ad52eb text on a white background
contrast 4.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad52eb;
Background color
Panel with #ad52eb background
background-color: #ad52eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad52eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 82, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 82, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad52eb; background: linear-gradient(135deg, #ad52eb, #EB52C3);