#afad8c
a balanced, soft yellow · cool · closest name: tan
RGB
175, 173, 140
HSL
57°, 18%, 62%
CMYK
0, 1, 20, 31
Luminance
0.4089
Every format
| HEX | #afad8c |
| RGB | rgb(175, 173, 140) |
| HSL | hsl(57, 18%, 62%) |
| CMYK | cmyk(0%, 1%, 20%, 31%) |
| LAB | lab(70.1 -4.9 17.3) |
| LCH | lch(70.1 17.9 105.8) |
| OKLCH | oklch(0.741 0.046 104.6) |
Copy-ready code
/* CSS */
color: #afad8c;
background-color: #afad8c;
/* Tailwind (arbitrary) */
class="text-[#afad8c] bg-[#afad8c]"
/* SCSS */
$brand: #afad8c;
/* SwiftUI */
Color(red: 0.686, green: 0.678, blue: 0.549)
/* Android */
Color.parseColor("#afad8c")Accessibility — WCAG contrast
Aa
#afad8c on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afad8c on black: 9.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green67.8%
Blue54.9%
CMYK percentages
Cyan0.0%
Magenta1.1%
Yellow20.0%
Key (black)31.4%
Color previews
#afad8c text on a black background
contrast 9.18:1
Card sample
#afad8c text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afad8c;
Background color
Panel with #afad8c background
background-color: #afad8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afad8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 173, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 173, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afad8c; background: linear-gradient(135deg, #afad8c, #9AAF8C);