CSS utility

Willow Green CSS Utilities

Willow Green CSS utilities provide reusable variables and utility classes for #A8B88F. 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 Willow Green #A8B88F

Utility Classes

Background.bg-willow-green
Text.text-willow-green
Border.border-willow-green
Surface.surface-willow-green

CSS Snippet

:root {
  --color-willow-green: #A8B88F;
  --color-willow-green-rgb: 168 184 143;
  --color-willow-green-contrast: #111827;
}

.bg-willow-green { background-color: var(--color-willow-green); }
.text-willow-green { color: var(--color-willow-green); }
.border-willow-green { border-color: var(--color-willow-green); }
.surface-willow-green {
  background-color: var(--color-willow-green);
  color: var(--color-willow-green-contrast);
  border: 1px solid color-mix(in srgb, var(--color-willow-green), #111827 18%);
}
.shadow-willow-green { box-shadow: 0 18px 40px rgb(var(--color-willow-green-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 contrast9.92:1
White contrast2.12:1
RGB token168 184 143

Machine-readable data

Machine-Readable Willow Green CSS Utilities (JSON)

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

AI-Ready Dataset v1.0.0
Luminance0.4459
Black text9.92:1AA Pass
White text2.12: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-willow-green: #A8B88F;",
  "rgb": "--color-willow-green-rgb: 168 184 143;",
  "contrast": "--color-willow-green-contrast: #111827;"
}
Utility classes
{
  "background": ".bg-willow-green",
  "text": ".text-willow-green",
  "border": ".border-willow-green",
  "surface": ".surface-willow-green",
  "shadow": ".shadow-willow-green"
}
Accessibility
{
  "bestTextColor": "#111827",
  "contrast": {
    "black": 9.92,
    "white": 2.12
  },
  "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-willow-green: #A8B88F;\n  --color-willow-green-rgb: 168 184 143;\n  --color-willow-green-contrast: #111827;\n}\n\n.bg-willow-green { background-color: var(--color-willow-green); }\n.text-willow-green { color: var(--color-willow-green); }\n.border-willow-green { border-color: var(--color-willow-green); }\n.surface-willow-green {\n  background-color: var(--color-willow-green);\n  color: var(--color-willow-green-contrast);\n  border: 1px solid color-mix(in srgb, var(--color-willow-green), #111827 18%);\n}\n.shadow-willow-green { box-shadow: 0 18px 40px rgb(var(--color-willow-green-rgb) / 28%); }"
}
Related endpoints
[
  "https://www.colorsencyclopedia.com/api/css/colors/willow-green.json",
  "https://www.colorsencyclopedia.com/api/colors/willow-green.json"
]
Full JSON dataset
{
  "datasetVersion": "1.0.0",
  "slug": "willow-green",
  "name": "Willow Green",
  "hex": "#A8B88F",
  "rgb": [
    168,
    184,
    143
  ],
  "hsl": [
    83,
    22,
    64
  ],
  "cmyk": [
    9,
    0,
    22,
    28
  ],
  "luminance": 0.4459,
  "contrast": {
    "black": 9.92,
    "white": 2.12
  },
  "wcag": {
    "AA": [
      "#000000",
      "#1A1A1A",
      "#36454F"
    ],
    "AAA": [
      "#000000",
      "#1A1A1A"
    ]
  },
  "family": "green",
  "temperature": "cool",
  "tone": [
    "muted",
    "earth-tone"
  ],
  "bestTextColor": "#111827",
  "cssVariables": {
    "color": "--color-willow-green: #A8B88F;",
    "rgb": "--color-willow-green-rgb: 168 184 143;",
    "contrast": "--color-willow-green-contrast: #111827;"
  },
  "utilityClasses": {
    "background": ".bg-willow-green",
    "text": ".text-willow-green",
    "border": ".border-willow-green",
    "surface": ".surface-willow-green",
    "shadow": ".shadow-willow-green"
  },
  "cssSnippet": ":root {\n  --color-willow-green: #A8B88F;\n  --color-willow-green-rgb: 168 184 143;\n  --color-willow-green-contrast: #111827;\n}\n\n.bg-willow-green { background-color: var(--color-willow-green); }\n.text-willow-green { color: var(--color-willow-green); }\n.border-willow-green { border-color: var(--color-willow-green); }\n.surface-willow-green {\n  background-color: var(--color-willow-green);\n  color: var(--color-willow-green-contrast);\n  border: 1px solid color-mix(in srgb, var(--color-willow-green), #111827 18%);\n}\n.shadow-willow-green { box-shadow: 0 18px 40px rgb(var(--color-willow-green-rgb) / 28%); }",
  "useCases": [
    "CSS variables",
    "utility classes",
    "design system tokens",
    "UI surface styling",
    "accessible text pairing"
  ],
  "relatedEndpoints": [
    "https://www.colorsencyclopedia.com/api/css/colors/willow-green.json",
    "https://www.colorsencyclopedia.com/api/colors/willow-green.json"
  ],
  "url": "https://www.colorsencyclopedia.com/css/colors/willow-green/",
  "colorUrl": "https://www.colorsencyclopedia.com/colors/willow-green/",
  "hexUrl": "https://www.colorsencyclopedia.com/hex/a8b88f/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/css/colors/willow-green.json"
}