#ad66eb
a light, electric violet · warm · closest name: slateblue
RGB
173, 102, 235
HSL
272°, 77%, 66%
CMYK
26, 57, 0, 8
Luminance
0.2439
Every format
| HEX | #ad66eb |
| RGB | rgb(173, 102, 235) |
| HSL | hsl(272, 77%, 66%) |
| CMYK | cmyk(26%, 57%, 0%, 8%) |
| LAB | lab(56.5 52.6 -56.5) |
| LCH | lch(56.5 77.2 313.0) |
| OKLCH | oklch(0.647 0.198 306.3) |
Copy-ready code
/* CSS */
color: #ad66eb;
background-color: #ad66eb;
/* Tailwind (arbitrary) */
class="text-[#ad66eb] bg-[#ad66eb]"
/* SCSS */
$brand: #ad66eb;
/* SwiftUI */
Color(red: 0.678, green: 0.400, blue: 0.922)
/* Android */
Color.parseColor("#ad66eb")Accessibility — WCAG contrast
Aa
#ad66eb on white: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ad66eb on black: 5.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green40.0%
Blue92.2%
CMYK percentages
Cyan26.4%
Magenta56.6%
Yellow0.0%
Key (black)7.8%
Color previews
#ad66eb text on a black background
contrast 5.88:1
Card sample
#ad66eb text on a white background
contrast 3.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad66eb;
Background color
Panel with #ad66eb background
background-color: #ad66eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad66eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 102, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 102, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad66eb; background: linear-gradient(135deg, #ad66eb, #EB66D0);