#afad6c
a balanced, soft yellow · cool · closest name: tan
RGB
175, 173, 108
HSL
58°, 30%, 56%
CMYK
0, 1, 38, 31
Luminance
0.4008
Every format
| HEX | #afad6c |
| RGB | rgb(175, 173, 108) |
| HSL | hsl(58, 30%, 56%) |
| CMYK | cmyk(0%, 1%, 38%, 31%) |
| LAB | lab(69.5 -9.2 33.7) |
| LCH | lch(69.5 34.9 105.2) |
| OKLCH | oklch(0.734 0.086 106.8) |
Copy-ready code
/* CSS */
color: #afad6c;
background-color: #afad6c;
/* Tailwind (arbitrary) */
class="text-[#afad6c] bg-[#afad6c]"
/* SCSS */
$brand: #afad6c;
/* SwiftUI */
Color(red: 0.686, green: 0.678, blue: 0.424)
/* Android */
Color.parseColor("#afad6c")Accessibility — WCAG contrast
Aa
#afad6c on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afad6c on black: 9.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green67.8%
Blue42.4%
CMYK percentages
Cyan0.0%
Magenta1.1%
Yellow38.3%
Key (black)31.4%
Color previews
#afad6c text on a black background
contrast 9.02:1
Card sample
#afad6c text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afad6c;
Background color
Panel with #afad6c background
background-color: #afad6c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afad6c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 173, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 173, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afad6c; background: linear-gradient(135deg, #afad6c, #84AF6C);