#afd770
a balanced, vivid green · cool · closest name: khaki
RGB
175, 215, 112
HSL
83°, 56%, 64%
CMYK
19, 0, 48, 16
Luminance
0.5888
Every format
| HEX | #afd770 |
| RGB | rgb(175, 215, 112) |
| HSL | hsl(83, 56%, 64%) |
| CMYK | cmyk(19%, 0%, 48%, 16%) |
| LAB | lab(81.2 -29.7 46.3) |
| LCH | lch(81.2 55.0 122.7) |
| OKLCH | oklch(0.828 0.138 126.7) |
Copy-ready code
/* CSS */
color: #afd770;
background-color: #afd770;
/* Tailwind (arbitrary) */
class="text-[#afd770] bg-[#afd770]"
/* SCSS */
$brand: #afd770;
/* SwiftUI */
Color(red: 0.686, green: 0.843, blue: 0.439)
/* Android */
Color.parseColor("#afd770")Accessibility — WCAG contrast
Aa
#afd770 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd770 on black: 12.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green84.3%
Blue43.9%
CMYK percentages
Cyan18.6%
Magenta0.0%
Yellow47.9%
Key (black)15.7%
Color previews
#afd770 text on a black background
contrast 12.78:1
Card sample
#afd770 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd770;
Background color
Panel with #afd770 background
background-color: #afd770;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd770;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 215, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 215, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd770; background: linear-gradient(135deg, #afd770, #70D776);