#af8ef1
a light, electric violet · warm · closest name: slateblue
RGB
175, 142, 241
HSL
260°, 78%, 75%
CMYK
27, 41, 0, 6
Luminance
0.3481
Every format
| HEX | #af8ef1 |
| RGB | rgb(175, 142, 241) |
| HSL | hsl(260, 78%, 75%) |
| CMYK | cmyk(27%, 41%, 0%, 6%) |
| LAB | lab(65.6 32.8 -45.4) |
| LCH | lch(65.6 56.0 305.9) |
| OKLCH | oklch(0.717 0.144 298.0) |
Copy-ready code
/* CSS */
color: #af8ef1;
background-color: #af8ef1;
/* Tailwind (arbitrary) */
class="text-[#af8ef1] bg-[#af8ef1]"
/* SCSS */
$brand: #af8ef1;
/* SwiftUI */
Color(red: 0.686, green: 0.557, blue: 0.945)
/* Android */
Color.parseColor("#af8ef1")Accessibility — WCAG contrast
Aa
#af8ef1 on white: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af8ef1 on black: 7.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green55.7%
Blue94.5%
CMYK percentages
Cyan27.4%
Magenta41.1%
Yellow0.0%
Key (black)5.5%
Color previews
#af8ef1 text on a black background
contrast 7.96:1
Card sample
#af8ef1 text on a white background
contrast 2.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8ef1;
Background color
Panel with #af8ef1 background
background-color: #af8ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 142, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 142, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8ef1; background: linear-gradient(135deg, #af8ef1, #F18EF1);