#ac9eb6
a light, muted violet · warm · closest name: silver
RGB
172, 158, 182
HSL
275°, 14%, 67%
CMYK
6, 13, 0, 29
Luminance
0.3660
Every format
| HEX | #ac9eb6 |
| RGB | rgb(172, 158, 182) |
| HSL | hsl(275, 14%, 67%) |
| CMYK | cmyk(6%, 13%, 0%, 29%) |
| LAB | lab(67.0 9.7 -10.5) |
| LCH | lch(67.0 14.3 312.5) |
| OKLCH | oklch(0.719 0.038 311.3) |
Copy-ready code
/* CSS */
color: #ac9eb6;
background-color: #ac9eb6;
/* Tailwind (arbitrary) */
class="text-[#ac9eb6] bg-[#ac9eb6]"
/* SCSS */
$brand: #ac9eb6;
/* SwiftUI */
Color(red: 0.675, green: 0.620, blue: 0.714)
/* Android */
Color.parseColor("#ac9eb6")Accessibility — WCAG contrast
Aa
#ac9eb6 on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ac9eb6 on black: 8.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green62.0%
Blue71.4%
CMYK percentages
Cyan5.5%
Magenta13.2%
Yellow0.0%
Key (black)28.6%
Color previews
#ac9eb6 text on a black background
contrast 8.32:1
Card sample
#ac9eb6 text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac9eb6;
Background color
Panel with #ac9eb6 background
background-color: #ac9eb6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac9eb6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 158, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 158, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac9eb6; background: linear-gradient(135deg, #ac9eb6, #B69EB0);