#af6cfd
a light, electric violet · warm · closest name: slateblue
RGB
175, 108, 253
HSL
268°, 97%, 71%
CMYK
31, 57, 0, 1
Luminance
0.2693
Every format
| HEX | #af6cfd |
| RGB | rgb(175, 108, 253) |
| HSL | hsl(268, 97%, 71%) |
| CMYK | cmyk(31%, 57%, 0%, 1%) |
| LAB | lab(58.9 54.2 -62.6) |
| LCH | lch(58.9 82.8 310.9) |
| OKLCH | oklch(0.669 0.210 302.4) |
Copy-ready code
/* CSS */
color: #af6cfd;
background-color: #af6cfd;
/* Tailwind (arbitrary) */
class="text-[#af6cfd] bg-[#af6cfd]"
/* SCSS */
$brand: #af6cfd;
/* SwiftUI */
Color(red: 0.686, green: 0.424, blue: 0.992)
/* Android */
Color.parseColor("#af6cfd")Accessibility — WCAG contrast
Aa
#af6cfd on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af6cfd on black: 6.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green42.4%
Blue99.2%
CMYK percentages
Cyan30.8%
Magenta57.3%
Yellow0.0%
Key (black)0.8%
Color previews
#af6cfd text on a black background
contrast 6.39:1
Card sample
#af6cfd text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af6cfd;
Background color
Panel with #af6cfd background
background-color: #af6cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af6cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 108, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 108, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af6cfd; background: linear-gradient(135deg, #af6cfd, #FD6CEA);