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