#afbc77
a balanced, soft green · cool · closest name: khaki
RGB
175, 188, 119
HSL
71°, 34%, 60%
CMYK
7, 0, 37, 26
Luminance
0.4641
Every format
| HEX | #afbc77 |
| RGB | rgb(175, 188, 119) |
| HSL | hsl(71, 34%, 60%) |
| CMYK | cmyk(7%, 0%, 37%, 26%) |
| LAB | lab(73.8 -15.6 33.5) |
| LCH | lch(73.8 36.9 115.0) |
| OKLCH | oklch(0.769 0.093 117.3) |
Copy-ready code
/* CSS */
color: #afbc77;
background-color: #afbc77;
/* Tailwind (arbitrary) */
class="text-[#afbc77] bg-[#afbc77]"
/* SCSS */
$brand: #afbc77;
/* SwiftUI */
Color(red: 0.686, green: 0.737, blue: 0.467)
/* Android */
Color.parseColor("#afbc77")Accessibility — WCAG contrast
Aa
#afbc77 on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbc77 on black: 10.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green73.7%
Blue46.7%
CMYK percentages
Cyan6.9%
Magenta0.0%
Yellow36.7%
Key (black)26.3%
Color previews
#afbc77 text on a black background
contrast 10.28:1
Card sample
#afbc77 text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbc77;
Background color
Panel with #afbc77 background
background-color: #afbc77;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbc77;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 188, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 188, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbc77; background: linear-gradient(135deg, #afbc77, #81BC77);