#af9fad
a light, muted magenta / pink · warm · closest name: silver
RGB
175, 159, 173
HSL
308°, 9%, 66%
CMYK
0, 9, 1, 31
Luminance
0.3693
Every format
| HEX | #af9fad |
| RGB | rgb(175, 159, 173) |
| HSL | hsl(308, 9%, 66%) |
| CMYK | cmyk(0%, 9%, 1%, 31%) |
| LAB | lab(67.2 8.4 -5.1) |
| LCH | lch(67.2 9.8 328.6) |
| OKLCH | oklch(0.721 0.027 329.8) |
Copy-ready code
/* CSS */
color: #af9fad;
background-color: #af9fad;
/* Tailwind (arbitrary) */
class="text-[#af9fad] bg-[#af9fad]"
/* SCSS */
$brand: #af9fad;
/* SwiftUI */
Color(red: 0.686, green: 0.624, blue: 0.678)
/* Android */
Color.parseColor("#af9fad")Accessibility — WCAG contrast
Aa
#af9fad on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9fad on black: 8.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green62.4%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta9.1%
Yellow1.1%
Key (black)31.4%
Color previews
#af9fad text on a black background
contrast 8.39:1
Card sample
#af9fad text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9fad;
Background color
Panel with #af9fad background
background-color: #af9fad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9fad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 159, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 159, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9fad; background: linear-gradient(135deg, #af9fad, #AF9FA2);