#ad77eb
a light, vivid violet · warm · closest name: slateblue
RGB
173, 119, 235
HSL
268°, 74%, 69%
CMYK
26, 49, 0, 8
Luminance
0.2808
Every format
| HEX | #ad77eb |
| RGB | rgb(173, 119, 235) |
| HSL | hsl(268, 74%, 69%) |
| CMYK | cmyk(26%, 49%, 0%, 8%) |
| LAB | lab(60.0 43.6 -51.0) |
| LCH | lch(60.0 67.1 310.5) |
| OKLCH | oklch(0.673 0.172 303.6) |
Copy-ready code
/* CSS */
color: #ad77eb;
background-color: #ad77eb;
/* Tailwind (arbitrary) */
class="text-[#ad77eb] bg-[#ad77eb]"
/* SCSS */
$brand: #ad77eb;
/* SwiftUI */
Color(red: 0.678, green: 0.467, blue: 0.922)
/* Android */
Color.parseColor("#ad77eb")Accessibility — WCAG contrast
Aa
#ad77eb on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ad77eb on black: 6.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green46.7%
Blue92.2%
CMYK percentages
Cyan26.4%
Magenta49.4%
Yellow0.0%
Key (black)7.8%
Color previews
#ad77eb text on a black background
contrast 6.62:1
Card sample
#ad77eb text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad77eb;
Background color
Panel with #ad77eb background
background-color: #ad77eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad77eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 119, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 119, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad77eb; background: linear-gradient(135deg, #ad77eb, #EB77DC);