#afd883
a light, vivid green · cool · closest name: khaki
RGB
175, 216, 131
HSL
89°, 52%, 68%
CMYK
19, 0, 39, 15
Luminance
0.5986
Every format
| HEX | #afd883 |
| RGB | rgb(175, 216, 131) |
| HSL | hsl(89, 52%, 68%) |
| CMYK | cmyk(19%, 0%, 39%, 15%) |
| LAB | lab(81.8 -27.9 37.6) |
| LCH | lch(81.8 46.8 126.6) |
| OKLCH | oklch(0.833 0.120 129.7) |
Copy-ready code
/* CSS */
color: #afd883;
background-color: #afd883;
/* Tailwind (arbitrary) */
class="text-[#afd883] bg-[#afd883]"
/* SCSS */
$brand: #afd883;
/* SwiftUI */
Color(red: 0.686, green: 0.847, blue: 0.514)
/* Android */
Color.parseColor("#afd883")Accessibility — WCAG contrast
Aa
#afd883 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd883 on black: 12.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green84.7%
Blue51.4%
CMYK percentages
Cyan19.0%
Magenta0.0%
Yellow39.4%
Key (black)15.3%
Color previews
#afd883 text on a black background
contrast 12.97:1
Card sample
#afd883 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd883;
Background color
Panel with #afd883 background
background-color: #afd883;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd883;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 216, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 216, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd883; background: linear-gradient(135deg, #afd883, #83D88F);