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