#ac6dfe
a light, electric violet · warm · closest name: slateblue
RGB
172, 109, 254
HSL
266°, 99%, 71%
CMYK
32, 57, 0, 0
Luminance
0.2686
Every format
| HEX | #ac6dfe |
| RGB | rgb(172, 109, 254) |
| HSL | hsl(266, 99%, 71%) |
| CMYK | cmyk(32%, 57%, 0%, 0%) |
| LAB | lab(58.9 53.2 -63.3) |
| LCH | lch(58.9 82.7 310.1) |
| OKLCH | oklch(0.668 0.209 300.9) |
Copy-ready code
/* CSS */
color: #ac6dfe;
background-color: #ac6dfe;
/* Tailwind (arbitrary) */
class="text-[#ac6dfe] bg-[#ac6dfe]"
/* SCSS */
$brand: #ac6dfe;
/* SwiftUI */
Color(red: 0.675, green: 0.427, blue: 0.996)
/* Android */
Color.parseColor("#ac6dfe")Accessibility — WCAG contrast
Aa
#ac6dfe on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac6dfe on black: 6.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green42.7%
Blue99.6%
CMYK percentages
Cyan32.3%
Magenta57.1%
Yellow0.0%
Key (black)0.4%
Color previews
#ac6dfe text on a black background
contrast 6.37:1
Card sample
#ac6dfe text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac6dfe;
Background color
Panel with #ac6dfe background
background-color: #ac6dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac6dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 109, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 109, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac6dfe; background: linear-gradient(135deg, #ac6dfe, #FE6DEF);