Pistachio (#93C572)
HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.
Preview
Contrast vs white: 2.01:1 — vs black: 10.47:1
Color values
-
HEX
#93C572 -
RGB
rgb(147, 197, 114) -
HSL
hsl(96, 42%, 77%) -
CMYK
cmyk( 25.38, 0, 42.13, 22.75 ) -
Websafe
#99CC66
Tags
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #93C572 based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#93C572
Base
#A472C5
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#93C572
Base
#BCC572
#72C57B
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#93C572
Base
#7293C5
#C57293
Two colors flanking the complement — high contrast with less tension than full complementary.
#93C572
Base
#7B72C5
#C572BC
Four colors at 90° intervals — rich variety, best when one color dominates.
#93C572
Base
#72BCC5
#A472C5
#C57B72
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#93C572
Base
#48702E
#6BA644
#7DB955
#A9D18F
#BDDBA8
#E6F2DE
Darker shades and lighter tints of Pistachio, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#0C1207
#263B18
#406329
#5A8B39
#74B44A
#93C572
Base
#A6CF8B
#B9D9A3
#CBE3BC
#DEEDD4
#F1F8ED
Ready-to-use code snippets for #93C572. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #93C572;
}
/* Text */
.element {
color: #93C572;
}
/* Border */
.element {
border: 1px solid #93C572;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#93C572,
#CAADDD
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#93C572,
#CAADDD
);
}
// SCSS variable
$pistachio: #93C572;
// With RGB channels (useful for rgba() usage)
$pistachio-r: 147;
$pistachio-g: 197;
$pistachio-b: 114;
// Usage
.element {
background-color: $pistachio;
color: rgba($pistachio-r, $pistachio-g, $pistachio-b, 0.8);
}
How Pistachio appears to people with different types of color vision deficiency.
#93C572
How the color appears with full color vision.
#B8B874
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#C0C072
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#9EBDBD
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#B7B7B7
Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
How to use this color
- Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
- Use CMYK when preparing print assets (posters, packaging, brochures).
- Check contrast before using it for text or important UI elements.