#af86f6
a light, electric violet · warm · closest name: slateblue
RGB
175, 134, 246
HSL
262°, 86%, 75%
CMYK
29, 46, 0, 4
Luminance
0.3282
Every format
| HEX | #af86f6 |
| RGB | rgb(175, 134, 246) |
| HSL | hsl(262, 86%, 75%) |
| CMYK | cmyk(29%, 46%, 0%, 4%) |
| LAB | lab(64.0 38.5 -50.6) |
| LCH | lch(64.0 63.6 307.2) |
| OKLCH | oklch(0.705 0.163 299.1) |
Copy-ready code
/* CSS */
color: #af86f6;
background-color: #af86f6;
/* Tailwind (arbitrary) */
class="text-[#af86f6] bg-[#af86f6]"
/* SCSS */
$brand: #af86f6;
/* SwiftUI */
Color(red: 0.686, green: 0.525, blue: 0.965)
/* Android */
Color.parseColor("#af86f6")Accessibility — WCAG contrast
Aa
#af86f6 on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af86f6 on black: 7.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green52.5%
Blue96.5%
CMYK percentages
Cyan28.9%
Magenta45.5%
Yellow0.0%
Key (black)3.5%
Color previews
#af86f6 text on a black background
contrast 7.56:1
Card sample
#af86f6 text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af86f6;
Background color
Panel with #af86f6 background
background-color: #af86f6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af86f6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 134, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 134, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af86f6; background: linear-gradient(135deg, #af86f6, #F686F2);