#ac596f
a balanced, soft magenta / pink · warm · closest name: salmon
RGB
172, 89, 111
HSL
344°, 33%, 51%
CMYK
0, 48, 36, 33
Luminance
0.1706
Every format
| HEX | #ac596f |
| RGB | rgb(172, 89, 111) |
| HSL | hsl(344, 33%, 51%) |
| CMYK | cmyk(0%, 48%, 36%, 33%) |
| LAB | lab(48.3 36.3 3.0) |
| LCH | lch(48.3 36.4 4.8) |
| OKLCH | oklch(0.569 0.111 4.3) |
Copy-ready code
/* CSS */
color: #ac596f;
background-color: #ac596f;
/* Tailwind (arbitrary) */
class="text-[#ac596f] bg-[#ac596f]"
/* SCSS */
$brand: #ac596f;
/* SwiftUI */
Color(red: 0.675, green: 0.349, blue: 0.435)
/* Android */
Color.parseColor("#ac596f")Accessibility — WCAG contrast
Aa
#ac596f on white: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac596f on black: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green34.9%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta48.3%
Yellow35.5%
Key (black)32.5%
Color previews
#ac596f text on a black background
contrast 4.41:1
Card sample
#ac596f text on a white background
contrast 4.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac596f;
Background color
Panel with #ac596f background
background-color: #ac596f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac596f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 89, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 89, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac596f; background: linear-gradient(135deg, #ac596f, #AC7A59);