#af709d
a balanced, soft magenta / pink · warm · closest name: plum
RGB
175, 112, 157
HSL
317°, 28%, 56%
CMYK
0, 36, 10, 31
Luminance
0.2314
Every format
| HEX | #af709d |
| RGB | rgb(175, 112, 157) |
| HSL | hsl(317, 28%, 56%) |
| CMYK | cmyk(0%, 36%, 10%, 31%) |
| LAB | lab(55.2 31.8 -14.0) |
| LCH | lch(55.2 34.7 336.3) |
| OKLCH | oklch(0.626 0.099 338.0) |
Copy-ready code
/* CSS */
color: #af709d;
background-color: #af709d;
/* Tailwind (arbitrary) */
class="text-[#af709d] bg-[#af709d]"
/* SCSS */
$brand: #af709d;
/* SwiftUI */
Color(red: 0.686, green: 0.439, blue: 0.616)
/* Android */
Color.parseColor("#af709d")Accessibility — WCAG contrast
Aa
#af709d on white: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af709d on black: 5.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green43.9%
Blue61.6%
CMYK percentages
Cyan0.0%
Magenta36.0%
Yellow10.3%
Key (black)31.4%
Color previews
#af709d text on a black background
contrast 5.63:1
Card sample
#af709d text on a white background
contrast 3.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af709d;
Background color
Panel with #af709d background
background-color: #af709d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af709d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 112, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 112, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af709d; background: linear-gradient(135deg, #af709d, #AF7073);