#ac88c3
a balanced, soft violet · warm · closest name: plum
RGB
172, 136, 195
HSL
277°, 33%, 65%
CMYK
12, 30, 0, 24
Luminance
0.3032
Every format
| HEX | #ac88c3 |
| RGB | rgb(172, 136, 195) |
| HSL | hsl(277, 33%, 65%) |
| CMYK | cmyk(12%, 30%, 0%, 24%) |
| LAB | lab(61.9 24.7 -25.5) |
| LCH | lch(61.9 35.5 314.1) |
| OKLCH | oklch(0.681 0.093 311.8) |
Copy-ready code
/* CSS */
color: #ac88c3;
background-color: #ac88c3;
/* Tailwind (arbitrary) */
class="text-[#ac88c3] bg-[#ac88c3]"
/* SCSS */
$brand: #ac88c3;
/* SwiftUI */
Color(red: 0.675, green: 0.533, blue: 0.765)
/* Android */
Color.parseColor("#ac88c3")Accessibility — WCAG contrast
Aa
#ac88c3 on white: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ac88c3 on black: 7.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green53.3%
Blue76.5%
CMYK percentages
Cyan11.8%
Magenta30.3%
Yellow0.0%
Key (black)23.5%
Color previews
#ac88c3 text on a black background
contrast 7.06:1
Card sample
#ac88c3 text on a white background
contrast 2.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac88c3;
Background color
Panel with #ac88c3 background
background-color: #ac88c3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac88c3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 136, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 136, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac88c3; background: linear-gradient(135deg, #ac88c3, #C388B3);