#ac91ac
a balanced, muted magenta / pink · warm · closest name: gray
RGB
172, 145, 172
HSL
300°, 14%, 62%
CMYK
0, 16, 0, 33
Luminance
0.3200
Every format
| HEX | #ac91ac |
| RGB | rgb(172, 145, 172) |
| HSL | hsl(300, 14%, 62%) |
| CMYK | cmyk(0%, 16%, 0%, 33%) |
| LAB | lab(63.3 15.0 -10.4) |
| LCH | lch(63.3 18.2 325.3) |
| OKLCH | oklch(0.690 0.050 326.1) |
Copy-ready code
/* CSS */
color: #ac91ac;
background-color: #ac91ac;
/* Tailwind (arbitrary) */
class="text-[#ac91ac] bg-[#ac91ac]"
/* SCSS */
$brand: #ac91ac;
/* SwiftUI */
Color(red: 0.675, green: 0.569, blue: 0.675)
/* Android */
Color.parseColor("#ac91ac")Accessibility — WCAG contrast
Aa
#ac91ac on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ac91ac on black: 7.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green56.9%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta15.7%
Yellow0.0%
Key (black)32.5%
Color previews
#ac91ac text on a black background
contrast 7.40:1
Card sample
#ac91ac text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac91ac;
Background color
Panel with #ac91ac background
background-color: #ac91ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac91ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 145, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 145, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac91ac; background: linear-gradient(135deg, #ac91ac, #AC919A);