#ac71ce
a balanced, vivid violet · warm · closest name: orchid
RGB
172, 113, 206
HSL
278°, 49%, 63%
CMYK
17, 45, 0, 19
Luminance
0.2504
Every format
| HEX | #ac71ce |
| RGB | rgb(172, 113, 206) |
| HSL | hsl(278, 49%, 63%) |
| CMYK | cmyk(17%, 45%, 0%, 19%) |
| LAB | lab(57.1 40.0 -39.2) |
| LCH | lch(57.1 56.0 315.6) |
| OKLCH | oklch(0.647 0.147 312.1) |
Copy-ready code
/* CSS */
color: #ac71ce;
background-color: #ac71ce;
/* Tailwind (arbitrary) */
class="text-[#ac71ce] bg-[#ac71ce]"
/* SCSS */
$brand: #ac71ce;
/* SwiftUI */
Color(red: 0.675, green: 0.443, blue: 0.808)
/* Android */
Color.parseColor("#ac71ce")Accessibility — WCAG contrast
Aa
#ac71ce on white: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac71ce on black: 6.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green44.3%
Blue80.8%
CMYK percentages
Cyan16.5%
Magenta45.1%
Yellow0.0%
Key (black)19.2%
Color previews
#ac71ce text on a black background
contrast 6.01:1
Card sample
#ac71ce text on a white background
contrast 3.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac71ce;
Background color
Panel with #ac71ce background
background-color: #ac71ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac71ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 113, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 113, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac71ce; background: linear-gradient(135deg, #ac71ce, #CE71B2);