#ac8dfe
a light, electric violet · warm · closest name: slateblue
RGB
172, 141, 254
HSL
257°, 98%, 78%
CMYK
32, 45, 0, 0
Luminance
0.3498
Every format
| HEX | #ac8dfe |
| RGB | rgb(172, 141, 254) |
| HSL | hsl(257, 98%, 78%) |
| CMYK | cmyk(32%, 45%, 0%, 0%) |
| LAB | lab(65.7 35.7 -52.3) |
| LCH | lch(65.7 63.3 304.4) |
| OKLCH | oklch(0.719 0.162 294.6) |
Copy-ready code
/* CSS */
color: #ac8dfe;
background-color: #ac8dfe;
/* Tailwind (arbitrary) */
class="text-[#ac8dfe] bg-[#ac8dfe]"
/* SCSS */
$brand: #ac8dfe;
/* SwiftUI */
Color(red: 0.675, green: 0.553, blue: 0.996)
/* Android */
Color.parseColor("#ac8dfe")Accessibility — WCAG contrast
Aa
#ac8dfe on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ac8dfe on black: 8.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green55.3%
Blue99.6%
CMYK percentages
Cyan32.3%
Magenta44.5%
Yellow0.0%
Key (black)0.4%
Color previews
#ac8dfe text on a black background
contrast 8.00:1
Card sample
#ac8dfe text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac8dfe;
Background color
Panel with #ac8dfe background
background-color: #ac8dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac8dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 141, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 141, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac8dfe; background: linear-gradient(135deg, #ac8dfe, #F78DFE);