#af57ec
a balanced, electric violet · warm · closest name: slateblue
RGB
175, 87, 236
HSL
275°, 80%, 63%
CMYK
26, 63, 0, 8
Luminance
0.2199
Every format
| HEX | #af57ec |
| RGB | rgb(175, 87, 236) |
| HSL | hsl(275, 80%, 63%) |
| CMYK | cmyk(26%, 63%, 0%, 8%) |
| LAB | lab(54.0 60.7 -61.0) |
| LCH | lch(54.0 86.1 314.9) |
| OKLCH | oklch(0.630 0.220 308.5) |
Copy-ready code
/* CSS */
color: #af57ec;
background-color: #af57ec;
/* Tailwind (arbitrary) */
class="text-[#af57ec] bg-[#af57ec]"
/* SCSS */
$brand: #af57ec;
/* SwiftUI */
Color(red: 0.686, green: 0.341, blue: 0.925)
/* Android */
Color.parseColor("#af57ec")Accessibility — WCAG contrast
Aa
#af57ec on white: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af57ec on black: 5.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green34.1%
Blue92.5%
CMYK percentages
Cyan25.8%
Magenta63.1%
Yellow0.0%
Key (black)7.5%
Color previews
#af57ec text on a black background
contrast 5.40:1
Card sample
#af57ec text on a white background
contrast 3.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af57ec;
Background color
Panel with #af57ec background
background-color: #af57ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af57ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 87, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 87, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af57ec; background: linear-gradient(135deg, #af57ec, #EC57C6);