#afcc7c
a balanced, soft green · cool · closest name: khaki
RGB
175, 204, 124
HSL
82°, 44%, 64%
CMYK
14, 0, 39, 20
Luminance
0.5375
Every format
| HEX | #afcc7c |
| RGB | rgb(175, 204, 124) |
| HSL | hsl(82, 44%, 64%) |
| CMYK | cmyk(14%, 0%, 39%, 20%) |
| LAB | lab(78.3 -23.0 36.7) |
| LCH | lch(78.3 43.3 122.1) |
| OKLCH | oklch(0.805 0.110 125.0) |
Copy-ready code
/* CSS */
color: #afcc7c;
background-color: #afcc7c;
/* Tailwind (arbitrary) */
class="text-[#afcc7c] bg-[#afcc7c]"
/* SCSS */
$brand: #afcc7c;
/* SwiftUI */
Color(red: 0.686, green: 0.800, blue: 0.486)
/* Android */
Color.parseColor("#afcc7c")Accessibility — WCAG contrast
Aa
#afcc7c on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afcc7c on black: 11.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green80.0%
Blue48.6%
CMYK percentages
Cyan14.2%
Magenta0.0%
Yellow39.2%
Key (black)20.0%
Color previews
#afcc7c text on a black background
contrast 11.75:1
Card sample
#afcc7c text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afcc7c;
Background color
Panel with #afcc7c background
background-color: #afcc7c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afcc7c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 204, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 204, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afcc7c; background: linear-gradient(135deg, #afcc7c, #7CCC7E);