#ac6eee
a light, electric violet · warm · closest name: slateblue
RGB
172, 110, 238
HSL
269°, 79%, 68%
CMYK
28, 54, 0, 7
Luminance
0.2610
Every format
| HEX | #ac6eee |
| RGB | rgb(172, 110, 238) |
| HSL | hsl(269, 79%, 68%) |
| CMYK | cmyk(28%, 54%, 0%, 7%) |
| LAB | lab(58.1 48.9 -55.6) |
| LCH | lch(58.1 74.0 311.3) |
| OKLCH | oklch(0.660 0.189 304.1) |
Copy-ready code
/* CSS */
color: #ac6eee;
background-color: #ac6eee;
/* Tailwind (arbitrary) */
class="text-[#ac6eee] bg-[#ac6eee]"
/* SCSS */
$brand: #ac6eee;
/* SwiftUI */
Color(red: 0.675, green: 0.431, blue: 0.933)
/* Android */
Color.parseColor("#ac6eee")Accessibility — WCAG contrast
Aa
#ac6eee on white: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac6eee on black: 6.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green43.1%
Blue93.3%
CMYK percentages
Cyan27.7%
Magenta53.8%
Yellow0.0%
Key (black)6.7%
Color previews
#ac6eee text on a black background
contrast 6.22:1
Card sample
#ac6eee text on a white background
contrast 3.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac6eee;
Background color
Panel with #ac6eee background
background-color: #ac6eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac6eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 110, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 110, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac6eee; background: linear-gradient(135deg, #ac6eee, #EE6EDB);