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