#af57ff
a light, electric violet · warm · closest name: slateblue
RGB
175, 87, 255
HSL
271°, 100%, 67%
CMYK
31, 66, 0, 0
Luminance
0.2315
Every format
| HEX | #af57ff |
| RGB | rgb(175, 87, 255) |
| HSL | hsl(271, 100%, 67%) |
| CMYK | cmyk(31%, 66%, 0%, 0%) |
| LAB | lab(55.2 65.0 -69.6) |
| LCH | lch(55.2 95.2 313.0) |
| OKLCH | oklch(0.642 0.240 304.5) |
Copy-ready code
/* CSS */
color: #af57ff;
background-color: #af57ff;
/* Tailwind (arbitrary) */
class="text-[#af57ff] bg-[#af57ff]"
/* SCSS */
$brand: #af57ff;
/* SwiftUI */
Color(red: 0.686, green: 0.341, blue: 1.000)
/* Android */
Color.parseColor("#af57ff")Accessibility — WCAG contrast
Aa
#af57ff on white: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af57ff on black: 5.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green34.1%
Blue100.0%
CMYK percentages
Cyan31.4%
Magenta65.9%
Yellow0.0%
Key (black)0.0%
Color previews
#af57ff text on a black background
contrast 5.63:1
Card sample
#af57ff text on a white background
contrast 3.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af57ff;
Background color
Panel with #af57ff background
background-color: #af57ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af57ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 87, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 87, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af57ff; background: linear-gradient(135deg, #af57ff, #FF57DF);