#af8f9d
a balanced, soft magenta / pink · warm · closest name: gray
RGB
175, 143, 157
HSL
334°, 17%, 62%
CMYK
0, 18, 10, 31
Luminance
0.3119
Every format
| HEX | #af8f9d |
| RGB | rgb(175, 143, 157) |
| HSL | hsl(334, 17%, 62%) |
| CMYK | cmyk(0%, 18%, 10%, 31%) |
| LAB | lab(62.7 14.4 -2.8) |
| LCH | lch(62.7 14.7 348.8) |
| OKLCH | oklch(0.684 0.043 350.2) |
Copy-ready code
/* CSS */
color: #af8f9d;
background-color: #af8f9d;
/* Tailwind (arbitrary) */
class="text-[#af8f9d] bg-[#af8f9d]"
/* SCSS */
$brand: #af8f9d;
/* SwiftUI */
Color(red: 0.686, green: 0.561, blue: 0.616)
/* Android */
Color.parseColor("#af8f9d")Accessibility — WCAG contrast
Aa
#af8f9d on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af8f9d on black: 7.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green56.1%
Blue61.6%
CMYK percentages
Cyan0.0%
Magenta18.3%
Yellow10.3%
Key (black)31.4%
Color previews
#af8f9d text on a black background
contrast 7.24:1
Card sample
#af8f9d text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8f9d;
Background color
Panel with #af8f9d background
background-color: #af8f9d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8f9d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 143, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 143, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8f9d; background: linear-gradient(135deg, #af8f9d, #AF968F);