#ac8ccf
a light, soft violet · warm · closest name: plum
RGB
172, 140, 207
HSL
269°, 41%, 68%
CMYK
17, 32, 0, 19
Luminance
0.3203
Every format
| HEX | #ac8ccf |
| RGB | rgb(172, 140, 207) |
| HSL | hsl(269, 41%, 68%) |
| CMYK | cmyk(17%, 32%, 0%, 19%) |
| LAB | lab(63.4 25.1 -30.0) |
| LCH | lch(63.4 39.1 309.9) |
| OKLCH | oklch(0.694 0.102 305.8) |
Copy-ready code
/* CSS */
color: #ac8ccf;
background-color: #ac8ccf;
/* Tailwind (arbitrary) */
class="text-[#ac8ccf] bg-[#ac8ccf]"
/* SCSS */
$brand: #ac8ccf;
/* SwiftUI */
Color(red: 0.675, green: 0.549, blue: 0.812)
/* Android */
Color.parseColor("#ac8ccf")Accessibility — WCAG contrast
Aa
#ac8ccf on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ac8ccf on black: 7.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green54.9%
Blue81.2%
CMYK percentages
Cyan16.9%
Magenta32.4%
Yellow0.0%
Key (black)18.8%
Color previews
#ac8ccf text on a black background
contrast 7.41:1
Card sample
#ac8ccf text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac8ccf;
Background color
Panel with #ac8ccf background
background-color: #ac8ccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac8ccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 140, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 140, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac8ccf; background: linear-gradient(135deg, #ac8ccf, #CF8CC5);