#afd783
a light, vivid green · cool · closest name: khaki
RGB
175, 215, 131
HSL
89°, 51%, 68%
CMYK
19, 0, 39, 16
Luminance
0.5935
Every format
| HEX | #afd783 |
| RGB | rgb(175, 215, 131) |
| HSL | hsl(89, 51%, 68%) |
| CMYK | cmyk(19%, 0%, 39%, 16%) |
| LAB | lab(81.5 -27.4 37.2) |
| LCH | lch(81.5 46.2 126.4) |
| OKLCH | oklch(0.831 0.118 129.4) |
Copy-ready code
/* CSS */
color: #afd783;
background-color: #afd783;
/* Tailwind (arbitrary) */
class="text-[#afd783] bg-[#afd783]"
/* SCSS */
$brand: #afd783;
/* SwiftUI */
Color(red: 0.686, green: 0.843, blue: 0.514)
/* Android */
Color.parseColor("#afd783")Accessibility — WCAG contrast
Aa
#afd783 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd783 on black: 12.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green84.3%
Blue51.4%
CMYK percentages
Cyan18.6%
Magenta0.0%
Yellow39.1%
Key (black)15.7%
Color previews
#afd783 text on a black background
contrast 12.87:1
Card sample
#afd783 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd783;
Background color
Panel with #afd783 background
background-color: #afd783;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd783;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 215, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 215, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd783; background: linear-gradient(135deg, #afd783, #83D78F);