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