CSS utility
Soft Yellow CSS Utilities
Soft Yellow CSS utilities provide reusable variables and utility classes for #FFF8B8. 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
Soft Yellow
#FFF8B8
Utility Classes
CSS Snippet
:root {
--color-soft-yellow: #FFF8B8;
--color-soft-yellow-rgb: 255 248 184;
--color-soft-yellow-contrast: #111827;
}
.bg-soft-yellow { background-color: var(--color-soft-yellow); }
.text-soft-yellow { color: var(--color-soft-yellow); }
.border-soft-yellow { border-color: var(--color-soft-yellow); }
.surface-soft-yellow {
background-color: var(--color-soft-yellow);
color: var(--color-soft-yellow-contrast);
border: 1px solid color-mix(in srgb, var(--color-soft-yellow), #111827 18%);
}
.shadow-soft-yellow { box-shadow: 0 18px 40px rgb(var(--color-soft-yellow-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 Soft Yellow CSS Utilities (JSON)
Structured CSS utility data for Soft Yellow, including variables, utility classes, contrast tokens, WCAG metadata, snippets, and API links.
Luminance0.9186
Black text19.37:1AA Pass
White text1.08: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-soft-yellow: #FFF8B8;",
"rgb": "--color-soft-yellow-rgb: 255 248 184;",
"contrast": "--color-soft-yellow-contrast: #111827;"
}Utility classes
{
"background": ".bg-soft-yellow",
"text": ".text-soft-yellow",
"border": ".border-soft-yellow",
"surface": ".surface-soft-yellow",
"shadow": ".shadow-soft-yellow"
}Accessibility
{
"bestTextColor": "#111827",
"contrast": {
"black": 19.37,
"white": 1.08
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
}
}Implementation
{
"useCases": [
"CSS variables",
"utility classes",
"design system tokens",
"UI surface styling",
"accessible text pairing"
],
"cssSnippet": ":root {\n --color-soft-yellow: #FFF8B8;\n --color-soft-yellow-rgb: 255 248 184;\n --color-soft-yellow-contrast: #111827;\n}\n\n.bg-soft-yellow { background-color: var(--color-soft-yellow); }\n.text-soft-yellow { color: var(--color-soft-yellow); }\n.border-soft-yellow { border-color: var(--color-soft-yellow); }\n.surface-soft-yellow {\n background-color: var(--color-soft-yellow);\n color: var(--color-soft-yellow-contrast);\n border: 1px solid color-mix(in srgb, var(--color-soft-yellow), #111827 18%);\n}\n.shadow-soft-yellow { box-shadow: 0 18px 40px rgb(var(--color-soft-yellow-rgb) / 28%); }"
}Related endpoints
[
"https://www.colorsencyclopedia.com/api/css/colors/soft-yellow.json",
"https://www.colorsencyclopedia.com/api/colors/soft-yellow.json"
]Full JSON dataset
{
"datasetVersion": "1.0.0",
"slug": "soft-yellow",
"name": "Soft Yellow",
"hex": "#FFF8B8",
"rgb": [
255,
248,
184
],
"hsl": [
54,
100,
86
],
"cmyk": [
0,
3,
28,
0
],
"luminance": 0.9186,
"contrast": {
"black": 19.37,
"white": 1.08
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"family": "yellow",
"temperature": "warm",
"tone": [
"light",
"pastel"
],
"bestTextColor": "#111827",
"cssVariables": {
"color": "--color-soft-yellow: #FFF8B8;",
"rgb": "--color-soft-yellow-rgb: 255 248 184;",
"contrast": "--color-soft-yellow-contrast: #111827;"
},
"utilityClasses": {
"background": ".bg-soft-yellow",
"text": ".text-soft-yellow",
"border": ".border-soft-yellow",
"surface": ".surface-soft-yellow",
"shadow": ".shadow-soft-yellow"
},
"cssSnippet": ":root {\n --color-soft-yellow: #FFF8B8;\n --color-soft-yellow-rgb: 255 248 184;\n --color-soft-yellow-contrast: #111827;\n}\n\n.bg-soft-yellow { background-color: var(--color-soft-yellow); }\n.text-soft-yellow { color: var(--color-soft-yellow); }\n.border-soft-yellow { border-color: var(--color-soft-yellow); }\n.surface-soft-yellow {\n background-color: var(--color-soft-yellow);\n color: var(--color-soft-yellow-contrast);\n border: 1px solid color-mix(in srgb, var(--color-soft-yellow), #111827 18%);\n}\n.shadow-soft-yellow { box-shadow: 0 18px 40px rgb(var(--color-soft-yellow-rgb) / 28%); }",
"useCases": [
"CSS variables",
"utility classes",
"design system tokens",
"UI surface styling",
"accessible text pairing"
],
"relatedEndpoints": [
"https://www.colorsencyclopedia.com/api/css/colors/soft-yellow.json",
"https://www.colorsencyclopedia.com/api/colors/soft-yellow.json"
],
"url": "https://www.colorsencyclopedia.com/css/colors/soft-yellow/",
"colorUrl": "https://www.colorsencyclopedia.com/colors/soft-yellow/",
"hexUrl": "https://www.colorsencyclopedia.com/hex/fff8b8/",
"apiUrl": "https://www.colorsencyclopedia.com/api/css/colors/soft-yellow.json"
}