CSS utility
Coral Reef CSS Utilities
Coral Reef CSS utilities provide reusable variables and utility classes for #FD7C6E. 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
Coral Reef
#FD7C6E
Utility Classes
CSS Snippet
:root {
--color-coral-reef: #FD7C6E;
--color-coral-reef-rgb: 253 124 110;
--color-coral-reef-contrast: #111827;
}
.bg-coral-reef { background-color: var(--color-coral-reef); }
.text-coral-reef { color: var(--color-coral-reef); }
.border-coral-reef { border-color: var(--color-coral-reef); }
.surface-coral-reef {
background-color: var(--color-coral-reef);
color: var(--color-coral-reef-contrast);
border: 1px solid color-mix(in srgb, var(--color-coral-reef), #111827 18%);
}
.shadow-coral-reef { box-shadow: 0 18px 40px rgb(var(--color-coral-reef-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 Coral Reef CSS Utilities (JSON)
Structured CSS utility data for Coral Reef, including variables, utility classes, contrast tokens, WCAG metadata, snippets, and API links.
Luminance0.3642
Black text8.28:1AA Pass
White text2.54: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-coral-reef: #FD7C6E;",
"rgb": "--color-coral-reef-rgb: 253 124 110;",
"contrast": "--color-coral-reef-contrast: #111827;"
}Utility classes
{
"background": ".bg-coral-reef",
"text": ".text-coral-reef",
"border": ".border-coral-reef",
"surface": ".surface-coral-reef",
"shadow": ".shadow-coral-reef"
}Accessibility
{
"bestTextColor": "#111827",
"contrast": {
"black": 8.28,
"white": 2.54
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": [
"#000000"
]
}
}Implementation
{
"useCases": [
"CSS variables",
"utility classes",
"design system tokens",
"UI surface styling",
"accessible text pairing"
],
"cssSnippet": ":root {\n --color-coral-reef: #FD7C6E;\n --color-coral-reef-rgb: 253 124 110;\n --color-coral-reef-contrast: #111827;\n}\n\n.bg-coral-reef { background-color: var(--color-coral-reef); }\n.text-coral-reef { color: var(--color-coral-reef); }\n.border-coral-reef { border-color: var(--color-coral-reef); }\n.surface-coral-reef {\n background-color: var(--color-coral-reef);\n color: var(--color-coral-reef-contrast);\n border: 1px solid color-mix(in srgb, var(--color-coral-reef), #111827 18%);\n}\n.shadow-coral-reef { box-shadow: 0 18px 40px rgb(var(--color-coral-reef-rgb) / 28%); }"
}Related endpoints
[
"https://www.colorsencyclopedia.com/api/css/colors/coral-reef.json",
"https://www.colorsencyclopedia.com/api/colors/coral-reef.json"
]Full JSON dataset
{
"datasetVersion": "1.0.0",
"slug": "coral-reef",
"name": "Coral Reef",
"hex": "#FD7C6E",
"rgb": [
253,
124,
110
],
"hsl": [
6,
97,
71
],
"cmyk": [
0,
51,
57,
1
],
"luminance": 0.3642,
"contrast": {
"black": 8.28,
"white": 2.54
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": [
"#000000"
]
},
"family": "red",
"temperature": "warm",
"tone": [
"vibrant"
],
"bestTextColor": "#111827",
"cssVariables": {
"color": "--color-coral-reef: #FD7C6E;",
"rgb": "--color-coral-reef-rgb: 253 124 110;",
"contrast": "--color-coral-reef-contrast: #111827;"
},
"utilityClasses": {
"background": ".bg-coral-reef",
"text": ".text-coral-reef",
"border": ".border-coral-reef",
"surface": ".surface-coral-reef",
"shadow": ".shadow-coral-reef"
},
"cssSnippet": ":root {\n --color-coral-reef: #FD7C6E;\n --color-coral-reef-rgb: 253 124 110;\n --color-coral-reef-contrast: #111827;\n}\n\n.bg-coral-reef { background-color: var(--color-coral-reef); }\n.text-coral-reef { color: var(--color-coral-reef); }\n.border-coral-reef { border-color: var(--color-coral-reef); }\n.surface-coral-reef {\n background-color: var(--color-coral-reef);\n color: var(--color-coral-reef-contrast);\n border: 1px solid color-mix(in srgb, var(--color-coral-reef), #111827 18%);\n}\n.shadow-coral-reef { box-shadow: 0 18px 40px rgb(var(--color-coral-reef-rgb) / 28%); }",
"useCases": [
"CSS variables",
"utility classes",
"design system tokens",
"UI surface styling",
"accessible text pairing"
],
"relatedEndpoints": [
"https://www.colorsencyclopedia.com/api/css/colors/coral-reef.json",
"https://www.colorsencyclopedia.com/api/colors/coral-reef.json"
],
"url": "https://www.colorsencyclopedia.com/css/colors/coral-reef/",
"colorUrl": "https://www.colorsencyclopedia.com/colors/coral-reef/",
"hexUrl": "https://www.colorsencyclopedia.com/hex/fd7c6e/",
"apiUrl": "https://www.colorsencyclopedia.com/api/css/colors/coral-reef.json"
}