#afb989
a balanced, soft green · cool · closest name: tan
RGB
175, 185, 137
HSL
73°, 26%, 63%
CMYK
5, 0, 26, 28
Luminance
0.4562
Every format
| HEX | #afb989 |
| RGB | rgb(175, 185, 137) |
| HSL | hsl(73, 26%, 63%) |
| CMYK | cmyk(5%, 0%, 26%, 28%) |
| LAB | lab(73.3 -11.6 23.3) |
| LCH | lch(73.3 26.0 116.6) |
| OKLCH | oklch(0.766 0.066 117.6) |
Copy-ready code
/* CSS */
color: #afb989;
background-color: #afb989;
/* Tailwind (arbitrary) */
class="text-[#afb989] bg-[#afb989]"
/* SCSS */
$brand: #afb989;
/* SwiftUI */
Color(red: 0.686, green: 0.725, blue: 0.537)
/* Android */
Color.parseColor("#afb989")Accessibility — WCAG contrast
Aa
#afb989 on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb989 on black: 10.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green72.5%
Blue53.7%
CMYK percentages
Cyan5.4%
Magenta0.0%
Yellow25.9%
Key (black)27.5%
Color previews
#afb989 text on a black background
contrast 10.12:1
Card sample
#afb989 text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb989;
Background color
Panel with #afb989 background
background-color: #afb989;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb989;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 185, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 185, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb989; background: linear-gradient(135deg, #afb989, #8FB989);