#afd773
a balanced, vivid green · cool · closest name: khaki
RGB
175, 215, 115
HSL
84°, 56%, 65%
CMYK
19, 0, 47, 16
Luminance
0.5895
Every format
| HEX | #afd773 |
| RGB | rgb(175, 215, 115) |
| HSL | hsl(84, 56%, 65%) |
| CMYK | cmyk(19%, 0%, 47%, 16%) |
| LAB | lab(81.3 -29.3 44.9) |
| LCH | lch(81.3 53.6 123.2) |
| OKLCH | oklch(0.828 0.135 127.0) |
Copy-ready code
/* CSS */
color: #afd773;
background-color: #afd773;
/* Tailwind (arbitrary) */
class="text-[#afd773] bg-[#afd773]"
/* SCSS */
$brand: #afd773;
/* SwiftUI */
Color(red: 0.686, green: 0.843, blue: 0.451)
/* Android */
Color.parseColor("#afd773")Accessibility — WCAG contrast
Aa
#afd773 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd773 on black: 12.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green84.3%
Blue45.1%
CMYK percentages
Cyan18.6%
Magenta0.0%
Yellow46.5%
Key (black)15.7%
Color previews
#afd773 text on a black background
contrast 12.79:1
Card sample
#afd773 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd773;
Background color
Panel with #afd773 background
background-color: #afd773;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd773;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 215, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 215, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd773; background: linear-gradient(135deg, #afd773, #73D77A);