#af64fc
a light, electric violet · warm · closest name: slateblue
RGB
175, 100, 252
HSL
270°, 96%, 69%
CMYK
31, 60, 0, 1
Luminance
0.2526
Every format
| HEX | #af64fc |
| RGB | rgb(175, 100, 252) |
| HSL | hsl(270, 96%, 69%) |
| CMYK | cmyk(31%, 60%, 0%, 1%) |
| LAB | lab(57.3 58.0 -64.6) |
| LCH | lch(57.3 86.8 311.9) |
| OKLCH | oklch(0.657 0.220 303.6) |
Copy-ready code
/* CSS */
color: #af64fc;
background-color: #af64fc;
/* Tailwind (arbitrary) */
class="text-[#af64fc] bg-[#af64fc]"
/* SCSS */
$brand: #af64fc;
/* SwiftUI */
Color(red: 0.686, green: 0.392, blue: 0.988)
/* Android */
Color.parseColor("#af64fc")Accessibility — WCAG contrast
Aa
#af64fc on white: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af64fc on black: 6.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green39.2%
Blue98.8%
CMYK percentages
Cyan30.6%
Magenta60.3%
Yellow0.0%
Key (black)1.2%
Color previews
#af64fc text on a black background
contrast 6.05:1
Card sample
#af64fc text on a white background
contrast 3.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af64fc;
Background color
Panel with #af64fc background
background-color: #af64fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af64fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 100, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 100, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af64fc; background: linear-gradient(135deg, #af64fc, #FC64E4);