#afba7b
a balanced, soft green · cool · closest name: tan
RGB
175, 186, 123
HSL
71°, 31%, 61%
CMYK
6, 0, 34, 27
Luminance
0.4566
Every format
| HEX | #afba7b |
| RGB | rgb(175, 186, 123) |
| HSL | hsl(71, 31%, 61%) |
| CMYK | cmyk(6%, 0%, 34%, 27%) |
| LAB | lab(73.3 -14.1 30.7) |
| LCH | lch(73.3 33.8 114.6) |
| OKLCH | oklch(0.765 0.085 116.5) |
Copy-ready code
/* CSS */
color: #afba7b;
background-color: #afba7b;
/* Tailwind (arbitrary) */
class="text-[#afba7b] bg-[#afba7b]"
/* SCSS */
$brand: #afba7b;
/* SwiftUI */
Color(red: 0.686, green: 0.729, blue: 0.482)
/* Android */
Color.parseColor("#afba7b")Accessibility — WCAG contrast
Aa
#afba7b on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afba7b on black: 10.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green72.9%
Blue48.2%
CMYK percentages
Cyan5.9%
Magenta0.0%
Yellow33.9%
Key (black)27.1%
Color previews
#afba7b text on a black background
contrast 10.13:1
Card sample
#afba7b text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afba7b;
Background color
Panel with #afba7b background
background-color: #afba7b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afba7b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 186, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 186, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afba7b; background: linear-gradient(135deg, #afba7b, #85BA7B);