#ac7eee
a light, electric violet · warm · closest name: slateblue
RGB
172, 126, 238
HSL
265°, 77%, 71%
CMYK
28, 47, 0, 7
Luminance
0.2987
Every format
| HEX | #ac7eee |
| RGB | rgb(172, 126, 238) |
| HSL | hsl(265, 77%, 71%) |
| CMYK | cmyk(28%, 47%, 0%, 7%) |
| LAB | lab(61.5 40.2 -50.1) |
| LCH | lch(61.5 64.3 308.7) |
| OKLCH | oklch(0.685 0.164 301.1) |
Copy-ready code
/* CSS */
color: #ac7eee;
background-color: #ac7eee;
/* Tailwind (arbitrary) */
class="text-[#ac7eee] bg-[#ac7eee]"
/* SCSS */
$brand: #ac7eee;
/* SwiftUI */
Color(red: 0.675, green: 0.494, blue: 0.933)
/* Android */
Color.parseColor("#ac7eee")Accessibility — WCAG contrast
Aa
#ac7eee on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac7eee on black: 6.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green49.4%
Blue93.3%
CMYK percentages
Cyan27.7%
Magenta47.1%
Yellow0.0%
Key (black)6.7%
Color previews
#ac7eee text on a black background
contrast 6.97:1
Card sample
#ac7eee text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac7eee;
Background color
Panel with #ac7eee background
background-color: #ac7eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac7eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 126, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 126, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac7eee; background: linear-gradient(135deg, #ac7eee, #EE7EE5);