#af56fc
a light, electric violet · warm · closest name: slateblue
RGB
175, 86, 252
HSL
272°, 97%, 66%
CMYK
31, 66, 0, 1
Luminance
0.2280
Every format
| HEX | #af56fc |
| RGB | rgb(175, 86, 252) |
| HSL | hsl(272, 97%, 66%) |
| CMYK | cmyk(31%, 66%, 0%, 1%) |
| LAB | lab(54.9 64.7 -68.6) |
| LCH | lch(54.9 94.3 313.4) |
| OKLCH | oklch(0.639 0.238 305.2) |
Copy-ready code
/* CSS */
color: #af56fc;
background-color: #af56fc;
/* Tailwind (arbitrary) */
class="text-[#af56fc] bg-[#af56fc]"
/* SCSS */
$brand: #af56fc;
/* SwiftUI */
Color(red: 0.686, green: 0.337, blue: 0.988)
/* Android */
Color.parseColor("#af56fc")Accessibility — WCAG contrast
Aa
#af56fc on white: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af56fc on black: 5.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green33.7%
Blue98.8%
CMYK percentages
Cyan30.6%
Magenta65.9%
Yellow0.0%
Key (black)1.2%
Color previews
#af56fc text on a black background
contrast 5.56:1
Card sample
#af56fc text on a white background
contrast 3.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af56fc;
Background color
Panel with #af56fc background
background-color: #af56fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af56fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 86, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 86, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af56fc; background: linear-gradient(135deg, #af56fc, #FC56DA);