Pistachio
#93c572
Pistachio, represented by the hex value #93c572, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #93c572 | |
|---|---|---|
| RGB | rgb(147, 197, 114) | |
| HSL | hsl(96, 42%, 61%) | |
| CMYK | cmyk(25%, 0%, 42%, 23%) | |
| LAB | lab(75, -28, 36) | |
| OKLCH | oklch(0.77 0.124 134) |
Color harmonies
Tints & shades
Code snippets
color: #93c572;
background-color: #93c572;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-lime-500 /* ≈ #7ccf00 */
/* Flutter */
Color(0xFF93C572)
/* Swift / UIKit */
UIColor(red: 0.58, green: 0.77, blue: 0.45, alpha: 1.0)