#af6afd
a light, electric violet · warm · closest name: slateblue
RGB
175, 106, 253
HSL
268°, 97%, 70%
CMYK
31, 58, 0, 1
Luminance
0.2651
Every format
| HEX | #af6afd |
| RGB | rgb(175, 106, 253) |
| HSL | hsl(268, 97%, 70%) |
| CMYK | cmyk(31%, 58%, 0%, 1%) |
| LAB | lab(58.5 55.2 -63.2) |
| LCH | lch(58.5 83.9 311.1) |
| OKLCH | oklch(0.666 0.212 302.7) |
Copy-ready code
/* CSS */
color: #af6afd;
background-color: #af6afd;
/* Tailwind (arbitrary) */
class="text-[#af6afd] bg-[#af6afd]"
/* SCSS */
$brand: #af6afd;
/* SwiftUI */
Color(red: 0.686, green: 0.416, blue: 0.992)
/* Android */
Color.parseColor("#af6afd")Accessibility — WCAG contrast
Aa
#af6afd on white: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af6afd on black: 6.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green41.6%
Blue99.2%
CMYK percentages
Cyan30.8%
Magenta58.1%
Yellow0.0%
Key (black)0.8%
Color previews
#af6afd text on a black background
contrast 6.30:1
Card sample
#af6afd text on a white background
contrast 3.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af6afd;
Background color
Panel with #af6afd background
background-color: #af6afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af6afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 106, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 106, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af6afd; background: linear-gradient(135deg, #af6afd, #FD6AE9);