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