CSS utility
Butterscotch CSS Utilities
Butterscotch CSS utilities provide reusable variables and utility classes for #E3963E. 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
Butterscotch
#E3963E
Utility Classes
CSS Snippet
:root {
--color-butterscotch: #E3963E;
--color-butterscotch-rgb: 227 150 62;
--color-butterscotch-contrast: #111827;
}
.bg-butterscotch { background-color: var(--color-butterscotch); }
.text-butterscotch { color: var(--color-butterscotch); }
.border-butterscotch { border-color: var(--color-butterscotch); }
.surface-butterscotch {
background-color: var(--color-butterscotch);
color: var(--color-butterscotch-contrast);
border: 1px solid color-mix(in srgb, var(--color-butterscotch), #111827 18%);
}
.shadow-butterscotch { box-shadow: 0 18px 40px rgb(var(--color-butterscotch-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 Butterscotch CSS Utilities (JSON)
Structured CSS utility data for Butterscotch, including variables, utility classes, contrast tokens, WCAG metadata, snippets, and API links.
Luminance0.3849
Black text8.7:1AA Pass
White text2.41: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-butterscotch: #E3963E;",
"rgb": "--color-butterscotch-rgb: 227 150 62;",
"contrast": "--color-butterscotch-contrast: #111827;"
}Utility classes
{
"background": ".bg-butterscotch",
"text": ".text-butterscotch",
"border": ".border-butterscotch",
"surface": ".surface-butterscotch",
"shadow": ".shadow-butterscotch"
}Accessibility
{
"bestTextColor": "#111827",
"contrast": {
"black": 8.7,
"white": 2.41
},
"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-butterscotch: #E3963E;\n --color-butterscotch-rgb: 227 150 62;\n --color-butterscotch-contrast: #111827;\n}\n\n.bg-butterscotch { background-color: var(--color-butterscotch); }\n.text-butterscotch { color: var(--color-butterscotch); }\n.border-butterscotch { border-color: var(--color-butterscotch); }\n.surface-butterscotch {\n background-color: var(--color-butterscotch);\n color: var(--color-butterscotch-contrast);\n border: 1px solid color-mix(in srgb, var(--color-butterscotch), #111827 18%);\n}\n.shadow-butterscotch { box-shadow: 0 18px 40px rgb(var(--color-butterscotch-rgb) / 28%); }"
}Related endpoints
[
"https://www.colorsencyclopedia.com/api/css/colors/butterscotch.json",
"https://www.colorsencyclopedia.com/api/colors/butterscotch.json"
]Full JSON dataset
{
"datasetVersion": "1.0.0",
"slug": "butterscotch",
"name": "Butterscotch",
"hex": "#E3963E",
"rgb": [
227,
150,
62
],
"hsl": [
32,
75,
57
],
"cmyk": [
0,
34,
73,
11
],
"luminance": 0.3849,
"contrast": {
"black": 8.7,
"white": 2.41
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"family": "orange",
"temperature": "warm",
"tone": [
"vibrant"
],
"bestTextColor": "#111827",
"cssVariables": {
"color": "--color-butterscotch: #E3963E;",
"rgb": "--color-butterscotch-rgb: 227 150 62;",
"contrast": "--color-butterscotch-contrast: #111827;"
},
"utilityClasses": {
"background": ".bg-butterscotch",
"text": ".text-butterscotch",
"border": ".border-butterscotch",
"surface": ".surface-butterscotch",
"shadow": ".shadow-butterscotch"
},
"cssSnippet": ":root {\n --color-butterscotch: #E3963E;\n --color-butterscotch-rgb: 227 150 62;\n --color-butterscotch-contrast: #111827;\n}\n\n.bg-butterscotch { background-color: var(--color-butterscotch); }\n.text-butterscotch { color: var(--color-butterscotch); }\n.border-butterscotch { border-color: var(--color-butterscotch); }\n.surface-butterscotch {\n background-color: var(--color-butterscotch);\n color: var(--color-butterscotch-contrast);\n border: 1px solid color-mix(in srgb, var(--color-butterscotch), #111827 18%);\n}\n.shadow-butterscotch { box-shadow: 0 18px 40px rgb(var(--color-butterscotch-rgb) / 28%); }",
"useCases": [
"CSS variables",
"utility classes",
"design system tokens",
"UI surface styling",
"accessible text pairing"
],
"relatedEndpoints": [
"https://www.colorsencyclopedia.com/api/css/colors/butterscotch.json",
"https://www.colorsencyclopedia.com/api/colors/butterscotch.json"
],
"url": "https://www.colorsencyclopedia.com/css/colors/butterscotch/",
"colorUrl": "https://www.colorsencyclopedia.com/colors/butterscotch/",
"hexUrl": "https://www.colorsencyclopedia.com/hex/e3963e/",
"apiUrl": "https://www.colorsencyclopedia.com/api/css/colors/butterscotch.json"
}