#af86fd
a light, electric violet · warm · closest name: slateblue
RGB
175, 134, 253
HSL
261°, 97%, 76%
CMYK
31, 47, 0, 1
Luminance
0.3326
Every format
| HEX | #af86fd |
| RGB | rgb(175, 134, 253) |
| HSL | hsl(261, 97%, 76%) |
| CMYK | cmyk(31%, 47%, 0%, 1%) |
| LAB | lab(64.4 40.2 -53.9) |
| LCH | lch(64.4 67.2 306.7) |
| OKLCH | oklch(0.709 0.171 297.8) |
Copy-ready code
/* CSS */
color: #af86fd;
background-color: #af86fd;
/* Tailwind (arbitrary) */
class="text-[#af86fd] bg-[#af86fd]"
/* SCSS */
$brand: #af86fd;
/* SwiftUI */
Color(red: 0.686, green: 0.525, blue: 0.992)
/* Android */
Color.parseColor("#af86fd")Accessibility — WCAG contrast
Aa
#af86fd on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af86fd on black: 7.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green52.5%
Blue99.2%
CMYK percentages
Cyan30.8%
Magenta47.0%
Yellow0.0%
Key (black)0.8%
Color previews
#af86fd text on a black background
contrast 7.65:1
Card sample
#af86fd text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af86fd;
Background color
Panel with #af86fd background
background-color: #af86fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af86fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 134, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 134, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af86fd; background: linear-gradient(135deg, #af86fd, #FD86FC);