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