Wasabi
#afd77f
Wasabi, represented by the hex value #afd77f, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #afd77f | |
|---|---|---|
| RGB | rgb(175, 215, 127) | |
| HSL | hsl(87, 52%, 67%) | |
| CMYK | cmyk(19%, 0%, 41%, 16%) | |
| LAB | lab(82, -25, 39) | |
| OKLCH | oklch(0.83 0.123 129) |
Color harmonies
Tints & shades
Code snippets
color: #afd77f;
background-color: #afd77f;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-lime-500 /* ≈ #7ccf00 */
/* Flutter */
Color(0xFFAFD77F)
/* Swift / UIKit */
UIColor(red: 0.69, green: 0.84, blue: 0.50, alpha: 1.0)