#ad57eb
a balanced, electric violet · warm · closest name: slateblue
RGB
173, 87, 235
HSL
275°, 79%, 63%
CMYK
26, 63, 0, 8
Luminance
0.2170
Every format
| HEX | #ad57eb |
| RGB | rgb(173, 87, 235) |
| HSL | hsl(275, 79%, 63%) |
| CMYK | cmyk(26%, 63%, 0%, 8%) |
| LAB | lab(53.7 60.1 -61.0) |
| LCH | lch(53.7 85.6 314.6) |
| OKLCH | oklch(0.627 0.219 308.0) |
Copy-ready code
/* CSS */
color: #ad57eb;
background-color: #ad57eb;
/* Tailwind (arbitrary) */
class="text-[#ad57eb] bg-[#ad57eb]"
/* SCSS */
$brand: #ad57eb;
/* SwiftUI */
Color(red: 0.678, green: 0.341, blue: 0.922)
/* Android */
Color.parseColor("#ad57eb")Accessibility — WCAG contrast
Aa
#ad57eb on white: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ad57eb on black: 5.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green34.1%
Blue92.2%
CMYK percentages
Cyan26.4%
Magenta63.0%
Yellow0.0%
Key (black)7.8%
Color previews
#ad57eb text on a black background
contrast 5.34:1
Card sample
#ad57eb text on a white background
contrast 3.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad57eb;
Background color
Panel with #ad57eb background
background-color: #ad57eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad57eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 87, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 87, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad57eb; background: linear-gradient(135deg, #ad57eb, #EB57C6);