#af9dac
a light, muted magenta / pink · warm · closest name: silver
RGB
175, 157, 172
HSL
310°, 10%, 65%
CMYK
0, 10, 2, 31
Luminance
0.3621
Every format
| HEX | #af9dac |
| RGB | rgb(175, 157, 172) |
| HSL | hsl(310, 10%, 65%) |
| CMYK | cmyk(0%, 10%, 2%, 31%) |
| LAB | lab(66.7 9.3 -5.4) |
| LCH | lch(66.7 10.8 330.0) |
| OKLCH | oklch(0.716 0.030 331.4) |
Copy-ready code
/* CSS */
color: #af9dac;
background-color: #af9dac;
/* Tailwind (arbitrary) */
class="text-[#af9dac] bg-[#af9dac]"
/* SCSS */
$brand: #af9dac;
/* SwiftUI */
Color(red: 0.686, green: 0.616, blue: 0.675)
/* Android */
Color.parseColor("#af9dac")Accessibility — WCAG contrast
Aa
#af9dac on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9dac on black: 8.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green61.6%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta10.3%
Yellow1.7%
Key (black)31.4%
Color previews
#af9dac text on a black background
contrast 8.24:1
Card sample
#af9dac text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9dac;
Background color
Panel with #af9dac background
background-color: #af9dac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9dac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 157, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 157, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9dac; background: linear-gradient(135deg, #af9dac, #AF9DA0);