#afbb8d
a balanced, soft green · cool · closest name: tan
RGB
175, 187, 141
HSL
76°, 25%, 64%
CMYK
6, 0, 25, 27
Luminance
0.4658
Every format
| HEX | #afbb8d |
| RGB | rgb(175, 187, 141) |
| HSL | hsl(76, 25%, 64%) |
| CMYK | cmyk(6%, 0%, 25%, 27%) |
| LAB | lab(73.9 -12.1 22.0) |
| LCH | lch(73.9 25.1 118.8) |
| OKLCH | oklch(0.771 0.064 119.8) |
Copy-ready code
/* CSS */
color: #afbb8d;
background-color: #afbb8d;
/* Tailwind (arbitrary) */
class="text-[#afbb8d] bg-[#afbb8d]"
/* SCSS */
$brand: #afbb8d;
/* SwiftUI */
Color(red: 0.686, green: 0.733, blue: 0.553)
/* Android */
Color.parseColor("#afbb8d")Accessibility — WCAG contrast
Aa
#afbb8d on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbb8d on black: 10.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green73.3%
Blue55.3%
CMYK percentages
Cyan6.4%
Magenta0.0%
Yellow24.6%
Key (black)26.7%
Color previews
#afbb8d text on a black background
contrast 10.32:1
Card sample
#afbb8d text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbb8d;
Background color
Panel with #afbb8d background
background-color: #afbb8d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbb8d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 187, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 187, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbb8d; background: linear-gradient(135deg, #afbb8d, #90BB8D);