#ac73ed
a light, electric violet · warm · closest name: slateblue
RGB
172, 115, 237
HSL
268°, 77%, 69%
CMYK
27, 52, 0, 7
Luminance
0.2715
Every format
| HEX | #ac73ed |
| RGB | rgb(172, 115, 237) |
| HSL | hsl(268, 77%, 69%) |
| CMYK | cmyk(27%, 52%, 0%, 7%) |
| LAB | lab(59.1 46.0 -53.4) |
| LCH | lch(59.1 70.5 310.7) |
| OKLCH | oklch(0.667 0.180 303.5) |
Copy-ready code
/* CSS */
color: #ac73ed;
background-color: #ac73ed;
/* Tailwind (arbitrary) */
class="text-[#ac73ed] bg-[#ac73ed]"
/* SCSS */
$brand: #ac73ed;
/* SwiftUI */
Color(red: 0.675, green: 0.451, blue: 0.929)
/* Android */
Color.parseColor("#ac73ed")Accessibility — WCAG contrast
Aa
#ac73ed on white: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac73ed on black: 6.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green45.1%
Blue92.9%
CMYK percentages
Cyan27.4%
Magenta51.5%
Yellow0.0%
Key (black)7.1%
Color previews
#ac73ed text on a black background
contrast 6.43:1
Card sample
#ac73ed text on a white background
contrast 3.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac73ed;
Background color
Panel with #ac73ed background
background-color: #ac73ed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac73ed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 115, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 115, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac73ed; background: linear-gradient(135deg, #ac73ed, #ED73DD);