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