#af6ffd
a light, electric violet · warm · closest name: slateblue
RGB
175, 111, 253
HSL
267°, 97%, 71%
CMYK
31, 56, 0, 1
Luminance
0.2757
Every format
| HEX | #af6ffd |
| RGB | rgb(175, 111, 253) |
| HSL | hsl(267, 97%, 71%) |
| CMYK | cmyk(31%, 56%, 0%, 1%) |
| LAB | lab(59.5 52.6 -61.6) |
| LCH | lch(59.5 81.0 310.5) |
| OKLCH | oklch(0.673 0.205 302.0) |
Copy-ready code
/* CSS */
color: #af6ffd;
background-color: #af6ffd;
/* Tailwind (arbitrary) */
class="text-[#af6ffd] bg-[#af6ffd]"
/* SCSS */
$brand: #af6ffd;
/* SwiftUI */
Color(red: 0.686, green: 0.435, blue: 0.992)
/* Android */
Color.parseColor("#af6ffd")Accessibility — WCAG contrast
Aa
#af6ffd on white: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af6ffd on black: 6.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green43.5%
Blue99.2%
CMYK percentages
Cyan30.8%
Magenta56.1%
Yellow0.0%
Key (black)0.8%
Color previews
#af6ffd text on a black background
contrast 6.51:1
Card sample
#af6ffd text on a white background
contrast 3.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af6ffd;
Background color
Panel with #af6ffd background
background-color: #af6ffd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af6ffd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 111, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 111, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af6ffd; background: linear-gradient(135deg, #af6ffd, #FD6FEC);