#ac7fd9
a light, vivid violet · warm · closest name: orchid
RGB
172, 127, 217
HSL
270°, 54%, 68%
CMYK
21, 42, 0, 15
Luminance
0.2896
Every format
| HEX | #ac7fd9 |
| RGB | rgb(172, 127, 217) |
| HSL | hsl(270, 54%, 68%) |
| CMYK | cmyk(21%, 42%, 0%, 15%) |
| LAB | lab(60.8 34.7 -39.7) |
| LCH | lch(60.8 52.7 311.2) |
| OKLCH | oklch(0.676 0.137 306.1) |
Copy-ready code
/* CSS */
color: #ac7fd9;
background-color: #ac7fd9;
/* Tailwind (arbitrary) */
class="text-[#ac7fd9] bg-[#ac7fd9]"
/* SCSS */
$brand: #ac7fd9;
/* SwiftUI */
Color(red: 0.675, green: 0.498, blue: 0.851)
/* Android */
Color.parseColor("#ac7fd9")Accessibility — WCAG contrast
Aa
#ac7fd9 on white: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac7fd9 on black: 6.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green49.8%
Blue85.1%
CMYK percentages
Cyan20.7%
Magenta41.5%
Yellow0.0%
Key (black)14.9%
Color previews
#ac7fd9 text on a black background
contrast 6.79:1
Card sample
#ac7fd9 text on a white background
contrast 3.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac7fd9;
Background color
Panel with #ac7fd9 background
background-color: #ac7fd9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac7fd9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 127, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 127, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac7fd9; background: linear-gradient(135deg, #ac7fd9, #D97FCA);