#ac8fcf
a light, soft violet · warm · closest name: plum
RGB
172, 143, 207
HSL
267°, 40%, 69%
CMYK
17, 31, 0, 19
Luminance
0.3292
Every format
| HEX | #ac8fcf |
| RGB | rgb(172, 143, 207) |
| HSL | hsl(267, 40%, 69%) |
| CMYK | cmyk(17%, 31%, 0%, 19%) |
| LAB | lab(64.1 23.4 -28.9) |
| LCH | lch(64.1 37.2 309.0) |
| OKLCH | oklch(0.700 0.097 304.8) |
Copy-ready code
/* CSS */
color: #ac8fcf;
background-color: #ac8fcf;
/* Tailwind (arbitrary) */
class="text-[#ac8fcf] bg-[#ac8fcf]"
/* SCSS */
$brand: #ac8fcf;
/* SwiftUI */
Color(red: 0.675, green: 0.561, blue: 0.812)
/* Android */
Color.parseColor("#ac8fcf")Accessibility — WCAG contrast
Aa
#ac8fcf on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ac8fcf on black: 7.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green56.1%
Blue81.2%
CMYK percentages
Cyan16.9%
Magenta30.9%
Yellow0.0%
Key (black)18.8%
Color previews
#ac8fcf text on a black background
contrast 7.58:1
Card sample
#ac8fcf text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac8fcf;
Background color
Panel with #ac8fcf background
background-color: #ac8fcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac8fcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 143, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 143, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac8fcf; background: linear-gradient(135deg, #ac8fcf, #CF8FC7);