#ac9eb8
a light, soft violet · warm · closest name: silver
RGB
172, 158, 184
HSL
272°, 16%, 67%
CMYK
7, 14, 0, 28
Luminance
0.3669
Every format
| HEX | #ac9eb8 |
| RGB | rgb(172, 158, 184) |
| HSL | hsl(272, 16%, 67%) |
| CMYK | cmyk(7%, 14%, 0%, 28%) |
| LAB | lab(67.0 10.1 -11.6) |
| LCH | lch(67.0 15.3 311.0) |
| OKLCH | oklch(0.720 0.040 309.4) |
Copy-ready code
/* CSS */
color: #ac9eb8;
background-color: #ac9eb8;
/* Tailwind (arbitrary) */
class="text-[#ac9eb8] bg-[#ac9eb8]"
/* SCSS */
$brand: #ac9eb8;
/* SwiftUI */
Color(red: 0.675, green: 0.620, blue: 0.722)
/* Android */
Color.parseColor("#ac9eb8")Accessibility — WCAG contrast
Aa
#ac9eb8 on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ac9eb8 on black: 8.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green62.0%
Blue72.2%
CMYK percentages
Cyan6.5%
Magenta14.1%
Yellow0.0%
Key (black)27.8%
Color previews
#ac9eb8 text on a black background
contrast 8.34:1
Card sample
#ac9eb8 text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac9eb8;
Background color
Panel with #ac9eb8 background
background-color: #ac9eb8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac9eb8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 158, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 158, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac9eb8; background: linear-gradient(135deg, #ac9eb8, #B89EB3);