#afb49d
a light, muted green · cool · closest name: silver
RGB
175, 180, 157
HSL
73°, 13%, 66%
CMYK
3, 0, 13, 29
Luminance
0.4419
Every format
| HEX | #afb49d |
| RGB | rgb(175, 180, 157) |
| HSL | hsl(73, 13%, 66%) |
| CMYK | cmyk(3%, 0%, 13%, 29%) |
| LAB | lab(72.4 -5.9 11.1) |
| LCH | lch(72.4 12.6 117.8) |
| OKLCH | oklch(0.760 0.033 117.1) |
Copy-ready code
/* CSS */
color: #afb49d;
background-color: #afb49d;
/* Tailwind (arbitrary) */
class="text-[#afb49d] bg-[#afb49d]"
/* SCSS */
$brand: #afb49d;
/* SwiftUI */
Color(red: 0.686, green: 0.706, blue: 0.616)
/* Android */
Color.parseColor("#afb49d")Accessibility — WCAG contrast
Aa
#afb49d on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb49d on black: 9.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green70.6%
Blue61.6%
CMYK percentages
Cyan2.8%
Magenta0.0%
Yellow12.8%
Key (black)29.4%
Color previews
#afb49d text on a black background
contrast 9.84:1
Card sample
#afb49d text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb49d;
Background color
Panel with #afb49d background
background-color: #afb49d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb49d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 180, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 180, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb49d; background: linear-gradient(135deg, #afb49d, #A0B49D);