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