#ac7acf
a balanced, vivid violet · warm · closest name: orchid
RGB
172, 122, 207
HSL
275°, 47%, 65%
CMYK
17, 41, 0, 19
Luminance
0.2719
Every format
| HEX | #ac7acf |
| RGB | rgb(172, 122, 207) |
| HSL | hsl(275, 47%, 65%) |
| CMYK | cmyk(17%, 41%, 0%, 19%) |
| LAB | lab(59.1 35.2 -36.6) |
| LCH | lch(59.1 50.8 313.9) |
| OKLCH | oklch(0.662 0.133 310.2) |
Copy-ready code
/* CSS */
color: #ac7acf;
background-color: #ac7acf;
/* Tailwind (arbitrary) */
class="text-[#ac7acf] bg-[#ac7acf]"
/* SCSS */
$brand: #ac7acf;
/* SwiftUI */
Color(red: 0.675, green: 0.478, blue: 0.812)
/* Android */
Color.parseColor("#ac7acf")Accessibility — WCAG contrast
Aa
#ac7acf on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac7acf on black: 6.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green47.8%
Blue81.2%
CMYK percentages
Cyan16.9%
Magenta41.1%
Yellow0.0%
Key (black)18.8%
Color previews
#ac7acf text on a black background
contrast 6.44:1
Card sample
#ac7acf text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac7acf;
Background color
Panel with #ac7acf background
background-color: #ac7acf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac7acf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 122, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 122, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac7acf; background: linear-gradient(135deg, #ac7acf, #CF7AB9);