#afb58f
a balanced, soft yellow · cool · closest name: tan
RGB
175, 181, 143
HSL
70°, 20%, 64%
CMYK
3, 0, 21, 29
Luminance
0.4414
Every format
| HEX | #afb58f |
| RGB | rgb(175, 181, 143) |
| HSL | hsl(70, 20%, 64%) |
| CMYK | cmyk(3%, 0%, 21%, 29%) |
| LAB | lab(72.3 -8.7 18.7) |
| LCH | lch(72.3 20.6 114.8) |
| OKLCH | oklch(0.758 0.053 115.0) |
Copy-ready code
/* CSS */
color: #afb58f;
background-color: #afb58f;
/* Tailwind (arbitrary) */
class="text-[#afb58f] bg-[#afb58f]"
/* SCSS */
$brand: #afb58f;
/* SwiftUI */
Color(red: 0.686, green: 0.710, blue: 0.561)
/* Android */
Color.parseColor("#afb58f")Accessibility — WCAG contrast
Aa
#afb58f on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb58f on black: 9.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green71.0%
Blue56.1%
CMYK percentages
Cyan3.3%
Magenta0.0%
Yellow21.0%
Key (black)29.0%
Color previews
#afb58f text on a black background
contrast 9.83:1
Card sample
#afb58f text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb58f;
Background color
Panel with #afb58f background
background-color: #afb58f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb58f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 181, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 181, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb58f; background: linear-gradient(135deg, #afb58f, #96B58F);