#ac7ccf
a balanced, vivid violet · warm · closest name: plum
RGB
172, 124, 207
HSL
275°, 46%, 65%
CMYK
17, 40, 0, 19
Luminance
0.2769
Every format
| HEX | #ac7ccf |
| RGB | rgb(172, 124, 207) |
| HSL | hsl(275, 46%, 65%) |
| CMYK | cmyk(17%, 40%, 0%, 19%) |
| LAB | lab(59.6 34.1 -35.9) |
| LCH | lch(59.6 49.5 313.6) |
| OKLCH | oklch(0.666 0.129 309.9) |
Copy-ready code
/* CSS */
color: #ac7ccf;
background-color: #ac7ccf;
/* Tailwind (arbitrary) */
class="text-[#ac7ccf] bg-[#ac7ccf]"
/* SCSS */
$brand: #ac7ccf;
/* SwiftUI */
Color(red: 0.675, green: 0.486, blue: 0.812)
/* Android */
Color.parseColor("#ac7ccf")Accessibility — WCAG contrast
Aa
#ac7ccf on white: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac7ccf on black: 6.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green48.6%
Blue81.2%
CMYK percentages
Cyan16.9%
Magenta40.1%
Yellow0.0%
Key (black)18.8%
Color previews
#ac7ccf text on a black background
contrast 6.54:1
Card sample
#ac7ccf text on a white background
contrast 3.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac7ccf;
Background color
Panel with #ac7ccf background
background-color: #ac7ccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac7ccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 124, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 124, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac7ccf; background: linear-gradient(135deg, #ac7ccf, #CF7CBB);