#ad79eb
a light, vivid violet · warm · closest name: slateblue
RGB
173, 121, 235
HSL
267°, 74%, 70%
CMYK
26, 49, 0, 8
Luminance
0.2856
Every format
| HEX | #ad79eb |
| RGB | rgb(173, 121, 235) |
| HSL | hsl(267, 74%, 70%) |
| CMYK | cmyk(26%, 49%, 0%, 8%) |
| LAB | lab(60.4 42.5 -50.3) |
| LCH | lch(60.4 65.8 310.2) |
| OKLCH | oklch(0.676 0.169 303.2) |
Copy-ready code
/* CSS */
color: #ad79eb;
background-color: #ad79eb;
/* Tailwind (arbitrary) */
class="text-[#ad79eb] bg-[#ad79eb]"
/* SCSS */
$brand: #ad79eb;
/* SwiftUI */
Color(red: 0.678, green: 0.475, blue: 0.922)
/* Android */
Color.parseColor("#ad79eb")Accessibility — WCAG contrast
Aa
#ad79eb on white: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ad79eb on black: 6.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green47.5%
Blue92.2%
CMYK percentages
Cyan26.4%
Magenta48.5%
Yellow0.0%
Key (black)7.8%
Color previews
#ad79eb text on a black background
contrast 6.71:1
Card sample
#ad79eb text on a white background
contrast 3.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad79eb;
Background color
Panel with #ad79eb background
background-color: #ad79eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad79eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 121, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 121, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad79eb; background: linear-gradient(135deg, #ad79eb, #EB79DD);