#afd873
a balanced, vivid green · cool · closest name: khaki
RGB
175, 216, 115
HSL
84°, 56%, 65%
CMYK
19, 0, 47, 15
Luminance
0.5946
Every format
| HEX | #afd873 |
| RGB | rgb(175, 216, 115) |
| HSL | hsl(84, 56%, 65%) |
| CMYK | cmyk(19%, 0%, 47%, 15%) |
| LAB | lab(81.5 -29.8 45.2) |
| LCH | lch(81.5 54.2 123.4) |
| OKLCH | oklch(0.831 0.137 127.3) |
Copy-ready code
/* CSS */
color: #afd873;
background-color: #afd873;
/* Tailwind (arbitrary) */
class="text-[#afd873] bg-[#afd873]"
/* SCSS */
$brand: #afd873;
/* SwiftUI */
Color(red: 0.686, green: 0.847, blue: 0.451)
/* Android */
Color.parseColor("#afd873")Accessibility — WCAG contrast
Aa
#afd873 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd873 on black: 12.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green84.7%
Blue45.1%
CMYK percentages
Cyan19.0%
Magenta0.0%
Yellow46.8%
Key (black)15.3%
Color previews
#afd873 text on a black background
contrast 12.89:1
Card sample
#afd873 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd873;
Background color
Panel with #afd873 background
background-color: #afd873;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd873;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 216, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 216, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd873; background: linear-gradient(135deg, #afd873, #73D87A);