CSS utility
Robin Egg Blue CSS Utilities
Robin Egg Blue CSS utilities provide reusable variables and utility classes for #00CCCC. 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
Robin Egg Blue
#00CCCC
Utility Classes
CSS Snippet
:root {
--color-robin-egg-blue: #00CCCC;
--color-robin-egg-blue-rgb: 0 204 204;
--color-robin-egg-blue-contrast: #111827;
}
.bg-robin-egg-blue { background-color: var(--color-robin-egg-blue); }
.text-robin-egg-blue { color: var(--color-robin-egg-blue); }
.border-robin-egg-blue { border-color: var(--color-robin-egg-blue); }
.surface-robin-egg-blue {
background-color: var(--color-robin-egg-blue);
color: var(--color-robin-egg-blue-contrast);
border: 1px solid color-mix(in srgb, var(--color-robin-egg-blue), #111827 18%);
}
.shadow-robin-egg-blue { box-shadow: 0 18px 40px rgb(var(--color-robin-egg-blue-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 Robin Egg Blue CSS Utilities (JSON)
Structured CSS utility data for Robin Egg Blue, including variables, utility classes, contrast tokens, WCAG metadata, snippets, and API links.
Luminance0.4755
Black text10.51:1AA Pass
White text2: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-robin-egg-blue: #00CCCC;",
"rgb": "--color-robin-egg-blue-rgb: 0 204 204;",
"contrast": "--color-robin-egg-blue-contrast: #111827;"
}Utility classes
{
"background": ".bg-robin-egg-blue",
"text": ".text-robin-egg-blue",
"border": ".border-robin-egg-blue",
"surface": ".surface-robin-egg-blue",
"shadow": ".shadow-robin-egg-blue"
}Accessibility
{
"bestTextColor": "#111827",
"contrast": {
"black": 10.51,
"white": 2
},
"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-robin-egg-blue: #00CCCC;\n --color-robin-egg-blue-rgb: 0 204 204;\n --color-robin-egg-blue-contrast: #111827;\n}\n\n.bg-robin-egg-blue { background-color: var(--color-robin-egg-blue); }\n.text-robin-egg-blue { color: var(--color-robin-egg-blue); }\n.border-robin-egg-blue { border-color: var(--color-robin-egg-blue); }\n.surface-robin-egg-blue {\n background-color: var(--color-robin-egg-blue);\n color: var(--color-robin-egg-blue-contrast);\n border: 1px solid color-mix(in srgb, var(--color-robin-egg-blue), #111827 18%);\n}\n.shadow-robin-egg-blue { box-shadow: 0 18px 40px rgb(var(--color-robin-egg-blue-rgb) / 28%); }"
}Related endpoints
[
"https://www.colorsencyclopedia.com/api/css/colors/robin-egg-blue.json",
"https://www.colorsencyclopedia.com/api/colors/robin-egg-blue.json"
]Full JSON dataset
{
"datasetVersion": "1.0.0",
"slug": "robin-egg-blue",
"name": "Robin Egg Blue",
"hex": "#00CCCC",
"rgb": [
0,
204,
204
],
"hsl": [
180,
100,
40
],
"cmyk": [
100,
0,
0,
20
],
"luminance": 0.4755,
"contrast": {
"black": 10.51,
"white": 2
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"family": "cyan",
"temperature": "cool",
"tone": [
"vibrant"
],
"bestTextColor": "#111827",
"cssVariables": {
"color": "--color-robin-egg-blue: #00CCCC;",
"rgb": "--color-robin-egg-blue-rgb: 0 204 204;",
"contrast": "--color-robin-egg-blue-contrast: #111827;"
},
"utilityClasses": {
"background": ".bg-robin-egg-blue",
"text": ".text-robin-egg-blue",
"border": ".border-robin-egg-blue",
"surface": ".surface-robin-egg-blue",
"shadow": ".shadow-robin-egg-blue"
},
"cssSnippet": ":root {\n --color-robin-egg-blue: #00CCCC;\n --color-robin-egg-blue-rgb: 0 204 204;\n --color-robin-egg-blue-contrast: #111827;\n}\n\n.bg-robin-egg-blue { background-color: var(--color-robin-egg-blue); }\n.text-robin-egg-blue { color: var(--color-robin-egg-blue); }\n.border-robin-egg-blue { border-color: var(--color-robin-egg-blue); }\n.surface-robin-egg-blue {\n background-color: var(--color-robin-egg-blue);\n color: var(--color-robin-egg-blue-contrast);\n border: 1px solid color-mix(in srgb, var(--color-robin-egg-blue), #111827 18%);\n}\n.shadow-robin-egg-blue { box-shadow: 0 18px 40px rgb(var(--color-robin-egg-blue-rgb) / 28%); }",
"useCases": [
"CSS variables",
"utility classes",
"design system tokens",
"UI surface styling",
"accessible text pairing"
],
"relatedEndpoints": [
"https://www.colorsencyclopedia.com/api/css/colors/robin-egg-blue.json",
"https://www.colorsencyclopedia.com/api/colors/robin-egg-blue.json"
],
"url": "https://www.colorsencyclopedia.com/css/colors/robin-egg-blue/",
"colorUrl": "https://www.colorsencyclopedia.com/colors/robin-egg-blue/",
"hexUrl": "https://www.colorsencyclopedia.com/hex/00cccc/",
"apiUrl": "https://www.colorsencyclopedia.com/api/css/colors/robin-egg-blue.json"
}