#a577fd
a light, electric violet · warm · closest name: slateblue
RGB
165, 119, 253
HSL
261°, 97%, 73%
CMYK
35, 53, 0, 1
Luminance
0.2828
Every format
| HEX | #a577fd |
| RGB | rgb(165, 119, 253) |
| HSL | hsl(261, 97%, 73%) |
| CMYK | cmyk(35%, 53%, 0%, 1%) |
| LAB | lab(60.1 46.0 -60.7) |
| LCH | lch(60.1 76.1 307.2) |
| OKLCH | oklch(0.675 0.192 296.8) |
Copy-ready code
/* CSS */
color: #a577fd;
background-color: #a577fd;
/* Tailwind (arbitrary) */
class="text-[#a577fd] bg-[#a577fd]"
/* SCSS */
$brand: #a577fd;
/* SwiftUI */
Color(red: 0.647, green: 0.467, blue: 0.992)
/* Android */
Color.parseColor("#a577fd")Accessibility — WCAG contrast
Aa
#a577fd on white: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a577fd on black: 6.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green46.7%
Blue99.2%
CMYK percentages
Cyan34.8%
Magenta53.0%
Yellow0.0%
Key (black)0.8%
Color previews
#a577fd text on a black background
contrast 6.66:1
Card sample
#a577fd text on a white background
contrast 3.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a577fd;
Background color
Panel with #a577fd background
background-color: #a577fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a577fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 119, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 119, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a577fd; background: linear-gradient(135deg, #a577fd, #FD77FC);