#ac9eb0
a light, muted violet · warm · closest name: silver
RGB
172, 158, 176
HSL
287°, 10%, 66%
CMYK
2, 10, 0, 31
Luminance
0.3636
Every format
| HEX | #ac9eb0 |
| RGB | rgb(172, 158, 176) |
| HSL | hsl(287, 10%, 66%) |
| CMYK | cmyk(2%, 10%, 0%, 31%) |
| LAB | lab(66.8 8.5 -7.5) |
| LCH | lch(66.8 11.3 318.6) |
| OKLCH | oklch(0.717 0.030 318.7) |
Copy-ready code
/* CSS */
color: #ac9eb0;
background-color: #ac9eb0;
/* Tailwind (arbitrary) */
class="text-[#ac9eb0] bg-[#ac9eb0]"
/* SCSS */
$brand: #ac9eb0;
/* SwiftUI */
Color(red: 0.675, green: 0.620, blue: 0.690)
/* Android */
Color.parseColor("#ac9eb0")Accessibility — WCAG contrast
Aa
#ac9eb0 on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ac9eb0 on black: 8.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green62.0%
Blue69.0%
CMYK percentages
Cyan2.3%
Magenta10.2%
Yellow0.0%
Key (black)31.0%
Color previews
#ac9eb0 text on a black background
contrast 8.27:1
Card sample
#ac9eb0 text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac9eb0;
Background color
Panel with #ac9eb0 background
background-color: #ac9eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac9eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 158, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 158, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac9eb0; background: linear-gradient(135deg, #ac9eb0, #B09EA8);