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