#ac5dec
a balanced, electric violet · warm · closest name: slateblue
RGB
172, 93, 236
HSL
273°, 79%, 65%
CMYK
27, 61, 0, 8
Luminance
0.2266
Every format
| HEX | #ac5dec |
| RGB | rgb(172, 93, 236) |
| HSL | hsl(273, 79%, 65%) |
| CMYK | cmyk(27%, 61%, 0%, 8%) |
| LAB | lab(54.7 57.2 -59.9) |
| LCH | lch(54.7 82.8 313.7) |
| OKLCH | oklch(0.634 0.211 306.8) |
Copy-ready code
/* CSS */
color: #ac5dec;
background-color: #ac5dec;
/* Tailwind (arbitrary) */
class="text-[#ac5dec] bg-[#ac5dec]"
/* SCSS */
$brand: #ac5dec;
/* SwiftUI */
Color(red: 0.675, green: 0.365, blue: 0.925)
/* Android */
Color.parseColor("#ac5dec")Accessibility — WCAG contrast
Aa
#ac5dec on white: 3.80:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac5dec on black: 5.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green36.5%
Blue92.5%
CMYK percentages
Cyan27.1%
Magenta60.6%
Yellow0.0%
Key (black)7.5%
Color previews
#ac5dec text on a black background
contrast 5.53:1
Card sample
#ac5dec text on a white background
contrast 3.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac5dec;
Background color
Panel with #ac5dec background
background-color: #ac5dec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac5dec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 93, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 93, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac5dec; background: linear-gradient(135deg, #ac5dec, #EC5DCD);