#ac8af8
a light, electric violet · warm · closest name: slateblue
RGB
172, 138, 248
HSL
259°, 89%, 76%
CMYK
31, 44, 0, 3
Luminance
0.3372
Every format
| HEX | #ac8af8 |
| RGB | rgb(172, 138, 248) |
| HSL | hsl(259, 89%, 76%) |
| CMYK | cmyk(31%, 44%, 0%, 3%) |
| LAB | lab(64.7 35.9 -50.6) |
| LCH | lch(64.7 62.0 305.4) |
| OKLCH | oklch(0.711 0.159 296.4) |
Copy-ready code
/* CSS */
color: #ac8af8;
background-color: #ac8af8;
/* Tailwind (arbitrary) */
class="text-[#ac8af8] bg-[#ac8af8]"
/* SCSS */
$brand: #ac8af8;
/* SwiftUI */
Color(red: 0.675, green: 0.541, blue: 0.973)
/* Android */
Color.parseColor("#ac8af8")Accessibility — WCAG contrast
Aa
#ac8af8 on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ac8af8 on black: 7.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green54.1%
Blue97.3%
CMYK percentages
Cyan30.6%
Magenta44.4%
Yellow0.0%
Key (black)2.7%
Color previews
#ac8af8 text on a black background
contrast 7.74:1
Card sample
#ac8af8 text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac8af8;
Background color
Panel with #ac8af8 background
background-color: #ac8af8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac8af8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 138, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 138, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac8af8; background: linear-gradient(135deg, #ac8af8, #F58AF8);