#ac6def
a light, electric violet · warm · closest name: slateblue
RGB
172, 109, 239
HSL
269°, 80%, 68%
CMYK
28, 54, 0, 6
Luminance
0.2594
Every format
| HEX | #ac6def |
| RGB | rgb(172, 109, 239) |
| HSL | hsl(269, 80%, 68%) |
| CMYK | cmyk(28%, 54%, 0%, 6%) |
| LAB | lab(58.0 49.6 -56.4) |
| LCH | lch(58.0 75.1 311.4) |
| OKLCH | oklch(0.659 0.192 304.0) |
Copy-ready code
/* CSS */
color: #ac6def;
background-color: #ac6def;
/* Tailwind (arbitrary) */
class="text-[#ac6def] bg-[#ac6def]"
/* SCSS */
$brand: #ac6def;
/* SwiftUI */
Color(red: 0.675, green: 0.427, blue: 0.937)
/* Android */
Color.parseColor("#ac6def")Accessibility — WCAG contrast
Aa
#ac6def on white: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac6def on black: 6.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green42.7%
Blue93.7%
CMYK percentages
Cyan28.0%
Magenta54.4%
Yellow0.0%
Key (black)6.3%
Color previews
#ac6def text on a black background
contrast 6.19:1
Card sample
#ac6def text on a white background
contrast 3.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac6def;
Background color
Panel with #ac6def background
background-color: #ac6def;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac6def;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 109, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 109, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac6def; background: linear-gradient(135deg, #ac6def, #EF6DDB);