#afad6f
a balanced, soft yellow · cool · closest name: tan
RGB
175, 173, 111
HSL
58°, 29%, 56%
CMYK
0, 1, 37, 31
Luminance
0.4015
Every format
| HEX | #afad6f |
| RGB | rgb(175, 173, 111) |
| HSL | hsl(58, 29%, 56%) |
| CMYK | cmyk(0%, 1%, 37%, 31%) |
| LAB | lab(69.6 -8.8 32.1) |
| LCH | lch(69.6 33.3 105.3) |
| OKLCH | oklch(0.735 0.083 106.7) |
Copy-ready code
/* CSS */
color: #afad6f;
background-color: #afad6f;
/* Tailwind (arbitrary) */
class="text-[#afad6f] bg-[#afad6f]"
/* SCSS */
$brand: #afad6f;
/* SwiftUI */
Color(red: 0.686, green: 0.678, blue: 0.435)
/* Android */
Color.parseColor("#afad6f")Accessibility — WCAG contrast
Aa
#afad6f on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afad6f on black: 9.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green67.8%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta1.1%
Yellow36.6%
Key (black)31.4%
Color previews
#afad6f text on a black background
contrast 9.03:1
Card sample
#afad6f text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afad6f;
Background color
Panel with #afad6f background
background-color: #afad6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afad6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 173, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 173, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afad6f; background: linear-gradient(135deg, #afad6f, #86AF6F);