#ac7ff6
a light, electric violet · warm · closest name: slateblue
RGB
172, 127, 246
HSL
263°, 87%, 73%
CMYK
30, 48, 0, 4
Luminance
0.3060
Every format
| HEX | #ac7ff6 |
| RGB | rgb(172, 127, 246) |
| HSL | hsl(263, 87%, 73%) |
| CMYK | cmyk(30%, 48%, 0%, 4%) |
| LAB | lab(62.2 41.6 -53.5) |
| LCH | lch(62.2 67.8 307.8) |
| OKLCH | oklch(0.691 0.173 299.3) |
Copy-ready code
/* CSS */
color: #ac7ff6;
background-color: #ac7ff6;
/* Tailwind (arbitrary) */
class="text-[#ac7ff6] bg-[#ac7ff6]"
/* SCSS */
$brand: #ac7ff6;
/* SwiftUI */
Color(red: 0.675, green: 0.498, blue: 0.965)
/* Android */
Color.parseColor("#ac7ff6")Accessibility — WCAG contrast
Aa
#ac7ff6 on white: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ac7ff6 on black: 7.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green49.8%
Blue96.5%
CMYK percentages
Cyan30.1%
Magenta48.4%
Yellow0.0%
Key (black)3.5%
Color previews
#ac7ff6 text on a black background
contrast 7.12:1
Card sample
#ac7ff6 text on a white background
contrast 2.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac7ff6;
Background color
Panel with #ac7ff6 background
background-color: #ac7ff6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac7ff6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 127, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 127, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac7ff6; background: linear-gradient(135deg, #ac7ff6, #F67FF1);