#ac75fd
a light, electric violet · warm · closest name: slateblue
RGB
172, 117, 253
HSL
264°, 97%, 73%
CMYK
32, 54, 0, 1
Luminance
0.2859
Every format
| HEX | #ac75fd |
| RGB | rgb(172, 117, 253) |
| HSL | hsl(264, 97%, 73%) |
| CMYK | cmyk(32%, 54%, 0%, 1%) |
| LAB | lab(60.4 48.7 -60.2) |
| LCH | lch(60.4 77.5 309.0) |
| OKLCH | oklch(0.679 0.196 299.9) |
Copy-ready code
/* CSS */
color: #ac75fd;
background-color: #ac75fd;
/* Tailwind (arbitrary) */
class="text-[#ac75fd] bg-[#ac75fd]"
/* SCSS */
$brand: #ac75fd;
/* SwiftUI */
Color(red: 0.675, green: 0.459, blue: 0.992)
/* Android */
Color.parseColor("#ac75fd")Accessibility — WCAG contrast
Aa
#ac75fd on white: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac75fd on black: 6.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green45.9%
Blue99.2%
CMYK percentages
Cyan32.0%
Magenta53.8%
Yellow0.0%
Key (black)0.8%
Color previews
#ac75fd text on a black background
contrast 6.72:1
Card sample
#ac75fd text on a white background
contrast 3.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac75fd;
Background color
Panel with #ac75fd background
background-color: #ac75fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac75fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 117, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 117, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac75fd; background: linear-gradient(135deg, #ac75fd, #FD75F3);