#afba87
a balanced, soft green · cool · closest name: tan
RGB
175, 186, 135
HSL
73°, 27%, 63%
CMYK
6, 0, 27, 27
Luminance
0.4598
Every format
| HEX | #afba87 |
| RGB | rgb(175, 186, 135) |
| HSL | hsl(73, 27%, 63%) |
| CMYK | cmyk(6%, 0%, 27%, 27%) |
| LAB | lab(73.5 -12.4 24.6) |
| LCH | lch(73.5 27.6 116.8) |
| OKLCH | oklch(0.767 0.070 118.0) |
Copy-ready code
/* CSS */
color: #afba87;
background-color: #afba87;
/* Tailwind (arbitrary) */
class="text-[#afba87] bg-[#afba87]"
/* SCSS */
$brand: #afba87;
/* SwiftUI */
Color(red: 0.686, green: 0.729, blue: 0.529)
/* Android */
Color.parseColor("#afba87")Accessibility — WCAG contrast
Aa
#afba87 on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afba87 on black: 10.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green72.9%
Blue52.9%
CMYK percentages
Cyan5.9%
Magenta0.0%
Yellow27.4%
Key (black)27.1%
Color previews
#afba87 text on a black background
contrast 10.20:1
Card sample
#afba87 text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afba87;
Background color
Panel with #afba87 background
background-color: #afba87;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afba87;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 186, 135, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 186, 135, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afba87; background: linear-gradient(135deg, #afba87, #8DBA87);