#af709f
a balanced, soft magenta / pink · warm · closest name: plum
RGB
175, 112, 159
HSL
315°, 28%, 56%
CMYK
0, 36, 9, 31
Luminance
0.2321
Every format
| HEX | #af709f |
| RGB | rgb(175, 112, 159) |
| HSL | hsl(315, 28%, 56%) |
| CMYK | cmyk(0%, 36%, 9%, 31%) |
| LAB | lab(55.3 32.1 -15.0) |
| LCH | lch(55.3 35.5 335.0) |
| OKLCH | oklch(0.627 0.101 336.6) |
Copy-ready code
/* CSS */
color: #af709f;
background-color: #af709f;
/* Tailwind (arbitrary) */
class="text-[#af709f] bg-[#af709f]"
/* SCSS */
$brand: #af709f;
/* SwiftUI */
Color(red: 0.686, green: 0.439, blue: 0.624)
/* Android */
Color.parseColor("#af709f")Accessibility — WCAG contrast
Aa
#af709f on white: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af709f on black: 5.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green43.9%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta36.0%
Yellow9.1%
Key (black)31.4%
Color previews
#af709f text on a black background
contrast 5.64:1
Card sample
#af709f text on a white background
contrast 3.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af709f;
Background color
Panel with #af709f background
background-color: #af709f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af709f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 112, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 112, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af709f; background: linear-gradient(135deg, #af709f, #AF7075);