#ac7eb0
a balanced, soft magenta / pink · warm · closest name: plum
RGB
172, 126, 176
HSL
295°, 24%, 59%
CMYK
2, 28, 0, 31
Luminance
0.2683
Every format
| HEX | #ac7eb0 |
| RGB | rgb(172, 126, 176) |
| HSL | hsl(295, 24%, 59%) |
| CMYK | cmyk(2%, 28%, 0%, 31%) |
| LAB | lab(58.8 26.5 -19.5) |
| LCH | lch(58.8 32.9 323.7) |
| OKLCH | oklch(0.655 0.089 323.8) |
Copy-ready code
/* CSS */
color: #ac7eb0;
background-color: #ac7eb0;
/* Tailwind (arbitrary) */
class="text-[#ac7eb0] bg-[#ac7eb0]"
/* SCSS */
$brand: #ac7eb0;
/* SwiftUI */
Color(red: 0.675, green: 0.494, blue: 0.690)
/* Android */
Color.parseColor("#ac7eb0")Accessibility — WCAG contrast
Aa
#ac7eb0 on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac7eb0 on black: 6.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green49.4%
Blue69.0%
CMYK percentages
Cyan2.3%
Magenta28.4%
Yellow0.0%
Key (black)31.0%
Color previews
#ac7eb0 text on a black background
contrast 6.37:1
Card sample
#ac7eb0 text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac7eb0;
Background color
Panel with #ac7eb0 background
background-color: #ac7eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac7eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 126, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 126, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac7eb0; background: linear-gradient(135deg, #ac7eb0, #B07E93);