#ac75ac
a balanced, soft magenta / pink · warm · closest name: plum
RGB
172, 117, 172
HSL
300°, 25%, 57%
CMYK
0, 32, 0, 33
Luminance
0.2447
Every format
| HEX | #ac75ac |
| RGB | rgb(172, 117, 172) |
| HSL | hsl(300, 25%, 57%) |
| CMYK | cmyk(0%, 32%, 0%, 33%) |
| LAB | lab(56.6 30.8 -20.6) |
| LCH | lch(56.6 37.0 326.2) |
| OKLCH | oklch(0.638 0.102 326.7) |
Copy-ready code
/* CSS */
color: #ac75ac;
background-color: #ac75ac;
/* Tailwind (arbitrary) */
class="text-[#ac75ac] bg-[#ac75ac]"
/* SCSS */
$brand: #ac75ac;
/* SwiftUI */
Color(red: 0.675, green: 0.459, blue: 0.675)
/* Android */
Color.parseColor("#ac75ac")Accessibility — WCAG contrast
Aa
#ac75ac on white: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac75ac on black: 5.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green45.9%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta32.0%
Yellow0.0%
Key (black)32.5%
Color previews
#ac75ac text on a black background
contrast 5.89:1
Card sample
#ac75ac text on a white background
contrast 3.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac75ac;
Background color
Panel with #ac75ac background
background-color: #ac75ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac75ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 117, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 117, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac75ac; background: linear-gradient(135deg, #ac75ac, #AC7587);