#ac64fd
a light, electric violet · warm · closest name: slateblue
RGB
172, 100, 253
HSL
268°, 98%, 69%
CMYK
32, 61, 0, 1
Luminance
0.2498
Every format
| HEX | #ac64fd |
| RGB | rgb(172, 100, 253) |
| HSL | hsl(268, 98%, 69%) |
| CMYK | cmyk(32%, 61%, 0%, 1%) |
| LAB | lab(57.0 57.6 -65.6) |
| LCH | lch(57.0 87.3 311.3) |
| OKLCH | oklch(0.654 0.220 302.4) |
Copy-ready code
/* CSS */
color: #ac64fd;
background-color: #ac64fd;
/* Tailwind (arbitrary) */
class="text-[#ac64fd] bg-[#ac64fd]"
/* SCSS */
$brand: #ac64fd;
/* SwiftUI */
Color(red: 0.675, green: 0.392, blue: 0.992)
/* Android */
Color.parseColor("#ac64fd")Accessibility — WCAG contrast
Aa
#ac64fd on white: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac64fd on black: 6.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green39.2%
Blue99.2%
CMYK percentages
Cyan32.0%
Magenta60.5%
Yellow0.0%
Key (black)0.8%
Color previews
#ac64fd text on a black background
contrast 6.00:1
Card sample
#ac64fd text on a white background
contrast 3.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac64fd;
Background color
Panel with #ac64fd background
background-color: #ac64fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac64fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 100, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 100, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac64fd; background: linear-gradient(135deg, #ac64fd, #FD64E8);