#ad60eb
a balanced, electric violet · warm · closest name: slateblue
RGB
173, 96, 235
HSL
273°, 78%, 65%
CMYK
26, 59, 0, 8
Luminance
0.2325
Every format
| HEX | #ad60eb |
| RGB | rgb(173, 96, 235) |
| HSL | hsl(273, 78%, 65%) |
| CMYK | cmyk(26%, 59%, 0%, 8%) |
| LAB | lab(55.3 55.7 -58.4) |
| LCH | lch(55.3 80.7 313.7) |
| OKLCH | oklch(0.639 0.206 307.0) |
Copy-ready code
/* CSS */
color: #ad60eb;
background-color: #ad60eb;
/* Tailwind (arbitrary) */
class="text-[#ad60eb] bg-[#ad60eb]"
/* SCSS */
$brand: #ad60eb;
/* SwiftUI */
Color(red: 0.678, green: 0.376, blue: 0.922)
/* Android */
Color.parseColor("#ad60eb")Accessibility — WCAG contrast
Aa
#ad60eb on white: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ad60eb on black: 5.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green37.6%
Blue92.2%
CMYK percentages
Cyan26.4%
Magenta59.1%
Yellow0.0%
Key (black)7.8%
Color previews
#ad60eb text on a black background
contrast 5.65:1
Card sample
#ad60eb text on a white background
contrast 3.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad60eb;
Background color
Panel with #ad60eb background
background-color: #ad60eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad60eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 96, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 96, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad60eb; background: linear-gradient(135deg, #ad60eb, #EB60CC);