#af657d
a balanced, soft magenta / pink · warm · closest name: plum
RGB
175, 101, 125
HSL
341°, 32%, 54%
CMYK
0, 42, 29, 31
Luminance
0.1990
Every format
| HEX | #af657d |
| RGB | rgb(175, 101, 125) |
| HSL | hsl(341, 32%, 54%) |
| CMYK | cmyk(0%, 42%, 29%, 31%) |
| LAB | lab(51.7 32.8 -0.3) |
| LCH | lch(51.7 32.8 359.4) |
| OKLCH | oklch(0.597 0.099 359.7) |
Copy-ready code
/* CSS */
color: #af657d;
background-color: #af657d;
/* Tailwind (arbitrary) */
class="text-[#af657d] bg-[#af657d]"
/* SCSS */
$brand: #af657d;
/* SwiftUI */
Color(red: 0.686, green: 0.396, blue: 0.490)
/* Android */
Color.parseColor("#af657d")Accessibility — WCAG contrast
Aa
#af657d on white: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af657d on black: 4.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green39.6%
Blue49.0%
CMYK percentages
Cyan0.0%
Magenta42.3%
Yellow28.6%
Key (black)31.4%
Color previews
#af657d text on a black background
contrast 4.98:1
Card sample
#af657d text on a white background
contrast 4.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af657d;
Background color
Panel with #af657d background
background-color: #af657d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af657d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 101, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 101, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af657d; background: linear-gradient(135deg, #af657d, #AF7E65);