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