#ac8ddf
a light, vivid violet · warm · closest name: plum
RGB
172, 141, 223
HSL
263°, 56%, 71%
CMYK
23, 37, 0, 13
Luminance
0.3315
Every format
| HEX | #ac8ddf |
| RGB | rgb(172, 141, 223) |
| HSL | hsl(263, 56%, 71%) |
| CMYK | cmyk(23%, 37%, 0%, 13%) |
| LAB | lab(64.3 28.2 -37.5) |
| LCH | lch(64.3 46.9 306.9) |
| OKLCH | oklch(0.703 0.121 300.7) |
Copy-ready code
/* CSS */
color: #ac8ddf;
background-color: #ac8ddf;
/* Tailwind (arbitrary) */
class="text-[#ac8ddf] bg-[#ac8ddf]"
/* SCSS */
$brand: #ac8ddf;
/* SwiftUI */
Color(red: 0.675, green: 0.553, blue: 0.875)
/* Android */
Color.parseColor("#ac8ddf")Accessibility — WCAG contrast
Aa
#ac8ddf on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ac8ddf on black: 7.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green55.3%
Blue87.5%
CMYK percentages
Cyan22.9%
Magenta36.8%
Yellow0.0%
Key (black)12.5%
Color previews
#ac8ddf text on a black background
contrast 7.63:1
Card sample
#ac8ddf text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac8ddf;
Background color
Panel with #ac8ddf background
background-color: #ac8ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac8ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 141, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 141, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac8ddf; background: linear-gradient(135deg, #ac8ddf, #DF8DDB);