#ac8eb6
a balanced, soft violet · warm · closest name: plum
RGB
172, 142, 182
HSL
285°, 22%, 64%
CMYK
6, 22, 0, 29
Luminance
0.3149
Every format
| HEX | #ac8eb6 |
| RGB | rgb(172, 142, 182) |
| HSL | hsl(285, 22%, 64%) |
| CMYK | cmyk(6%, 22%, 0%, 29%) |
| LAB | lab(62.9 18.6 -16.6) |
| LCH | lch(62.9 25.0 318.2) |
| OKLCH | oklch(0.688 0.067 317.6) |
Copy-ready code
/* CSS */
color: #ac8eb6;
background-color: #ac8eb6;
/* Tailwind (arbitrary) */
class="text-[#ac8eb6] bg-[#ac8eb6]"
/* SCSS */
$brand: #ac8eb6;
/* SwiftUI */
Color(red: 0.675, green: 0.557, blue: 0.714)
/* Android */
Color.parseColor("#ac8eb6")Accessibility — WCAG contrast
Aa
#ac8eb6 on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ac8eb6 on black: 7.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green55.7%
Blue71.4%
CMYK percentages
Cyan5.5%
Magenta22.0%
Yellow0.0%
Key (black)28.6%
Color previews
#ac8eb6 text on a black background
contrast 7.30:1
Card sample
#ac8eb6 text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac8eb6;
Background color
Panel with #ac8eb6 background
background-color: #ac8eb6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac8eb6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 142, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 142, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac8eb6; background: linear-gradient(135deg, #ac8eb6, #B68EA5);