#af5a7f
a balanced, soft magenta / pink · warm · closest name: plum
RGB
175, 90, 127
HSL
334°, 35%, 52%
CMYK
0, 49, 27, 31
Luminance
0.1796
Every format
| HEX | #af5a7f |
| RGB | rgb(175, 90, 127) |
| HSL | hsl(334, 35%, 52%) |
| CMYK | cmyk(0%, 49%, 27%, 31%) |
| LAB | lab(49.5 39.0 -4.9) |
| LCH | lch(49.5 39.3 352.8) |
| OKLCH | oklch(0.580 0.118 354.0) |
Copy-ready code
/* CSS */
color: #af5a7f;
background-color: #af5a7f;
/* Tailwind (arbitrary) */
class="text-[#af5a7f] bg-[#af5a7f]"
/* SCSS */
$brand: #af5a7f;
/* SwiftUI */
Color(red: 0.686, green: 0.353, blue: 0.498)
/* Android */
Color.parseColor("#af5a7f")Accessibility — WCAG contrast
Aa
#af5a7f on white: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af5a7f on black: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green35.3%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta48.6%
Yellow27.4%
Key (black)31.4%
Color previews
#af5a7f text on a black background
contrast 4.59:1
Card sample
#af5a7f text on a white background
contrast 4.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5a7f;
Background color
Panel with #af5a7f background
background-color: #af5a7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5a7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 90, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 90, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5a7f; background: linear-gradient(135deg, #af5a7f, #AF6E5A);