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

Sample Text
This is how text may look on this color.
Best text color: #000000
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.

Complementary

The color directly opposite on the color wheel — creates maximum contrast and vibrance.

Pistachio
#93C572 Base
#A472C5
Analogous

Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.

Pistachio
#93C572 Base
#BCC572
#72C57B
Triadic

Three colors equally spaced 120° apart — bold, balanced, and visually rich.

Pistachio
#93C572 Base
#7293C5
#C57293
Split-Complementary

Two colors flanking the complement — high contrast with less tension than full complementary.

Pistachio
#93C572 Base
#7B72C5
#C572BC
Tetradic (Square)

Four colors at 90° intervals — rich variety, best when one color dominates.

Pistachio
#93C572 Base
#72BCC5
#A472C5
#C57B72
Monochromatic

Shades and tints of the same hue — cohesive, elegant, and easy to work with.

Pistachio
#93C572 Base
#48702E
#6BA644
#7DB955
#A9D18F
#BDDBA8
#E6F2DE
Shades & Tints

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
Pistachio #93C572 Base
#A6CF8B
#B9D9A3
#CBE3BC
#DEEDD4
#F1F8ED
CSS & SCSS Snippets

Ready-to-use code snippets for #93C572. Click the copy button to copy any snippet to your clipboard.

CSS Properties
/* Background */
.element {
    background-color: #93C572;
}

/* Text */
.element {
    color: #93C572;
}

/* Border */
.element {
    border: 1px solid #93C572;
}
CSS Gradient
/* Linear gradient to complementary */
.element {
    background: linear-gradient(
        to right,
        #93C572,
        #CAADDD
    );
}

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #93C572,
        #CAADDD
    );
}
SCSS Variable
// 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);
}
Color Blindness Simulation

How Pistachio appears to people with different types of color vision deficiency.

Normal Vision #93C572 How the color appears with full color vision.
Deuteranopia #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.
Protanopia #C0C072 Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #9EBDBD Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #B7B7B7 Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
Similar Named Colors

The closest named colors to Pistachio ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Pistachio #93C572 Base
Dollar Bill #85BB65 ΔE 3.05
Olivine #9AB973 ΔE 4.31
Mantis #74C365 ΔE 4.53
Bud Green #7BB661 ΔE 4.81

How to use this color

  1. Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
  2. Use CMYK when preparing print assets (posters, packaging, brochures).
  3. Check contrast before using it for text or important UI elements.