#af60f1
a light, electric violet · warm · closest name: slateblue
RGB
175, 96, 241
HSL
273°, 84%, 66%
CMYK
27, 60, 0, 6
Luminance
0.2383
Every format
| HEX | #af60f1 |
| RGB | rgb(175, 96, 241) |
| HSL | hsl(273, 84%, 66%) |
| CMYK | cmyk(27%, 60%, 0%, 6%) |
| LAB | lab(55.9 57.5 -60.7) |
| LCH | lch(55.9 83.6 313.4) |
| OKLCH | oklch(0.645 0.213 306.4) |
Copy-ready code
/* CSS */
color: #af60f1;
background-color: #af60f1;
/* Tailwind (arbitrary) */
class="text-[#af60f1] bg-[#af60f1]"
/* SCSS */
$brand: #af60f1;
/* SwiftUI */
Color(red: 0.686, green: 0.376, blue: 0.945)
/* Android */
Color.parseColor("#af60f1")Accessibility — WCAG contrast
Aa
#af60f1 on white: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af60f1 on black: 5.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green37.6%
Blue94.5%
CMYK percentages
Cyan27.4%
Magenta60.2%
Yellow0.0%
Key (black)5.5%
Color previews
#af60f1 text on a black background
contrast 5.77:1
Card sample
#af60f1 text on a white background
contrast 3.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af60f1;
Background color
Panel with #af60f1 background
background-color: #af60f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af60f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 96, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 96, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af60f1; background: linear-gradient(135deg, #af60f1, #F160D2);