#ac89c2
a balanced, soft violet · warm · closest name: plum
RGB
172, 137, 194
HSL
277°, 32%, 65%
CMYK
11, 29, 0, 24
Luminance
0.3056
Every format
| HEX | #ac89c2 |
| RGB | rgb(172, 137, 194) |
| HSL | hsl(277, 32%, 65%) |
| CMYK | cmyk(11%, 29%, 0%, 24%) |
| LAB | lab(62.1 24.0 -24.6) |
| LCH | lch(62.1 34.4 314.2) |
| OKLCH | oklch(0.683 0.090 312.0) |
Copy-ready code
/* CSS */
color: #ac89c2;
background-color: #ac89c2;
/* Tailwind (arbitrary) */
class="text-[#ac89c2] bg-[#ac89c2]"
/* SCSS */
$brand: #ac89c2;
/* SwiftUI */
Color(red: 0.675, green: 0.537, blue: 0.761)
/* Android */
Color.parseColor("#ac89c2")Accessibility — WCAG contrast
Aa
#ac89c2 on white: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ac89c2 on black: 7.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green53.7%
Blue76.1%
CMYK percentages
Cyan11.3%
Magenta29.4%
Yellow0.0%
Key (black)23.9%
Color previews
#ac89c2 text on a black background
contrast 7.11:1
Card sample
#ac89c2 text on a white background
contrast 2.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac89c2;
Background color
Panel with #ac89c2 background
background-color: #ac89c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac89c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 137, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 137, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac89c2; background: linear-gradient(135deg, #ac89c2, #C289B2);