#ac5df0
a light, electric violet · warm · closest name: slateblue
RGB
172, 93, 240
HSL
272°, 83%, 65%
CMYK
28, 61, 0, 6
Luminance
0.2289
Every format
| HEX | #ac5df0 |
| RGB | rgb(172, 93, 240) |
| HSL | hsl(272, 83%, 65%) |
| CMYK | cmyk(28%, 61%, 0%, 6%) |
| LAB | lab(55.0 58.1 -61.7) |
| LCH | lch(55.0 84.8 313.2) |
| OKLCH | oklch(0.637 0.216 305.9) |
Copy-ready code
/* CSS */
color: #ac5df0;
background-color: #ac5df0;
/* Tailwind (arbitrary) */
class="text-[#ac5df0] bg-[#ac5df0]"
/* SCSS */
$brand: #ac5df0;
/* SwiftUI */
Color(red: 0.675, green: 0.365, blue: 0.941)
/* Android */
Color.parseColor("#ac5df0")Accessibility — WCAG contrast
Aa
#ac5df0 on white: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac5df0 on black: 5.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green36.5%
Blue94.1%
CMYK percentages
Cyan28.3%
Magenta61.2%
Yellow0.0%
Key (black)5.9%
Color previews
#ac5df0 text on a black background
contrast 5.58:1
Card sample
#ac5df0 text on a white background
contrast 3.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac5df0;
Background color
Panel with #ac5df0 background
background-color: #ac5df0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac5df0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 93, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 93, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac5df0; background: linear-gradient(135deg, #ac5df0, #F05DD2);