#ac8ac2
a light, soft violet · warm · closest name: plum
RGB
172, 138, 194
HSL
276°, 32%, 65%
CMYK
11, 29, 0, 24
Luminance
0.3084
Every format
| HEX | #ac8ac2 |
| RGB | rgb(172, 138, 194) |
| HSL | hsl(276, 32%, 65%) |
| CMYK | cmyk(11%, 29%, 0%, 24%) |
| LAB | lab(62.4 23.4 -24.2) |
| LCH | lch(62.4 33.7 314.0) |
| OKLCH | oklch(0.685 0.089 311.7) |
Copy-ready code
/* CSS */
color: #ac8ac2;
background-color: #ac8ac2;
/* Tailwind (arbitrary) */
class="text-[#ac8ac2] bg-[#ac8ac2]"
/* SCSS */
$brand: #ac8ac2;
/* SwiftUI */
Color(red: 0.675, green: 0.541, blue: 0.761)
/* Android */
Color.parseColor("#ac8ac2")Accessibility — WCAG contrast
Aa
#ac8ac2 on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ac8ac2 on black: 7.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green54.1%
Blue76.1%
CMYK percentages
Cyan11.3%
Magenta28.9%
Yellow0.0%
Key (black)23.9%
Color previews
#ac8ac2 text on a black background
contrast 7.17:1
Card sample
#ac8ac2 text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac8ac2;
Background color
Panel with #ac8ac2 background
background-color: #ac8ac2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac8ac2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 138, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 138, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac8ac2; background: linear-gradient(135deg, #ac8ac2, #C28AB3);