#ac8df7
a light, electric violet · warm · closest name: slateblue
RGB
172, 141, 247
HSL
258°, 87%, 76%
CMYK
30, 43, 0, 3
Luminance
0.3454
Every format
| HEX | #ac8df7 |
| RGB | rgb(172, 141, 247) |
| HSL | hsl(258, 87%, 76%) |
| CMYK | cmyk(30%, 43%, 0%, 3%) |
| LAB | lab(65.4 34.0 -49.0) |
| LCH | lch(65.4 59.6 304.8) |
| OKLCH | oklch(0.715 0.153 295.8) |
Copy-ready code
/* CSS */
color: #ac8df7;
background-color: #ac8df7;
/* Tailwind (arbitrary) */
class="text-[#ac8df7] bg-[#ac8df7]"
/* SCSS */
$brand: #ac8df7;
/* SwiftUI */
Color(red: 0.675, green: 0.553, blue: 0.969)
/* Android */
Color.parseColor("#ac8df7")Accessibility — WCAG contrast
Aa
#ac8df7 on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ac8df7 on black: 7.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green55.3%
Blue96.9%
CMYK percentages
Cyan30.4%
Magenta42.9%
Yellow0.0%
Key (black)3.1%
Color previews
#ac8df7 text on a black background
contrast 7.91:1
Card sample
#ac8df7 text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac8df7;
Background color
Panel with #ac8df7 background
background-color: #ac8df7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac8df7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 141, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 141, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac8df7; background: linear-gradient(135deg, #ac8df7, #F38DF7);