CSS utility
Cranberry CSS Utilities
Cranberry CSS utilities provide reusable variables and utility classes for #9F000F. 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
Cranberry
#9F000F
Utility Classes
CSS Snippet
:root {
--color-cranberry: #9F000F;
--color-cranberry-rgb: 159 0 15;
--color-cranberry-contrast: #FFFFFF;
}
.bg-cranberry { background-color: var(--color-cranberry); }
.text-cranberry { color: var(--color-cranberry); }
.border-cranberry { border-color: var(--color-cranberry); }
.surface-cranberry {
background-color: var(--color-cranberry);
color: var(--color-cranberry-contrast);
border: 1px solid color-mix(in srgb, var(--color-cranberry), #111827 18%);
}
.shadow-cranberry { box-shadow: 0 18px 40px rgb(var(--color-cranberry-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 Cranberry CSS Utilities (JSON)
Structured CSS utility data for Cranberry, including variables, utility classes, contrast tokens, WCAG metadata, snippets, and API links.
Luminance0.0741
Black text2.48:1AA Fail
White text8.46:1AA Pass
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-cranberry: #9F000F;",
"rgb": "--color-cranberry-rgb: 159 0 15;",
"contrast": "--color-cranberry-contrast: #FFFFFF;"
}Utility classes
{
"background": ".bg-cranberry",
"text": ".text-cranberry",
"border": ".border-cranberry",
"surface": ".surface-cranberry",
"shadow": ".shadow-cranberry"
}Accessibility
{
"bestTextColor": "#FFFFFF",
"contrast": {
"black": 2.48,
"white": 8.46
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
}
}Implementation
{
"useCases": [
"CSS variables",
"utility classes",
"design system tokens",
"UI surface styling",
"accessible text pairing"
],
"cssSnippet": ":root {\n --color-cranberry: #9F000F;\n --color-cranberry-rgb: 159 0 15;\n --color-cranberry-contrast: #FFFFFF;\n}\n\n.bg-cranberry { background-color: var(--color-cranberry); }\n.text-cranberry { color: var(--color-cranberry); }\n.border-cranberry { border-color: var(--color-cranberry); }\n.surface-cranberry {\n background-color: var(--color-cranberry);\n color: var(--color-cranberry-contrast);\n border: 1px solid color-mix(in srgb, var(--color-cranberry), #111827 18%);\n}\n.shadow-cranberry { box-shadow: 0 18px 40px rgb(var(--color-cranberry-rgb) / 28%); }"
}Related endpoints
[
"https://www.colorsencyclopedia.com/api/css/colors/cranberry.json",
"https://www.colorsencyclopedia.com/api/colors/cranberry.json"
]Full JSON dataset
{
"datasetVersion": "1.0.0",
"slug": "cranberry",
"name": "Cranberry",
"hex": "#9F000F",
"rgb": [
159,
0,
15
],
"hsl": [
354,
100,
31
],
"cmyk": [
0,
100,
91,
38
],
"luminance": 0.0741,
"contrast": {
"black": 2.48,
"white": 8.46
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"family": "red",
"temperature": "warm",
"tone": [
"balanced"
],
"bestTextColor": "#FFFFFF",
"cssVariables": {
"color": "--color-cranberry: #9F000F;",
"rgb": "--color-cranberry-rgb: 159 0 15;",
"contrast": "--color-cranberry-contrast: #FFFFFF;"
},
"utilityClasses": {
"background": ".bg-cranberry",
"text": ".text-cranberry",
"border": ".border-cranberry",
"surface": ".surface-cranberry",
"shadow": ".shadow-cranberry"
},
"cssSnippet": ":root {\n --color-cranberry: #9F000F;\n --color-cranberry-rgb: 159 0 15;\n --color-cranberry-contrast: #FFFFFF;\n}\n\n.bg-cranberry { background-color: var(--color-cranberry); }\n.text-cranberry { color: var(--color-cranberry); }\n.border-cranberry { border-color: var(--color-cranberry); }\n.surface-cranberry {\n background-color: var(--color-cranberry);\n color: var(--color-cranberry-contrast);\n border: 1px solid color-mix(in srgb, var(--color-cranberry), #111827 18%);\n}\n.shadow-cranberry { box-shadow: 0 18px 40px rgb(var(--color-cranberry-rgb) / 28%); }",
"useCases": [
"CSS variables",
"utility classes",
"design system tokens",
"UI surface styling",
"accessible text pairing"
],
"relatedEndpoints": [
"https://www.colorsencyclopedia.com/api/css/colors/cranberry.json",
"https://www.colorsencyclopedia.com/api/colors/cranberry.json"
],
"url": "https://www.colorsencyclopedia.com/css/colors/cranberry/",
"colorUrl": "https://www.colorsencyclopedia.com/colors/cranberry/",
"hexUrl": "https://www.colorsencyclopedia.com/hex/9f000f/",
"apiUrl": "https://www.colorsencyclopedia.com/api/css/colors/cranberry.json"
}