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