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