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