#af86f4
a light, electric violet · warm · closest name: slateblue
RGB
175, 134, 244
HSL
262°, 83%, 74%
CMYK
28, 45, 0, 4
Luminance
0.3270
Every format
| HEX | #af86f4 |
| RGB | rgb(175, 134, 244) |
| HSL | hsl(262, 83%, 74%) |
| CMYK | cmyk(28%, 45%, 0%, 4%) |
| LAB | lab(63.9 38.0 -49.7) |
| LCH | lch(63.9 62.5 307.4) |
| OKLCH | oklch(0.704 0.160 299.5) |
Copy-ready code
/* CSS */
color: #af86f4;
background-color: #af86f4;
/* Tailwind (arbitrary) */
class="text-[#af86f4] bg-[#af86f4]"
/* SCSS */
$brand: #af86f4;
/* SwiftUI */
Color(red: 0.686, green: 0.525, blue: 0.957)
/* Android */
Color.parseColor("#af86f4")Accessibility — WCAG contrast
Aa
#af86f4 on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af86f4 on black: 7.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green52.5%
Blue95.7%
CMYK percentages
Cyan28.3%
Magenta45.1%
Yellow0.0%
Key (black)4.3%
Color previews
#af86f4 text on a black background
contrast 7.54:1
Card sample
#af86f4 text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af86f4;
Background color
Panel with #af86f4 background
background-color: #af86f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af86f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 134, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 134, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af86f4; background: linear-gradient(135deg, #af86f4, #F486F0);