#ac9bda
a light, vivid violet · warm · closest name: plum
RGB
172, 155, 218
HSL
256°, 46%, 73%
CMYK
21, 29, 0, 15
Luminance
0.3728
Every format
| HEX | #ac9bda |
| RGB | rgb(172, 155, 218) |
| HSL | hsl(256, 46%, 73%) |
| CMYK | cmyk(21%, 29%, 0%, 15%) |
| LAB | lab(67.5 19.1 -29.8) |
| LCH | lch(67.5 35.4 302.7) |
| OKLCH | oklch(0.727 0.092 296.4) |
Copy-ready code
/* CSS */
color: #ac9bda;
background-color: #ac9bda;
/* Tailwind (arbitrary) */
class="text-[#ac9bda] bg-[#ac9bda]"
/* SCSS */
$brand: #ac9bda;
/* SwiftUI */
Color(red: 0.675, green: 0.608, blue: 0.855)
/* Android */
Color.parseColor("#ac9bda")Accessibility — WCAG contrast
Aa
#ac9bda on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ac9bda on black: 8.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green60.8%
Blue85.5%
CMYK percentages
Cyan21.1%
Magenta28.9%
Yellow0.0%
Key (black)14.5%
Color previews
#ac9bda text on a black background
contrast 8.46:1
Card sample
#ac9bda text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac9bda;
Background color
Panel with #ac9bda background
background-color: #ac9bda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac9bda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 155, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 155, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac9bda; background: linear-gradient(135deg, #ac9bda, #D69BDA);