#afb79f
a light, muted green · cool · closest name: silver
RGB
175, 183, 159
HSL
80°, 14%, 67%
CMYK
4, 0, 13, 28
Luminance
0.4548
Every format
| HEX | #afb79f |
| RGB | rgb(175, 183, 159) |
| HSL | hsl(80, 14%, 67%) |
| CMYK | cmyk(4%, 0%, 13%, 28%) |
| LAB | lab(73.2 -7.1 11.3) |
| LCH | lch(73.2 13.3 122.3) |
| OKLCH | oklch(0.766 0.035 122.2) |
Copy-ready code
/* CSS */
color: #afb79f;
background-color: #afb79f;
/* Tailwind (arbitrary) */
class="text-[#afb79f] bg-[#afb79f]"
/* SCSS */
$brand: #afb79f;
/* SwiftUI */
Color(red: 0.686, green: 0.718, blue: 0.624)
/* Android */
Color.parseColor("#afb79f")Accessibility — WCAG contrast
Aa
#afb79f on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb79f on black: 10.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green71.8%
Blue62.4%
CMYK percentages
Cyan4.4%
Magenta0.0%
Yellow13.1%
Key (black)28.2%
Color previews
#afb79f text on a black background
contrast 10.10:1
Card sample
#afb79f text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb79f;
Background color
Panel with #afb79f background
background-color: #afb79f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb79f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 183, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 183, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb79f; background: linear-gradient(135deg, #afb79f, #9FB79F);