#af6df1
a light, electric violet · warm · closest name: slateblue
RGB
175, 109, 241
HSL
270°, 83%, 69%
CMYK
27, 55, 0, 6
Luminance
0.2640
Every format
| HEX | #af6df1 |
| RGB | rgb(175, 109, 241) |
| HSL | hsl(270, 83%, 69%) |
| CMYK | cmyk(27%, 55%, 0%, 6%) |
| LAB | lab(58.4 50.9 -56.7) |
| LCH | lch(58.4 76.2 311.9) |
| OKLCH | oklch(0.663 0.195 304.7) |
Copy-ready code
/* CSS */
color: #af6df1;
background-color: #af6df1;
/* Tailwind (arbitrary) */
class="text-[#af6df1] bg-[#af6df1]"
/* SCSS */
$brand: #af6df1;
/* SwiftUI */
Color(red: 0.686, green: 0.427, blue: 0.945)
/* Android */
Color.parseColor("#af6df1")Accessibility — WCAG contrast
Aa
#af6df1 on white: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af6df1 on black: 6.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green42.7%
Blue94.5%
CMYK percentages
Cyan27.4%
Magenta54.8%
Yellow0.0%
Key (black)5.5%
Color previews
#af6df1 text on a black background
contrast 6.28:1
Card sample
#af6df1 text on a white background
contrast 3.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af6df1;
Background color
Panel with #af6df1 background
background-color: #af6df1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af6df1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 109, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 109, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af6df1; background: linear-gradient(135deg, #af6df1, #F16DDB);