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