#af557f
a balanced, soft magenta / pink · warm · closest name: plum
RGB
175, 85, 127
HSL
332°, 36%, 51%
CMYK
0, 51, 27, 31
Luminance
0.1714
Every format
| HEX | #af557f |
| RGB | rgb(175, 85, 127) |
| HSL | hsl(332, 36%, 51%) |
| CMYK | cmyk(0%, 51%, 27%, 31%) |
| LAB | lab(48.4 41.6 -6.4) |
| LCH | lch(48.4 42.0 351.3) |
| OKLCH | oklch(0.572 0.127 352.6) |
Copy-ready code
/* CSS */
color: #af557f;
background-color: #af557f;
/* Tailwind (arbitrary) */
class="text-[#af557f] bg-[#af557f]"
/* SCSS */
$brand: #af557f;
/* SwiftUI */
Color(red: 0.686, green: 0.333, blue: 0.498)
/* Android */
Color.parseColor("#af557f")Accessibility — WCAG contrast
Aa
#af557f on white: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af557f on black: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green33.3%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta51.4%
Yellow27.4%
Key (black)31.4%
Color previews
#af557f text on a black background
contrast 4.43:1
Card sample
#af557f text on a white background
contrast 4.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af557f;
Background color
Panel with #af557f background
background-color: #af557f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af557f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 85, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 85, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af557f; background: linear-gradient(135deg, #af557f, #AF6755);