#af598f
a balanced, soft magenta / pink · warm · closest name: plum
RGB
175, 89, 143
HSL
322°, 35%, 52%
CMYK
0, 49, 18, 31
Luminance
0.1824
Every format
| HEX | #af598f |
| RGB | rgb(175, 89, 143) |
| HSL | hsl(322, 35%, 52%) |
| CMYK | cmyk(0%, 49%, 18%, 31%) |
| LAB | lab(49.8 41.9 -13.9) |
| LCH | lch(49.8 44.1 341.6) |
| OKLCH | oklch(0.584 0.130 343.4) |
Copy-ready code
/* CSS */
color: #af598f;
background-color: #af598f;
/* Tailwind (arbitrary) */
class="text-[#af598f] bg-[#af598f]"
/* SCSS */
$brand: #af598f;
/* SwiftUI */
Color(red: 0.686, green: 0.349, blue: 0.561)
/* Android */
Color.parseColor("#af598f")Accessibility — WCAG contrast
Aa
#af598f on white: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af598f on black: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green34.9%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta49.1%
Yellow18.3%
Key (black)31.4%
Color previews
#af598f text on a black background
contrast 4.65:1
Card sample
#af598f text on a white background
contrast 4.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af598f;
Background color
Panel with #af598f background
background-color: #af598f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af598f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 89, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 89, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af598f; background: linear-gradient(135deg, #af598f, #AF5C59);