#af57fd
a light, electric violet · warm · closest name: slateblue
RGB
175, 87, 253
HSL
272°, 98%, 67%
CMYK
31, 66, 0, 1
Luminance
0.2302
Every format
| HEX | #af57fd |
| RGB | rgb(175, 87, 253) |
| HSL | hsl(272, 98%, 67%) |
| CMYK | cmyk(31%, 66%, 0%, 1%) |
| LAB | lab(55.1 64.5 -68.7) |
| LCH | lch(55.1 94.3 313.2) |
| OKLCH | oklch(0.641 0.238 304.9) |
Copy-ready code
/* CSS */
color: #af57fd;
background-color: #af57fd;
/* Tailwind (arbitrary) */
class="text-[#af57fd] bg-[#af57fd]"
/* SCSS */
$brand: #af57fd;
/* SwiftUI */
Color(red: 0.686, green: 0.341, blue: 0.992)
/* Android */
Color.parseColor("#af57fd")Accessibility — WCAG contrast
Aa
#af57fd on white: 3.75:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af57fd on black: 5.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green34.1%
Blue99.2%
CMYK percentages
Cyan30.8%
Magenta65.6%
Yellow0.0%
Key (black)0.8%
Color previews
#af57fd text on a black background
contrast 5.60:1
Card sample
#af57fd text on a white background
contrast 3.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af57fd;
Background color
Panel with #af57fd background
background-color: #af57fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af57fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 87, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 87, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af57fd; background: linear-gradient(135deg, #af57fd, #FD57DC);