#afba8b
a balanced, soft green · cool · closest name: tan
RGB
175, 186, 139
HSL
74°, 25%, 64%
CMYK
6, 0, 25, 27
Luminance
0.4610
Every format
| HEX | #afba8b |
| RGB | rgb(175, 186, 139) |
| HSL | hsl(74, 25%, 64%) |
| CMYK | cmyk(6%, 0%, 25%, 27%) |
| LAB | lab(73.6 -11.9 22.6) |
| LCH | lch(73.6 25.5 117.7) |
| OKLCH | oklch(0.768 0.065 118.7) |
Copy-ready code
/* CSS */
color: #afba8b;
background-color: #afba8b;
/* Tailwind (arbitrary) */
class="text-[#afba8b] bg-[#afba8b]"
/* SCSS */
$brand: #afba8b;
/* SwiftUI */
Color(red: 0.686, green: 0.729, blue: 0.545)
/* Android */
Color.parseColor("#afba8b")Accessibility — WCAG contrast
Aa
#afba8b on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afba8b on black: 10.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green72.9%
Blue54.5%
CMYK percentages
Cyan5.9%
Magenta0.0%
Yellow25.3%
Key (black)27.1%
Color previews
#afba8b text on a black background
contrast 10.22:1
Card sample
#afba8b text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afba8b;
Background color
Panel with #afba8b background
background-color: #afba8b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afba8b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 186, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 186, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afba8b; background: linear-gradient(135deg, #afba8b, #90BA8B);