#ac5def
a light, electric violet · warm · closest name: slateblue
RGB
172, 93, 239
HSL
273°, 82%, 65%
CMYK
28, 61, 0, 6
Luminance
0.2283
Every format
| HEX | #ac5def |
| RGB | rgb(172, 93, 239) |
| HSL | hsl(273, 82%, 65%) |
| CMYK | cmyk(28%, 61%, 0%, 6%) |
| LAB | lab(54.9 57.9 -61.3) |
| LCH | lch(54.9 84.3 313.4) |
| OKLCH | oklch(0.636 0.214 306.1) |
Copy-ready code
/* CSS */
color: #ac5def;
background-color: #ac5def;
/* Tailwind (arbitrary) */
class="text-[#ac5def] bg-[#ac5def]"
/* SCSS */
$brand: #ac5def;
/* SwiftUI */
Color(red: 0.675, green: 0.365, blue: 0.937)
/* Android */
Color.parseColor("#ac5def")Accessibility — WCAG contrast
Aa
#ac5def on white: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac5def on black: 5.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green36.5%
Blue93.7%
CMYK percentages
Cyan28.0%
Magenta61.1%
Yellow0.0%
Key (black)6.3%
Color previews
#ac5def text on a black background
contrast 5.57:1
Card sample
#ac5def text on a white background
contrast 3.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac5def;
Background color
Panel with #ac5def background
background-color: #ac5def;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac5def;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 93, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 93, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac5def; background: linear-gradient(135deg, #ac5def, #EF5DD1);