#a577eb
a light, vivid violet · warm · closest name: slateblue
RGB
165, 119, 235
HSL
264°, 74%, 69%
CMYK
30, 49, 0, 8
Luminance
0.2719
Every format
| HEX | #a577eb |
| RGB | rgb(165, 119, 235) |
| HSL | hsl(264, 74%, 69%) |
| CMYK | cmyk(30%, 49%, 0%, 8%) |
| LAB | lab(59.1 41.5 -52.3) |
| LCH | lch(59.1 66.8 308.4) |
| OKLCH | oklch(0.665 0.170 300.1) |
Copy-ready code
/* CSS */
color: #a577eb;
background-color: #a577eb;
/* Tailwind (arbitrary) */
class="text-[#a577eb] bg-[#a577eb]"
/* SCSS */
$brand: #a577eb;
/* SwiftUI */
Color(red: 0.647, green: 0.467, blue: 0.922)
/* Android */
Color.parseColor("#a577eb")Accessibility — WCAG contrast
Aa
#a577eb on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a577eb on black: 6.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green46.7%
Blue92.2%
CMYK percentages
Cyan29.8%
Magenta49.4%
Yellow0.0%
Key (black)7.8%
Color previews
#a577eb text on a black background
contrast 6.44:1
Card sample
#a577eb text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a577eb;
Background color
Panel with #a577eb background
background-color: #a577eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a577eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 119, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 119, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a577eb; background: linear-gradient(135deg, #a577eb, #EB77E4);