#ac8fcc
a light, soft violet · warm · closest name: plum
RGB
172, 143, 204
HSL
269°, 37%, 68%
CMYK
16, 30, 0, 20
Luminance
0.3278
Every format
| HEX | #ac8fcc |
| RGB | rgb(172, 143, 204) |
| HSL | hsl(269, 37%, 68%) |
| CMYK | cmyk(16%, 30%, 0%, 20%) |
| LAB | lab(64.0 22.7 -27.4) |
| LCH | lch(64.0 35.6 309.7) |
| OKLCH | oklch(0.698 0.093 305.9) |
Copy-ready code
/* CSS */
color: #ac8fcc;
background-color: #ac8fcc;
/* Tailwind (arbitrary) */
class="text-[#ac8fcc] bg-[#ac8fcc]"
/* SCSS */
$brand: #ac8fcc;
/* SwiftUI */
Color(red: 0.675, green: 0.561, blue: 0.800)
/* Android */
Color.parseColor("#ac8fcc")Accessibility — WCAG contrast
Aa
#ac8fcc on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ac8fcc on black: 7.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green56.1%
Blue80.0%
CMYK percentages
Cyan15.7%
Magenta29.9%
Yellow0.0%
Key (black)20.0%
Color previews
#ac8fcc text on a black background
contrast 7.56:1
Card sample
#ac8fcc text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac8fcc;
Background color
Panel with #ac8fcc background
background-color: #ac8fcc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac8fcc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 143, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 143, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac8fcc; background: linear-gradient(135deg, #ac8fcc, #CC8FC3);