#ac7fcf
a light, vivid violet · warm · closest name: plum
RGB
172, 127, 207
HSL
274°, 46%, 66%
CMYK
17, 39, 0, 19
Luminance
0.2845
Every format
| HEX | #ac7fcf |
| RGB | rgb(172, 127, 207) |
| HSL | hsl(274, 46%, 66%) |
| CMYK | cmyk(17%, 39%, 0%, 19%) |
| LAB | lab(60.3 32.4 -34.8) |
| LCH | lch(60.3 47.6 313.0) |
| OKLCH | oklch(0.671 0.124 309.2) |
Copy-ready code
/* CSS */
color: #ac7fcf;
background-color: #ac7fcf;
/* Tailwind (arbitrary) */
class="text-[#ac7fcf] bg-[#ac7fcf]"
/* SCSS */
$brand: #ac7fcf;
/* SwiftUI */
Color(red: 0.675, green: 0.498, blue: 0.812)
/* Android */
Color.parseColor("#ac7fcf")Accessibility — WCAG contrast
Aa
#ac7fcf on white: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac7fcf on black: 6.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green49.8%
Blue81.2%
CMYK percentages
Cyan16.9%
Magenta38.6%
Yellow0.0%
Key (black)18.8%
Color previews
#ac7fcf text on a black background
contrast 6.69:1
Card sample
#ac7fcf text on a white background
contrast 3.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac7fcf;
Background color
Panel with #ac7fcf background
background-color: #ac7fcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac7fcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 127, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 127, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac7fcf; background: linear-gradient(135deg, #ac7fcf, #CF7FBD);