#ac4f7c
a balanced, soft magenta / pink · warm · closest name: plum
RGB
172, 79, 124
HSL
331°, 37%, 49%
CMYK
0, 54, 28, 33
Luminance
0.1582
Every format
| HEX | #ac4f7c |
| RGB | rgb(172, 79, 124) |
| HSL | hsl(331, 37%, 49%) |
| CMYK | cmyk(0%, 54%, 28%, 33%) |
| LAB | lab(46.7 43.2 -7.2) |
| LCH | lch(46.7 43.8 350.6) |
| OKLCH | oklch(0.558 0.132 351.9) |
Copy-ready code
/* CSS */
color: #ac4f7c;
background-color: #ac4f7c;
/* Tailwind (arbitrary) */
class="text-[#ac4f7c] bg-[#ac4f7c]"
/* SCSS */
$brand: #ac4f7c;
/* SwiftUI */
Color(red: 0.675, green: 0.310, blue: 0.486)
/* Android */
Color.parseColor("#ac4f7c")Accessibility — WCAG contrast
Aa
#ac4f7c on white: 5.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac4f7c on black: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green31.0%
Blue48.6%
CMYK percentages
Cyan0.0%
Magenta54.1%
Yellow27.9%
Key (black)32.5%
Color previews
#ac4f7c text on a black background
contrast 4.16:1
Card sample
#ac4f7c text on a white background
contrast 5.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac4f7c;
Background color
Panel with #ac4f7c background
background-color: #ac4f7c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac4f7c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 79, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 79, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac4f7c; background: linear-gradient(135deg, #ac4f7c, #AC604F);