#afb56f
a balanced, soft yellow · cool · closest name: tan
RGB
175, 181, 111
HSL
65°, 32%, 57%
CMYK
3, 0, 39, 29
Luminance
0.4331
Every format
| HEX | #afb56f |
| RGB | rgb(175, 181, 111) |
| HSL | hsl(65, 32%, 57%) |
| CMYK | cmyk(3%, 0%, 39%, 29%) |
| LAB | lab(71.8 -13.0 35.0) |
| LCH | lch(71.8 37.3 110.4) |
| OKLCH | oklch(0.752 0.093 112.6) |
Copy-ready code
/* CSS */
color: #afb56f;
background-color: #afb56f;
/* Tailwind (arbitrary) */
class="text-[#afb56f] bg-[#afb56f]"
/* SCSS */
$brand: #afb56f;
/* SwiftUI */
Color(red: 0.686, green: 0.710, blue: 0.435)
/* Android */
Color.parseColor("#afb56f")Accessibility — WCAG contrast
Aa
#afb56f on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb56f on black: 9.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green71.0%
Blue43.5%
CMYK percentages
Cyan3.3%
Magenta0.0%
Yellow38.7%
Key (black)29.0%
Color previews
#afb56f text on a black background
contrast 9.66:1
Card sample
#afb56f text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb56f;
Background color
Panel with #afb56f background
background-color: #afb56f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb56f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 181, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 181, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb56f; background: linear-gradient(135deg, #afb56f, #81B56F);