#ac7aef
a light, electric violet · warm · closest name: slateblue
RGB
172, 122, 239
HSL
266°, 79%, 71%
CMYK
28, 49, 0, 6
Luminance
0.2892
Every format
| HEX | #ac7aef |
| RGB | rgb(172, 122, 239) |
| HSL | hsl(266, 79%, 71%) |
| CMYK | cmyk(28%, 49%, 0%, 6%) |
| LAB | lab(60.7 42.6 -52.0) |
| LCH | lch(60.7 67.2 309.3) |
| OKLCH | oklch(0.679 0.172 301.7) |
Copy-ready code
/* CSS */
color: #ac7aef;
background-color: #ac7aef;
/* Tailwind (arbitrary) */
class="text-[#ac7aef] bg-[#ac7aef]"
/* SCSS */
$brand: #ac7aef;
/* SwiftUI */
Color(red: 0.675, green: 0.478, blue: 0.937)
/* Android */
Color.parseColor("#ac7aef")Accessibility — WCAG contrast
Aa
#ac7aef on white: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac7aef on black: 6.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green47.8%
Blue93.7%
CMYK percentages
Cyan28.0%
Magenta49.0%
Yellow0.0%
Key (black)6.3%
Color previews
#ac7aef text on a black background
contrast 6.78:1
Card sample
#ac7aef text on a white background
contrast 3.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac7aef;
Background color
Panel with #ac7aef background
background-color: #ac7aef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac7aef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 122, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 122, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac7aef; background: linear-gradient(135deg, #ac7aef, #EF7AE4);