#ac7fd2
a light, vivid violet · warm · closest name: plum
RGB
172, 127, 210
HSL
273°, 48%, 66%
CMYK
18, 40, 0, 18
Luminance
0.2860
Every format
| HEX | #ac7fd2 |
| RGB | rgb(172, 127, 210) |
| HSL | hsl(273, 48%, 66%) |
| CMYK | cmyk(18%, 40%, 0%, 18%) |
| LAB | lab(60.4 33.1 -36.3) |
| LCH | lch(60.4 49.1 312.4) |
| OKLCH | oklch(0.672 0.128 308.2) |
Copy-ready code
/* CSS */
color: #ac7fd2;
background-color: #ac7fd2;
/* Tailwind (arbitrary) */
class="text-[#ac7fd2] bg-[#ac7fd2]"
/* SCSS */
$brand: #ac7fd2;
/* SwiftUI */
Color(red: 0.675, green: 0.498, blue: 0.824)
/* Android */
Color.parseColor("#ac7fd2")Accessibility — WCAG contrast
Aa
#ac7fd2 on white: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac7fd2 on black: 6.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green49.8%
Blue82.4%
CMYK percentages
Cyan18.1%
Magenta39.5%
Yellow0.0%
Key (black)17.6%
Color previews
#ac7fd2 text on a black background
contrast 6.72:1
Card sample
#ac7fd2 text on a white background
contrast 3.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac7fd2;
Background color
Panel with #ac7fd2 background
background-color: #ac7fd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac7fd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 127, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 127, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac7fd2; background: linear-gradient(135deg, #ac7fd2, #D27FC1);