#af86f7
a light, electric violet · warm · closest name: slateblue
RGB
175, 134, 247
HSL
262°, 88%, 75%
CMYK
29, 46, 0, 3
Luminance
0.3288
Every format
| HEX | #af86f7 |
| RGB | rgb(175, 134, 247) |
| HSL | hsl(262, 88%, 75%) |
| CMYK | cmyk(29%, 46%, 0%, 3%) |
| LAB | lab(64.1 38.7 -51.1) |
| LCH | lch(64.1 64.1 307.1) |
| OKLCH | oklch(0.706 0.164 298.9) |
Copy-ready code
/* CSS */
color: #af86f7;
background-color: #af86f7;
/* Tailwind (arbitrary) */
class="text-[#af86f7] bg-[#af86f7]"
/* SCSS */
$brand: #af86f7;
/* SwiftUI */
Color(red: 0.686, green: 0.525, blue: 0.969)
/* Android */
Color.parseColor("#af86f7")Accessibility — WCAG contrast
Aa
#af86f7 on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af86f7 on black: 7.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green52.5%
Blue96.9%
CMYK percentages
Cyan29.1%
Magenta45.7%
Yellow0.0%
Key (black)3.1%
Color previews
#af86f7 text on a black background
contrast 7.58:1
Card sample
#af86f7 text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af86f7;
Background color
Panel with #af86f7 background
background-color: #af86f7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af86f7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 134, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 134, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af86f7; background: linear-gradient(135deg, #af86f7, #F786F4);