CSS utility

Sage Gray CSS Utilities

Sage Gray CSS utilities provide reusable variables and utility classes for #B2AC88. 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 Sage Gray #B2AC88

Utility Classes

Background.bg-sage-gray
Text.text-sage-gray
Border.border-sage-gray
Surface.surface-sage-gray

CSS Snippet

:root {
  --color-sage-gray: #B2AC88;
  --color-sage-gray-rgb: 178 172 136;
  --color-sage-gray-contrast: #111827;
}

.bg-sage-gray { background-color: var(--color-sage-gray); }
.text-sage-gray { color: var(--color-sage-gray); }
.border-sage-gray { border-color: var(--color-sage-gray); }
.surface-sage-gray {
  background-color: var(--color-sage-gray);
  color: var(--color-sage-gray-contrast);
  border: 1px solid color-mix(in srgb, var(--color-sage-gray), #111827 18%);
}
.shadow-sage-gray { box-shadow: 0 18px 40px rgb(var(--color-sage-gray-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.15:1
White contrast2.3:1
RGB token178 172 136

Machine-readable data

Machine-Readable Sage Gray CSS Utilities (JSON)

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

AI-Ready Dataset v1.0.0
Luminance0.4075
Black text9.15:1AA Pass
White text2.3: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-sage-gray: #B2AC88;",
  "rgb": "--color-sage-gray-rgb: 178 172 136;",
  "contrast": "--color-sage-gray-contrast: #111827;"
}
Utility classes
{
  "background": ".bg-sage-gray",
  "text": ".text-sage-gray",
  "border": ".border-sage-gray",
  "surface": ".surface-sage-gray",
  "shadow": ".shadow-sage-gray"
}
Accessibility
{
  "bestTextColor": "#111827",
  "contrast": {
    "black": 9.15,
    "white": 2.3
  },
  "wcag": {
    "AA": [
      "#000000",
      "#1A1A1A"
    ],
    "AAA": [
      "#000000",
      "#1A1A1A"
    ]
  }
}
Implementation
{
  "useCases": [
    "CSS variables",
    "utility classes",
    "design system tokens",
    "UI surface styling",
    "accessible text pairing"
  ],
  "cssSnippet": ":root {\n  --color-sage-gray: #B2AC88;\n  --color-sage-gray-rgb: 178 172 136;\n  --color-sage-gray-contrast: #111827;\n}\n\n.bg-sage-gray { background-color: var(--color-sage-gray); }\n.text-sage-gray { color: var(--color-sage-gray); }\n.border-sage-gray { border-color: var(--color-sage-gray); }\n.surface-sage-gray {\n  background-color: var(--color-sage-gray);\n  color: var(--color-sage-gray-contrast);\n  border: 1px solid color-mix(in srgb, var(--color-sage-gray), #111827 18%);\n}\n.shadow-sage-gray { box-shadow: 0 18px 40px rgb(var(--color-sage-gray-rgb) / 28%); }"
}
Related endpoints
[
  "https://www.colorsencyclopedia.com/api/css/colors/sage-gray.json",
  "https://www.colorsencyclopedia.com/api/colors/sage-gray.json"
]
Full JSON dataset
{
  "datasetVersion": "1.0.0",
  "slug": "sage-gray",
  "name": "Sage Gray",
  "hex": "#B2AC88",
  "rgb": [
    178,
    172,
    136
  ],
  "hsl": [
    51,
    21,
    62
  ],
  "cmyk": [
    0,
    3,
    24,
    30
  ],
  "luminance": 0.4075,
  "contrast": {
    "black": 9.15,
    "white": 2.3
  },
  "wcag": {
    "AA": [
      "#000000",
      "#1A1A1A"
    ],
    "AAA": [
      "#000000",
      "#1A1A1A"
    ]
  },
  "family": "yellow",
  "temperature": "warm",
  "tone": [
    "muted",
    "earth-tone"
  ],
  "bestTextColor": "#111827",
  "cssVariables": {
    "color": "--color-sage-gray: #B2AC88;",
    "rgb": "--color-sage-gray-rgb: 178 172 136;",
    "contrast": "--color-sage-gray-contrast: #111827;"
  },
  "utilityClasses": {
    "background": ".bg-sage-gray",
    "text": ".text-sage-gray",
    "border": ".border-sage-gray",
    "surface": ".surface-sage-gray",
    "shadow": ".shadow-sage-gray"
  },
  "cssSnippet": ":root {\n  --color-sage-gray: #B2AC88;\n  --color-sage-gray-rgb: 178 172 136;\n  --color-sage-gray-contrast: #111827;\n}\n\n.bg-sage-gray { background-color: var(--color-sage-gray); }\n.text-sage-gray { color: var(--color-sage-gray); }\n.border-sage-gray { border-color: var(--color-sage-gray); }\n.surface-sage-gray {\n  background-color: var(--color-sage-gray);\n  color: var(--color-sage-gray-contrast);\n  border: 1px solid color-mix(in srgb, var(--color-sage-gray), #111827 18%);\n}\n.shadow-sage-gray { box-shadow: 0 18px 40px rgb(var(--color-sage-gray-rgb) / 28%); }",
  "useCases": [
    "CSS variables",
    "utility classes",
    "design system tokens",
    "UI surface styling",
    "accessible text pairing"
  ],
  "relatedEndpoints": [
    "https://www.colorsencyclopedia.com/api/css/colors/sage-gray.json",
    "https://www.colorsencyclopedia.com/api/colors/sage-gray.json"
  ],
  "url": "https://www.colorsencyclopedia.com/css/colors/sage-gray/",
  "colorUrl": "https://www.colorsencyclopedia.com/colors/sage-gray/",
  "hexUrl": "https://www.colorsencyclopedia.com/hex/b2ac88/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/css/colors/sage-gray.json"
}