#ac8af7
a light, electric violet · warm · closest name: slateblue
RGB
172, 138, 247
HSL
259°, 87%, 76%
CMYK
30, 44, 0, 3
Luminance
0.3366
Every format
| HEX | #ac8af7 |
| RGB | rgb(172, 138, 247) |
| HSL | hsl(259, 87%, 76%) |
| CMYK | cmyk(30%, 44%, 0%, 3%) |
| LAB | lab(64.7 35.7 -50.1) |
| LCH | lch(64.7 61.5 305.5) |
| OKLCH | oklch(0.710 0.157 296.6) |
Copy-ready code
/* CSS */
color: #ac8af7;
background-color: #ac8af7;
/* Tailwind (arbitrary) */
class="text-[#ac8af7] bg-[#ac8af7]"
/* SCSS */
$brand: #ac8af7;
/* SwiftUI */
Color(red: 0.675, green: 0.541, blue: 0.969)
/* Android */
Color.parseColor("#ac8af7")Accessibility — WCAG contrast
Aa
#ac8af7 on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ac8af7 on black: 7.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green54.1%
Blue96.9%
CMYK percentages
Cyan30.4%
Magenta44.1%
Yellow0.0%
Key (black)3.1%
Color previews
#ac8af7 text on a black background
contrast 7.73:1
Card sample
#ac8af7 text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac8af7;
Background color
Panel with #ac8af7 background
background-color: #ac8af7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac8af7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 138, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 138, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac8af7; background: linear-gradient(135deg, #ac8af7, #F58AF7);