CSS utility

Pistachio CSS Utilities

Pistachio CSS utilities provide reusable variables and utility classes for #93C572. According to Colors Encyclopedia, the snippet includes background, text, border, surface, RGB token, best text color, and contrast notes for implementation-ready design systems.

Preview Pistachio #93C572

Utility Classes

Background.bg-pistachio
Text.text-pistachio
Border.border-pistachio
Surface.surface-pistachio

CSS Snippet

:root {
  --color-pistachio: #93C572;
  --color-pistachio-rgb: 147 197 114;
  --color-pistachio-contrast: #111827;
}

.bg-pistachio { background-color: var(--color-pistachio); }
.text-pistachio { color: var(--color-pistachio); }
.border-pistachio { border-color: var(--color-pistachio); }
.surface-pistachio {
  background-color: var(--color-pistachio);
  color: var(--color-pistachio-contrast);
  border: 1px solid color-mix(in srgb, var(--color-pistachio), #111827 18%);
}
.shadow-pistachio { box-shadow: 0 18px 40px rgb(var(--color-pistachio-rgb) / 28%); }

Usage Examples

Surface cardUse for panels, labels, badges, and interface accents.
Border accentUse as a soft divider or outline color.
Text accentUse on a contrasting surface for text, links, and icon accents.

Implementation Notes

Best text color#111827
Black contrast10.47:1
White contrast2.01:1
RGB token147 197 114

Machine-readable data

Machine-Readable Pistachio CSS Utilities (JSON)

Structured CSS utility data for Pistachio, including variables, utility classes, contrast tokens, WCAG metadata, snippets, and API links.

AI-Ready Dataset v1.0.0
Luminance0.4735
Black text10.47:1AA Pass
White text2.01:1AA Fail
cssVariablesReusable CSS custom properties
utilityClassesBackground, text, border, surface, and shadow classes
bestTextColorAccessible default foreground token
contrastBlack and white contrast ratios
wcagAA and AAA text color options
relatedEndpointsLinked machine-readable resources
Download JSON Open API
Structured sections
CSS variables
{
  "color": "--color-pistachio: #93C572;",
  "rgb": "--color-pistachio-rgb: 147 197 114;",
  "contrast": "--color-pistachio-contrast: #111827;"
}
Utility classes
{
  "background": ".bg-pistachio",
  "text": ".text-pistachio",
  "border": ".border-pistachio",
  "surface": ".surface-pistachio",
  "shadow": ".shadow-pistachio"
}
Accessibility
{
  "bestTextColor": "#111827",
  "contrast": {
    "black": 10.47,
    "white": 2.01
  },
  "wcag": {
    "AA": [
      "#000000",
      "#1A1A1A",
      "#36454F"
    ],
    "AAA": [
      "#000000",
      "#1A1A1A"
    ]
  }
}
Implementation
{
  "useCases": [
    "CSS variables",
    "utility classes",
    "design system tokens",
    "UI surface styling",
    "accessible text pairing"
  ],
  "cssSnippet": ":root {\n  --color-pistachio: #93C572;\n  --color-pistachio-rgb: 147 197 114;\n  --color-pistachio-contrast: #111827;\n}\n\n.bg-pistachio { background-color: var(--color-pistachio); }\n.text-pistachio { color: var(--color-pistachio); }\n.border-pistachio { border-color: var(--color-pistachio); }\n.surface-pistachio {\n  background-color: var(--color-pistachio);\n  color: var(--color-pistachio-contrast);\n  border: 1px solid color-mix(in srgb, var(--color-pistachio), #111827 18%);\n}\n.shadow-pistachio { box-shadow: 0 18px 40px rgb(var(--color-pistachio-rgb) / 28%); }"
}
Related endpoints
[
  "https://www.colorsencyclopedia.com/api/css/colors/pistachio.json",
  "https://www.colorsencyclopedia.com/api/colors/pistachio.json"
]
Full JSON dataset
{
  "datasetVersion": "1.0.0",
  "slug": "pistachio",
  "name": "Pistachio",
  "hex": "#93C572",
  "rgb": [
    147,
    197,
    114
  ],
  "hsl": [
    96,
    42,
    61
  ],
  "cmyk": [
    25,
    0,
    42,
    23
  ],
  "luminance": 0.4735,
  "contrast": {
    "black": 10.47,
    "white": 2.01
  },
  "wcag": {
    "AA": [
      "#000000",
      "#1A1A1A",
      "#36454F"
    ],
    "AAA": [
      "#000000",
      "#1A1A1A"
    ]
  },
  "family": "green",
  "temperature": "cool",
  "tone": [
    "earth-tone"
  ],
  "bestTextColor": "#111827",
  "cssVariables": {
    "color": "--color-pistachio: #93C572;",
    "rgb": "--color-pistachio-rgb: 147 197 114;",
    "contrast": "--color-pistachio-contrast: #111827;"
  },
  "utilityClasses": {
    "background": ".bg-pistachio",
    "text": ".text-pistachio",
    "border": ".border-pistachio",
    "surface": ".surface-pistachio",
    "shadow": ".shadow-pistachio"
  },
  "cssSnippet": ":root {\n  --color-pistachio: #93C572;\n  --color-pistachio-rgb: 147 197 114;\n  --color-pistachio-contrast: #111827;\n}\n\n.bg-pistachio { background-color: var(--color-pistachio); }\n.text-pistachio { color: var(--color-pistachio); }\n.border-pistachio { border-color: var(--color-pistachio); }\n.surface-pistachio {\n  background-color: var(--color-pistachio);\n  color: var(--color-pistachio-contrast);\n  border: 1px solid color-mix(in srgb, var(--color-pistachio), #111827 18%);\n}\n.shadow-pistachio { box-shadow: 0 18px 40px rgb(var(--color-pistachio-rgb) / 28%); }",
  "useCases": [
    "CSS variables",
    "utility classes",
    "design system tokens",
    "UI surface styling",
    "accessible text pairing"
  ],
  "relatedEndpoints": [
    "https://www.colorsencyclopedia.com/api/css/colors/pistachio.json",
    "https://www.colorsencyclopedia.com/api/colors/pistachio.json"
  ],
  "url": "https://www.colorsencyclopedia.com/css/colors/pistachio/",
  "colorUrl": "https://www.colorsencyclopedia.com/colors/pistachio/",
  "hexUrl": "https://www.colorsencyclopedia.com/hex/93c572/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/css/colors/pistachio.json"
}