#afba79
a balanced, soft green · cool · closest name: tan
RGB
175, 186, 121
HSL
70°, 32%, 60%
CMYK
6, 0, 35, 27
Luminance
0.4561
Every format
| HEX | #afba79 |
| RGB | rgb(175, 186, 121) |
| HSL | hsl(70, 32%, 60%) |
| CMYK | cmyk(6%, 0%, 35%, 27%) |
| LAB | lab(73.3 -14.3 31.7) |
| LCH | lch(73.3 34.8 114.3) |
| OKLCH | oklch(0.765 0.087 116.3) |
Copy-ready code
/* CSS */
color: #afba79;
background-color: #afba79;
/* Tailwind (arbitrary) */
class="text-[#afba79] bg-[#afba79]"
/* SCSS */
$brand: #afba79;
/* SwiftUI */
Color(red: 0.686, green: 0.729, blue: 0.475)
/* Android */
Color.parseColor("#afba79")Accessibility — WCAG contrast
Aa
#afba79 on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afba79 on black: 10.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green72.9%
Blue47.5%
CMYK percentages
Cyan5.9%
Magenta0.0%
Yellow34.9%
Key (black)27.1%
Color previews
#afba79 text on a black background
contrast 10.12:1
Card sample
#afba79 text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afba79;
Background color
Panel with #afba79 background
background-color: #afba79;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afba79;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 186, 121, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 186, 121, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afba79; background: linear-gradient(135deg, #afba79, #84BA79);