#afb59c
a light, muted green · cool · closest name: silver
RGB
175, 181, 156
HSL
74°, 15%, 66%
CMYK
3, 0, 14, 29
Luminance
0.4456
Every format
| HEX | #afb59c |
| RGB | rgb(175, 181, 156) |
| HSL | hsl(74, 15%, 66%) |
| CMYK | cmyk(3%, 0%, 14%, 29%) |
| LAB | lab(72.6 -6.6 12.0) |
| LCH | lch(72.6 13.7 118.7) |
| OKLCH | oklch(0.761 0.035 118.2) |
Copy-ready code
/* CSS */
color: #afb59c;
background-color: #afb59c;
/* Tailwind (arbitrary) */
class="text-[#afb59c] bg-[#afb59c]"
/* SCSS */
$brand: #afb59c;
/* SwiftUI */
Color(red: 0.686, green: 0.710, blue: 0.612)
/* Android */
Color.parseColor("#afb59c")Accessibility — WCAG contrast
Aa
#afb59c on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb59c on black: 9.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green71.0%
Blue61.2%
CMYK percentages
Cyan3.3%
Magenta0.0%
Yellow13.8%
Key (black)29.0%
Color previews
#afb59c text on a black background
contrast 9.91:1
Card sample
#afb59c text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb59c;
Background color
Panel with #afb59c background
background-color: #afb59c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb59c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 181, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 181, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb59c; background: linear-gradient(135deg, #afb59c, #9EB59C);