#afbc99
a light, soft green · cool · closest name: tan
RGB
175, 188, 153
HSL
82°, 21%, 67%
CMYK
7, 0, 19, 26
Luminance
0.4738
Every format
| HEX | #afbc99 |
| RGB | rgb(175, 188, 153) |
| HSL | hsl(82, 21%, 67%) |
| CMYK | cmyk(7%, 0%, 19%, 26%) |
| LAB | lab(74.4 -10.7 16.2) |
| LCH | lch(74.4 19.5 123.5) |
| OKLCH | oklch(0.776 0.050 124.1) |
Copy-ready code
/* CSS */
color: #afbc99;
background-color: #afbc99;
/* Tailwind (arbitrary) */
class="text-[#afbc99] bg-[#afbc99]"
/* SCSS */
$brand: #afbc99;
/* SwiftUI */
Color(red: 0.686, green: 0.737, blue: 0.600)
/* Android */
Color.parseColor("#afbc99")Accessibility — WCAG contrast
Aa
#afbc99 on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbc99 on black: 10.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green73.7%
Blue60.0%
CMYK percentages
Cyan6.9%
Magenta0.0%
Yellow18.6%
Key (black)26.3%
Color previews
#afbc99 text on a black background
contrast 10.48:1
Card sample
#afbc99 text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbc99;
Background color
Panel with #afbc99 background
background-color: #afbc99;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbc99;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 188, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 188, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbc99; background: linear-gradient(135deg, #afbc99, #99BC9A);