#afba94
a light, soft green · cool · closest name: tan
RGB
175, 186, 148
HSL
77°, 22%, 66%
CMYK
6, 0, 20, 27
Luminance
0.4637
Every format
| HEX | #afba94 |
| RGB | rgb(175, 186, 148) |
| HSL | hsl(77, 22%, 66%) |
| CMYK | cmyk(6%, 0%, 20%, 27%) |
| LAB | lab(73.8 -10.5 18.0) |
| LCH | lch(73.8 20.9 120.2) |
| OKLCH | oklch(0.770 0.054 120.8) |
Copy-ready code
/* CSS */
color: #afba94;
background-color: #afba94;
/* Tailwind (arbitrary) */
class="text-[#afba94] bg-[#afba94]"
/* SCSS */
$brand: #afba94;
/* SwiftUI */
Color(red: 0.686, green: 0.729, blue: 0.580)
/* Android */
Color.parseColor("#afba94")Accessibility — WCAG contrast
Aa
#afba94 on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afba94 on black: 10.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green72.9%
Blue58.0%
CMYK percentages
Cyan5.9%
Magenta0.0%
Yellow20.4%
Key (black)27.1%
Color previews
#afba94 text on a black background
contrast 10.27:1
Card sample
#afba94 text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afba94;
Background color
Panel with #afba94 background
background-color: #afba94;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afba94;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 186, 148, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 186, 148, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afba94; background: linear-gradient(135deg, #afba94, #96BA94);