#ac96b1
a balanced, muted violet · warm · closest name: gray
RGB
172, 150, 177
HSL
289°, 15%, 64%
CMYK
3, 15, 0, 31
Luminance
0.3376
Every format
| HEX | #ac96b1 |
| RGB | rgb(172, 150, 177) |
| HSL | hsl(289, 15%, 64%) |
| CMYK | cmyk(3%, 15%, 0%, 31%) |
| LAB | lab(64.8 13.1 -11.0) |
| LCH | lch(64.8 17.1 319.9) |
| OKLCH | oklch(0.701 0.046 320.0) |
Copy-ready code
/* CSS */
color: #ac96b1;
background-color: #ac96b1;
/* Tailwind (arbitrary) */
class="text-[#ac96b1] bg-[#ac96b1]"
/* SCSS */
$brand: #ac96b1;
/* SwiftUI */
Color(red: 0.675, green: 0.588, blue: 0.694)
/* Android */
Color.parseColor("#ac96b1")Accessibility — WCAG contrast
Aa
#ac96b1 on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ac96b1 on black: 7.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green58.8%
Blue69.4%
CMYK percentages
Cyan2.8%
Magenta15.3%
Yellow0.0%
Key (black)30.6%
Color previews
#ac96b1 text on a black background
contrast 7.75:1
Card sample
#ac96b1 text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac96b1;
Background color
Panel with #ac96b1 background
background-color: #ac96b1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac96b1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 150, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 150, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac96b1; background: linear-gradient(135deg, #ac96b1, #B196A4);