#af75fe
a light, electric violet · warm · closest name: slateblue
RGB
175, 117, 254
HSL
265°, 99%, 73%
CMYK
31, 54, 0, 0
Luminance
0.2899
Every format
| HEX | #af75fe |
| RGB | rgb(175, 117, 254) |
| HSL | hsl(265, 99%, 73%) |
| CMYK | cmyk(31%, 54%, 0%, 0%) |
| LAB | lab(60.8 49.7 -60.2) |
| LCH | lch(60.8 78.0 309.6) |
| OKLCH | oklch(0.683 0.198 300.8) |
Copy-ready code
/* CSS */
color: #af75fe;
background-color: #af75fe;
/* Tailwind (arbitrary) */
class="text-[#af75fe] bg-[#af75fe]"
/* SCSS */
$brand: #af75fe;
/* SwiftUI */
Color(red: 0.686, green: 0.459, blue: 0.996)
/* Android */
Color.parseColor("#af75fe")Accessibility — WCAG contrast
Aa
#af75fe on white: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af75fe on black: 6.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green45.9%
Blue99.6%
CMYK percentages
Cyan31.1%
Magenta53.9%
Yellow0.0%
Key (black)0.4%
Color previews
#af75fe text on a black background
contrast 6.80:1
Card sample
#af75fe text on a white background
contrast 3.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af75fe;
Background color
Panel with #af75fe background
background-color: #af75fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af75fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 117, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 117, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af75fe; background: linear-gradient(135deg, #af75fe, #FE75F2);