#ac7fd4
a light, vivid violet · warm · closest name: plum
RGB
172, 127, 212
HSL
272°, 50%, 67%
CMYK
19, 40, 0, 17
Luminance
0.2870
Every format
| HEX | #ac7fd4 |
| RGB | rgb(172, 127, 212) |
| HSL | hsl(272, 50%, 67%) |
| CMYK | cmyk(19%, 40%, 0%, 17%) |
| LAB | lab(60.5 33.6 -37.2) |
| LCH | lch(60.5 50.1 312.0) |
| OKLCH | oklch(0.673 0.130 307.6) |
Copy-ready code
/* CSS */
color: #ac7fd4;
background-color: #ac7fd4;
/* Tailwind (arbitrary) */
class="text-[#ac7fd4] bg-[#ac7fd4]"
/* SCSS */
$brand: #ac7fd4;
/* SwiftUI */
Color(red: 0.675, green: 0.498, blue: 0.831)
/* Android */
Color.parseColor("#ac7fd4")Accessibility — WCAG contrast
Aa
#ac7fd4 on white: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac7fd4 on black: 6.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green49.8%
Blue83.1%
CMYK percentages
Cyan18.9%
Magenta40.1%
Yellow0.0%
Key (black)16.9%
Color previews
#ac7fd4 text on a black background
contrast 6.74:1
Card sample
#ac7fd4 text on a white background
contrast 3.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac7fd4;
Background color
Panel with #ac7fd4 background
background-color: #ac7fd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac7fd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 127, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 127, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac7fd4; background: linear-gradient(135deg, #ac7fd4, #D47FC3);