#ac64f7
a light, electric violet · warm · closest name: slateblue
RGB
172, 100, 247
HSL
269°, 90%, 68%
CMYK
30, 60, 0, 3
Luminance
0.2460
Every format
| HEX | #ac64f7 |
| RGB | rgb(172, 100, 247) |
| HSL | hsl(269, 90%, 68%) |
| CMYK | cmyk(30%, 60%, 0%, 3%) |
| LAB | lab(56.7 56.2 -62.9) |
| LCH | lch(56.7 84.3 311.8) |
| OKLCH | oklch(0.651 0.214 303.6) |
Copy-ready code
/* CSS */
color: #ac64f7;
background-color: #ac64f7;
/* Tailwind (arbitrary) */
class="text-[#ac64f7] bg-[#ac64f7]"
/* SCSS */
$brand: #ac64f7;
/* SwiftUI */
Color(red: 0.675, green: 0.392, blue: 0.969)
/* Android */
Color.parseColor("#ac64f7")Accessibility — WCAG contrast
Aa
#ac64f7 on white: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac64f7 on black: 5.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green39.2%
Blue96.9%
CMYK percentages
Cyan30.4%
Magenta59.5%
Yellow0.0%
Key (black)3.1%
Color previews
#ac64f7 text on a black background
contrast 5.92:1
Card sample
#ac64f7 text on a white background
contrast 3.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac64f7;
Background color
Panel with #ac64f7 background
background-color: #ac64f7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac64f7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 100, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 100, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac64f7; background: linear-gradient(135deg, #ac64f7, #F764E0);