#afb78f
a balanced, soft green · cool · closest name: tan
RGB
175, 183, 143
HSL
72°, 22%, 64%
CMYK
4, 0, 22, 28
Luminance
0.4496
Every format
| HEX | #afb78f |
| RGB | rgb(175, 183, 143) |
| HSL | hsl(72, 22%, 64%) |
| CMYK | cmyk(4%, 0%, 22%, 28%) |
| LAB | lab(72.9 -9.7 19.5) |
| LCH | lch(72.9 21.8 116.5) |
| OKLCH | oklch(0.763 0.056 116.9) |
Copy-ready code
/* CSS */
color: #afb78f;
background-color: #afb78f;
/* Tailwind (arbitrary) */
class="text-[#afb78f] bg-[#afb78f]"
/* SCSS */
$brand: #afb78f;
/* SwiftUI */
Color(red: 0.686, green: 0.718, blue: 0.561)
/* Android */
Color.parseColor("#afb78f")Accessibility — WCAG contrast
Aa
#afb78f on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb78f on black: 9.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green71.8%
Blue56.1%
CMYK percentages
Cyan4.4%
Magenta0.0%
Yellow21.9%
Key (black)28.2%
Color previews
#afb78f text on a black background
contrast 9.99:1
Card sample
#afb78f text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb78f;
Background color
Panel with #afb78f background
background-color: #afb78f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb78f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 183, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 183, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb78f; background: linear-gradient(135deg, #afb78f, #94B78F);