#afad89
a balanced, soft yellow · cool · closest name: tan
RGB
175, 173, 137
HSL
57°, 19%, 61%
CMYK
0, 1, 22, 31
Luminance
0.4081
Every format
| HEX | #afad89 |
| RGB | rgb(175, 173, 137) |
| HSL | hsl(57, 19%, 61%) |
| CMYK | cmyk(0%, 1%, 22%, 31%) |
| LAB | lab(70.0 -5.3 18.8) |
| LCH | lch(70.0 19.6 105.8) |
| OKLCH | oklch(0.740 0.050 104.9) |
Copy-ready code
/* CSS */
color: #afad89;
background-color: #afad89;
/* Tailwind (arbitrary) */
class="text-[#afad89] bg-[#afad89]"
/* SCSS */
$brand: #afad89;
/* SwiftUI */
Color(red: 0.686, green: 0.678, blue: 0.537)
/* Android */
Color.parseColor("#afad89")Accessibility — WCAG contrast
Aa
#afad89 on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afad89 on black: 9.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green67.8%
Blue53.7%
CMYK percentages
Cyan0.0%
Magenta1.1%
Yellow21.7%
Key (black)31.4%
Color previews
#afad89 text on a black background
contrast 9.16:1
Card sample
#afad89 text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afad89;
Background color
Panel with #afad89 background
background-color: #afad89;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afad89;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 173, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 173, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afad89; background: linear-gradient(135deg, #afad89, #98AF89);