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