#af718f
a balanced, soft magenta / pink · warm · closest name: plum
RGB
175, 113, 143
HSL
331°, 28%, 57%
CMYK
0, 35, 18, 31
Luminance
0.2291
Every format
| HEX | #af718f |
| RGB | rgb(175, 113, 143) |
| HSL | hsl(331, 28%, 57%) |
| CMYK | cmyk(0%, 35%, 18%, 31%) |
| LAB | lab(55.0 28.9 -6.2) |
| LCH | lch(55.0 29.5 348.0) |
| OKLCH | oklch(0.623 0.087 349.5) |
Copy-ready code
/* CSS */
color: #af718f;
background-color: #af718f;
/* Tailwind (arbitrary) */
class="text-[#af718f] bg-[#af718f]"
/* SCSS */
$brand: #af718f;
/* SwiftUI */
Color(red: 0.686, green: 0.443, blue: 0.561)
/* Android */
Color.parseColor("#af718f")Accessibility — WCAG contrast
Aa
#af718f on white: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af718f on black: 5.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green44.3%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta35.4%
Yellow18.3%
Key (black)31.4%
Color previews
#af718f text on a black background
contrast 5.58:1
Card sample
#af718f text on a white background
contrast 3.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af718f;
Background color
Panel with #af718f background
background-color: #af718f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af718f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 113, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 113, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af718f; background: linear-gradient(135deg, #af718f, #AF7C71);