#ac64fc
a light, electric violet · warm · closest name: slateblue
RGB
172, 100, 252
HSL
268°, 96%, 69%
CMYK
32, 60, 0, 1
Luminance
0.2491
Every format
| HEX | #ac64fc |
| RGB | rgb(172, 100, 252) |
| HSL | hsl(268, 96%, 69%) |
| CMYK | cmyk(32%, 60%, 0%, 1%) |
| LAB | lab(57.0 57.4 -65.2) |
| LCH | lch(57.0 86.8 311.4) |
| OKLCH | oklch(0.654 0.219 302.6) |
Copy-ready code
/* CSS */
color: #ac64fc;
background-color: #ac64fc;
/* Tailwind (arbitrary) */
class="text-[#ac64fc] bg-[#ac64fc]"
/* SCSS */
$brand: #ac64fc;
/* SwiftUI */
Color(red: 0.675, green: 0.392, blue: 0.988)
/* Android */
Color.parseColor("#ac64fc")Accessibility — WCAG contrast
Aa
#ac64fc on white: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac64fc on black: 5.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green39.2%
Blue98.8%
CMYK percentages
Cyan31.7%
Magenta60.3%
Yellow0.0%
Key (black)1.2%
Color previews
#ac64fc text on a black background
contrast 5.98:1
Card sample
#ac64fc text on a white background
contrast 3.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac64fc;
Background color
Panel with #ac64fc background
background-color: #ac64fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac64fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 100, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 100, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac64fc; background: linear-gradient(135deg, #ac64fc, #FC64E7);