#af7f9f
a balanced, soft magenta / pink · warm · closest name: plum
RGB
175, 127, 159
HSL
320°, 23%, 59%
CMYK
0, 27, 9, 31
Luminance
0.2680
Every format
| HEX | #af7f9f |
| RGB | rgb(175, 127, 159) |
| HSL | hsl(320, 23%, 59%) |
| CMYK | cmyk(0%, 27%, 9%, 31%) |
| LAB | lab(58.8 23.8 -9.8) |
| LCH | lch(58.8 25.7 337.7) |
| OKLCH | oklch(0.654 0.073 339.4) |
Copy-ready code
/* CSS */
color: #af7f9f;
background-color: #af7f9f;
/* Tailwind (arbitrary) */
class="text-[#af7f9f] bg-[#af7f9f]"
/* SCSS */
$brand: #af7f9f;
/* SwiftUI */
Color(red: 0.686, green: 0.498, blue: 0.624)
/* Android */
Color.parseColor("#af7f9f")Accessibility — WCAG contrast
Aa
#af7f9f on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af7f9f on black: 6.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green49.8%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta27.4%
Yellow9.1%
Key (black)31.4%
Color previews
#af7f9f text on a black background
contrast 6.36:1
Card sample
#af7f9f text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7f9f;
Background color
Panel with #af7f9f background
background-color: #af7f9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7f9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 127, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 127, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7f9f; background: linear-gradient(135deg, #af7f9f, #AF7F7F);