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