CSS utility
Steel Gray CSS Utilities
Steel Gray CSS utilities provide reusable variables and utility classes for #71797E. 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
Steel Gray
#71797E
Utility Classes
CSS Snippet
:root {
--color-steel-gray: #71797E;
--color-steel-gray-rgb: 113 121 126;
--color-steel-gray-contrast: #111827;
}
.bg-steel-gray { background-color: var(--color-steel-gray); }
.text-steel-gray { color: var(--color-steel-gray); }
.border-steel-gray { border-color: var(--color-steel-gray); }
.surface-steel-gray {
background-color: var(--color-steel-gray);
color: var(--color-steel-gray-contrast);
border: 1px solid color-mix(in srgb, var(--color-steel-gray), #111827 18%);
}
.shadow-steel-gray { box-shadow: 0 18px 40px rgb(var(--color-steel-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
Machine-readable data
Machine-Readable Steel Gray CSS Utilities (JSON)
Structured CSS utility data for Steel Gray, including variables, utility classes, contrast tokens, WCAG metadata, snippets, and API links.
Luminance0.1869
Black text4.74:1AA Pass
White text4.43:1AA Fail
cssVariablesReusable CSS custom propertiesutilityClassesBackground, text, border, surface, and shadow classesbestTextColorAccessible default foreground tokencontrastBlack and white contrast ratioswcagAA and AAA text color optionsrelatedEndpointsLinked machine-readable resourcesStructured sections
CSS variables
{
"color": "--color-steel-gray: #71797E;",
"rgb": "--color-steel-gray-rgb: 113 121 126;",
"contrast": "--color-steel-gray-contrast: #111827;"
}Utility classes
{
"background": ".bg-steel-gray",
"text": ".text-steel-gray",
"border": ".border-steel-gray",
"surface": ".surface-steel-gray",
"shadow": ".shadow-steel-gray"
}Accessibility
{
"bestTextColor": "#111827",
"contrast": {
"black": 4.74,
"white": 4.43
},
"wcag": {
"AA": [
"#000000"
],
"AAA": []
}
}Implementation
{
"useCases": [
"CSS variables",
"utility classes",
"design system tokens",
"UI surface styling",
"accessible text pairing"
],
"cssSnippet": ":root {\n --color-steel-gray: #71797E;\n --color-steel-gray-rgb: 113 121 126;\n --color-steel-gray-contrast: #111827;\n}\n\n.bg-steel-gray { background-color: var(--color-steel-gray); }\n.text-steel-gray { color: var(--color-steel-gray); }\n.border-steel-gray { border-color: var(--color-steel-gray); }\n.surface-steel-gray {\n background-color: var(--color-steel-gray);\n color: var(--color-steel-gray-contrast);\n border: 1px solid color-mix(in srgb, var(--color-steel-gray), #111827 18%);\n}\n.shadow-steel-gray { box-shadow: 0 18px 40px rgb(var(--color-steel-gray-rgb) / 28%); }"
}Related endpoints
[
"https://www.colorsencyclopedia.com/api/css/colors/steel-gray.json",
"https://www.colorsencyclopedia.com/api/colors/steel-gray.json"
]Full JSON dataset
{
"datasetVersion": "1.0.0",
"slug": "steel-gray",
"name": "Steel Gray",
"hex": "#71797E",
"rgb": [
113,
121,
126
],
"hsl": [
203,
5,
47
],
"cmyk": [
10,
4,
0,
51
],
"luminance": 0.1869,
"contrast": {
"black": 4.74,
"white": 4.43
},
"wcag": {
"AA": [
"#000000"
],
"AAA": []
},
"family": "gray",
"temperature": "neutral",
"tone": [
"muted"
],
"bestTextColor": "#111827",
"cssVariables": {
"color": "--color-steel-gray: #71797E;",
"rgb": "--color-steel-gray-rgb: 113 121 126;",
"contrast": "--color-steel-gray-contrast: #111827;"
},
"utilityClasses": {
"background": ".bg-steel-gray",
"text": ".text-steel-gray",
"border": ".border-steel-gray",
"surface": ".surface-steel-gray",
"shadow": ".shadow-steel-gray"
},
"cssSnippet": ":root {\n --color-steel-gray: #71797E;\n --color-steel-gray-rgb: 113 121 126;\n --color-steel-gray-contrast: #111827;\n}\n\n.bg-steel-gray { background-color: var(--color-steel-gray); }\n.text-steel-gray { color: var(--color-steel-gray); }\n.border-steel-gray { border-color: var(--color-steel-gray); }\n.surface-steel-gray {\n background-color: var(--color-steel-gray);\n color: var(--color-steel-gray-contrast);\n border: 1px solid color-mix(in srgb, var(--color-steel-gray), #111827 18%);\n}\n.shadow-steel-gray { box-shadow: 0 18px 40px rgb(var(--color-steel-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/steel-gray.json",
"https://www.colorsencyclopedia.com/api/colors/steel-gray.json"
],
"url": "https://www.colorsencyclopedia.com/css/colors/steel-gray/",
"colorUrl": "https://www.colorsencyclopedia.com/colors/steel-gray/",
"hexUrl": "https://www.colorsencyclopedia.com/hex/71797e/",
"apiUrl": "https://www.colorsencyclopedia.com/api/css/colors/steel-gray.json"
}