#af6dff
a light, electric violet · warm · closest name: slateblue
RGB
175, 109, 255
HSL
267°, 100%, 71%
CMYK
31, 57, 0, 0
Luminance
0.2727
Every format
| HEX | #af6dff |
| RGB | rgb(175, 109, 255) |
| HSL | hsl(267, 100%, 71%) |
| CMYK | cmyk(31%, 57%, 0%, 0%) |
| LAB | lab(59.2 54.1 -63.2) |
| LCH | lch(59.2 83.2 310.6) |
| OKLCH | oklch(0.671 0.210 301.9) |
Copy-ready code
/* CSS */
color: #af6dff;
background-color: #af6dff;
/* Tailwind (arbitrary) */
class="text-[#af6dff] bg-[#af6dff]"
/* SCSS */
$brand: #af6dff;
/* SwiftUI */
Color(red: 0.686, green: 0.427, blue: 1.000)
/* Android */
Color.parseColor("#af6dff")Accessibility — WCAG contrast
Aa
#af6dff on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af6dff on black: 6.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green42.7%
Blue100.0%
CMYK percentages
Cyan31.4%
Magenta57.3%
Yellow0.0%
Key (black)0.0%
Color previews
#af6dff text on a black background
contrast 6.45:1
Card sample
#af6dff text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af6dff;
Background color
Panel with #af6dff background
background-color: #af6dff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af6dff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 109, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 109, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af6dff; background: linear-gradient(135deg, #af6dff, #FF6DEE);