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