#afac9f
a light, muted yellow · cool · closest name: silver
RGB
175, 172, 159
HSL
49°, 9%, 66%
CMYK
0, 2, 9, 31
Luminance
0.4112
Every format
| HEX | #afac9f |
| RGB | rgb(175, 172, 159) |
| HSL | hsl(49, 9%, 66%) |
| CMYK | cmyk(0%, 2%, 9%, 31%) |
| LAB | lab(70.3 -1.3 7.1) |
| LCH | lch(70.3 7.2 100.1) |
| OKLCH | oklch(0.743 0.019 96.2) |
Copy-ready code
/* CSS */
color: #afac9f;
background-color: #afac9f;
/* Tailwind (arbitrary) */
class="text-[#afac9f] bg-[#afac9f]"
/* SCSS */
$brand: #afac9f;
/* SwiftUI */
Color(red: 0.686, green: 0.675, blue: 0.624)
/* Android */
Color.parseColor("#afac9f")Accessibility — WCAG contrast
Aa
#afac9f on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afac9f on black: 9.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green67.5%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta1.7%
Yellow9.1%
Key (black)31.4%
Color previews
#afac9f text on a black background
contrast 9.22:1
Card sample
#afac9f text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afac9f;
Background color
Panel with #afac9f background
background-color: #afac9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afac9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 172, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 172, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afac9f; background: linear-gradient(135deg, #afac9f, #A7AF9F);