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