#af57fe
a light, electric violet · warm · closest name: slateblue
RGB
175, 87, 254
HSL
272°, 99%, 67%
CMYK
31, 66, 0, 0
Luminance
0.2309
Every format
| HEX | #af57fe |
| RGB | rgb(175, 87, 254) |
| HSL | hsl(272, 99%, 67%) |
| CMYK | cmyk(31%, 66%, 0%, 0%) |
| LAB | lab(55.2 64.7 -69.2) |
| LCH | lch(55.2 94.8 313.1) |
| OKLCH | oklch(0.642 0.239 304.7) |
Copy-ready code
/* CSS */
color: #af57fe;
background-color: #af57fe;
/* Tailwind (arbitrary) */
class="text-[#af57fe] bg-[#af57fe]"
/* SCSS */
$brand: #af57fe;
/* SwiftUI */
Color(red: 0.686, green: 0.341, blue: 0.996)
/* Android */
Color.parseColor("#af57fe")Accessibility — WCAG contrast
Aa
#af57fe on white: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af57fe on black: 5.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green34.1%
Blue99.6%
CMYK percentages
Cyan31.1%
Magenta65.7%
Yellow0.0%
Key (black)0.4%
Color previews
#af57fe text on a black background
contrast 5.62:1
Card sample
#af57fe text on a white background
contrast 3.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af57fe;
Background color
Panel with #af57fe background
background-color: #af57fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af57fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 87, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 87, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af57fe; background: linear-gradient(135deg, #af57fe, #FE57DE);