#ac97ac
a balanced, muted magenta / pink · warm · closest name: gray
RGB
172, 151, 172
HSL
300°, 11%, 63%
CMYK
0, 12, 0, 33
Luminance
0.3388
Every format
| HEX | #ac97ac |
| RGB | rgb(172, 151, 172) |
| HSL | hsl(300, 11%, 63%) |
| CMYK | cmyk(0%, 12%, 0%, 33%) |
| LAB | lab(64.9 11.6 -8.1) |
| LCH | lch(64.9 14.1 325.1) |
| OKLCH | oklch(0.702 0.038 326.0) |
Copy-ready code
/* CSS */
color: #ac97ac;
background-color: #ac97ac;
/* Tailwind (arbitrary) */
class="text-[#ac97ac] bg-[#ac97ac]"
/* SCSS */
$brand: #ac97ac;
/* SwiftUI */
Color(red: 0.675, green: 0.592, blue: 0.675)
/* Android */
Color.parseColor("#ac97ac")Accessibility — WCAG contrast
Aa
#ac97ac on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ac97ac on black: 7.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green59.2%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta12.2%
Yellow0.0%
Key (black)32.5%
Color previews
#ac97ac text on a black background
contrast 7.78:1
Card sample
#ac97ac text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac97ac;
Background color
Panel with #ac97ac background
background-color: #ac97ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac97ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 151, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 151, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac97ac; background: linear-gradient(135deg, #ac97ac, #AC979E);