#afb99c
a light, soft green · cool · closest name: silver
RGB
175, 185, 156
HSL
81°, 17%, 67%
CMYK
5, 0, 16, 28
Luminance
0.4621
Every format
| HEX | #afb99c |
| RGB | rgb(175, 185, 156) |
| HSL | hsl(81, 17%, 67%) |
| CMYK | cmyk(5%, 0%, 16%, 28%) |
| LAB | lab(73.7 -8.7 13.6) |
| LCH | lch(73.7 16.1 122.7) |
| OKLCH | oklch(0.770 0.042 122.9) |
Copy-ready code
/* CSS */
color: #afb99c;
background-color: #afb99c;
/* Tailwind (arbitrary) */
class="text-[#afb99c] bg-[#afb99c]"
/* SCSS */
$brand: #afb99c;
/* SwiftUI */
Color(red: 0.686, green: 0.725, blue: 0.612)
/* Android */
Color.parseColor("#afb99c")Accessibility — WCAG contrast
Aa
#afb99c on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb99c on black: 10.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green72.5%
Blue61.2%
CMYK percentages
Cyan5.4%
Magenta0.0%
Yellow15.7%
Key (black)27.5%
Color previews
#afb99c text on a black background
contrast 10.24:1
Card sample
#afb99c text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb99c;
Background color
Panel with #afb99c background
background-color: #afb99c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb99c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 185, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 185, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb99c; background: linear-gradient(135deg, #afb99c, #9CB99C);