#afad86
a balanced, soft yellow · cool · closest name: tan
RGB
175, 173, 134
HSL
57°, 20%, 61%
CMYK
0, 1, 23, 31
Luminance
0.4072
Every format
| HEX | #afad86 |
| RGB | rgb(175, 173, 134) |
| HSL | hsl(57, 20%, 61%) |
| CMYK | cmyk(0%, 1%, 23%, 31%) |
| LAB | lab(70.0 -5.8 20.4) |
| LCH | lch(70.0 21.2 105.8) |
| OKLCH | oklch(0.739 0.053 105.2) |
Copy-ready code
/* CSS */
color: #afad86;
background-color: #afad86;
/* Tailwind (arbitrary) */
class="text-[#afad86] bg-[#afad86]"
/* SCSS */
$brand: #afad86;
/* SwiftUI */
Color(red: 0.686, green: 0.678, blue: 0.525)
/* Android */
Color.parseColor("#afad86")Accessibility — WCAG contrast
Aa
#afad86 on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afad86 on black: 9.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green67.8%
Blue52.5%
CMYK percentages
Cyan0.0%
Magenta1.1%
Yellow23.4%
Key (black)31.4%
Color previews
#afad86 text on a black background
contrast 9.14:1
Card sample
#afad86 text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afad86;
Background color
Panel with #afad86 background
background-color: #afad86;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afad86;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 173, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 173, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afad86; background: linear-gradient(135deg, #afad86, #96AF86);