CSS utility
Soft Coral CSS Utilities
Soft Coral CSS utilities provide reusable variables and utility classes for #F7A8A8. 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 Coral
#F7A8A8
Utility Classes
CSS Snippet
:root {
--color-soft-coral: #F7A8A8;
--color-soft-coral-rgb: 247 168 168;
--color-soft-coral-contrast: #111827;
}
.bg-soft-coral { background-color: var(--color-soft-coral); }
.text-soft-coral { color: var(--color-soft-coral); }
.border-soft-coral { border-color: var(--color-soft-coral); }
.surface-soft-coral {
background-color: var(--color-soft-coral);
color: var(--color-soft-coral-contrast);
border: 1px solid color-mix(in srgb, var(--color-soft-coral), #111827 18%);
}
.shadow-soft-coral { box-shadow: 0 18px 40px rgb(var(--color-soft-coral-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 Coral CSS Utilities (JSON)
Structured CSS utility data for Soft Coral, including variables, utility classes, contrast tokens, WCAG metadata, snippets, and API links.
Luminance0.5061
Black text11.12:1AA Pass
White text1.89: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-coral: #F7A8A8;",
"rgb": "--color-soft-coral-rgb: 247 168 168;",
"contrast": "--color-soft-coral-contrast: #111827;"
}Utility classes
{
"background": ".bg-soft-coral",
"text": ".text-soft-coral",
"border": ".border-soft-coral",
"surface": ".surface-soft-coral",
"shadow": ".shadow-soft-coral"
}Accessibility
{
"bestTextColor": "#111827",
"contrast": {
"black": 11.12,
"white": 1.89
},
"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-soft-coral: #F7A8A8;\n --color-soft-coral-rgb: 247 168 168;\n --color-soft-coral-contrast: #111827;\n}\n\n.bg-soft-coral { background-color: var(--color-soft-coral); }\n.text-soft-coral { color: var(--color-soft-coral); }\n.border-soft-coral { border-color: var(--color-soft-coral); }\n.surface-soft-coral {\n background-color: var(--color-soft-coral);\n color: var(--color-soft-coral-contrast);\n border: 1px solid color-mix(in srgb, var(--color-soft-coral), #111827 18%);\n}\n.shadow-soft-coral { box-shadow: 0 18px 40px rgb(var(--color-soft-coral-rgb) / 28%); }"
}Related endpoints
[
"https://www.colorsencyclopedia.com/api/css/colors/soft-coral.json",
"https://www.colorsencyclopedia.com/api/colors/soft-coral.json"
]Full JSON dataset
{
"datasetVersion": "1.0.0",
"slug": "soft-coral",
"name": "Soft Coral",
"hex": "#F7A8A8",
"rgb": [
247,
168,
168
],
"hsl": [
0,
83,
81
],
"cmyk": [
0,
32,
32,
3
],
"luminance": 0.5061,
"contrast": {
"black": 11.12,
"white": 1.89
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"family": "red",
"temperature": "warm",
"tone": [
"pastel"
],
"bestTextColor": "#111827",
"cssVariables": {
"color": "--color-soft-coral: #F7A8A8;",
"rgb": "--color-soft-coral-rgb: 247 168 168;",
"contrast": "--color-soft-coral-contrast: #111827;"
},
"utilityClasses": {
"background": ".bg-soft-coral",
"text": ".text-soft-coral",
"border": ".border-soft-coral",
"surface": ".surface-soft-coral",
"shadow": ".shadow-soft-coral"
},
"cssSnippet": ":root {\n --color-soft-coral: #F7A8A8;\n --color-soft-coral-rgb: 247 168 168;\n --color-soft-coral-contrast: #111827;\n}\n\n.bg-soft-coral { background-color: var(--color-soft-coral); }\n.text-soft-coral { color: var(--color-soft-coral); }\n.border-soft-coral { border-color: var(--color-soft-coral); }\n.surface-soft-coral {\n background-color: var(--color-soft-coral);\n color: var(--color-soft-coral-contrast);\n border: 1px solid color-mix(in srgb, var(--color-soft-coral), #111827 18%);\n}\n.shadow-soft-coral { box-shadow: 0 18px 40px rgb(var(--color-soft-coral-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-coral.json",
"https://www.colorsencyclopedia.com/api/colors/soft-coral.json"
],
"url": "https://www.colorsencyclopedia.com/css/colors/soft-coral/",
"colorUrl": "https://www.colorsencyclopedia.com/colors/soft-coral/",
"hexUrl": "https://www.colorsencyclopedia.com/hex/f7a8a8/",
"apiUrl": "https://www.colorsencyclopedia.com/api/css/colors/soft-coral.json"
}