#ac7dec
a light, vivid violet · warm · closest name: slateblue
RGB
172, 125, 236
HSL
265°, 75%, 71%
CMYK
27, 47, 0, 8
Luminance
0.2949
Every format
| HEX | #ac7dec |
| RGB | rgb(172, 125, 236) |
| HSL | hsl(265, 75%, 71%) |
| CMYK | cmyk(27%, 47%, 0%, 8%) |
| LAB | lab(61.2 40.3 -49.5) |
| LCH | lch(61.2 63.8 309.1) |
| OKLCH | oklch(0.682 0.164 301.8) |
Copy-ready code
/* CSS */
color: #ac7dec;
background-color: #ac7dec;
/* Tailwind (arbitrary) */
class="text-[#ac7dec] bg-[#ac7dec]"
/* SCSS */
$brand: #ac7dec;
/* SwiftUI */
Color(red: 0.675, green: 0.490, blue: 0.925)
/* Android */
Color.parseColor("#ac7dec")Accessibility — WCAG contrast
Aa
#ac7dec on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac7dec on black: 6.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green49.0%
Blue92.5%
CMYK percentages
Cyan27.1%
Magenta47.0%
Yellow0.0%
Key (black)7.5%
Color previews
#ac7dec text on a black background
contrast 6.90:1
Card sample
#ac7dec text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac7dec;
Background color
Panel with #ac7dec background
background-color: #ac7dec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac7dec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 125, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 125, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac7dec; background: linear-gradient(135deg, #ac7dec, #EC7DE2);