CSS utility
Hot Magenta CSS Utilities
Hot Magenta CSS utilities provide reusable variables and utility classes for #FF1DCE. 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
Hot Magenta
#FF1DCE
Utility Classes
CSS Snippet
:root {
--color-hot-magenta: #FF1DCE;
--color-hot-magenta-rgb: 255 29 206;
--color-hot-magenta-contrast: #111827;
}
.bg-hot-magenta { background-color: var(--color-hot-magenta); }
.text-hot-magenta { color: var(--color-hot-magenta); }
.border-hot-magenta { border-color: var(--color-hot-magenta); }
.surface-hot-magenta {
background-color: var(--color-hot-magenta);
color: var(--color-hot-magenta-contrast);
border: 1px solid color-mix(in srgb, var(--color-hot-magenta), #111827 18%);
}
.shadow-hot-magenta { box-shadow: 0 18px 40px rgb(var(--color-hot-magenta-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 Hot Magenta CSS Utilities (JSON)
Structured CSS utility data for Hot Magenta, including variables, utility classes, contrast tokens, WCAG metadata, snippets, and API links.
Luminance0.2659
Black text6.32:1AA Pass
White text3.32: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-hot-magenta: #FF1DCE;",
"rgb": "--color-hot-magenta-rgb: 255 29 206;",
"contrast": "--color-hot-magenta-contrast: #111827;"
}Utility classes
{
"background": ".bg-hot-magenta",
"text": ".text-hot-magenta",
"border": ".border-hot-magenta",
"surface": ".surface-hot-magenta",
"shadow": ".shadow-hot-magenta"
}Accessibility
{
"bestTextColor": "#111827",
"contrast": {
"black": 6.32,
"white": 3.32
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": []
}
}Implementation
{
"useCases": [
"CSS variables",
"utility classes",
"design system tokens",
"UI surface styling",
"accessible text pairing"
],
"cssSnippet": ":root {\n --color-hot-magenta: #FF1DCE;\n --color-hot-magenta-rgb: 255 29 206;\n --color-hot-magenta-contrast: #111827;\n}\n\n.bg-hot-magenta { background-color: var(--color-hot-magenta); }\n.text-hot-magenta { color: var(--color-hot-magenta); }\n.border-hot-magenta { border-color: var(--color-hot-magenta); }\n.surface-hot-magenta {\n background-color: var(--color-hot-magenta);\n color: var(--color-hot-magenta-contrast);\n border: 1px solid color-mix(in srgb, var(--color-hot-magenta), #111827 18%);\n}\n.shadow-hot-magenta { box-shadow: 0 18px 40px rgb(var(--color-hot-magenta-rgb) / 28%); }"
}Related endpoints
[
"https://www.colorsencyclopedia.com/api/css/colors/hot-magenta.json",
"https://www.colorsencyclopedia.com/api/colors/hot-magenta.json"
]Full JSON dataset
{
"datasetVersion": "1.0.0",
"slug": "hot-magenta",
"name": "Hot Magenta",
"hex": "#FF1DCE",
"rgb": [
255,
29,
206
],
"hsl": [
313,
100,
56
],
"cmyk": [
0,
89,
19,
0
],
"luminance": 0.2659,
"contrast": {
"black": 6.32,
"white": 3.32
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": []
},
"family": "pink",
"temperature": "warm",
"tone": [
"vibrant"
],
"bestTextColor": "#111827",
"cssVariables": {
"color": "--color-hot-magenta: #FF1DCE;",
"rgb": "--color-hot-magenta-rgb: 255 29 206;",
"contrast": "--color-hot-magenta-contrast: #111827;"
},
"utilityClasses": {
"background": ".bg-hot-magenta",
"text": ".text-hot-magenta",
"border": ".border-hot-magenta",
"surface": ".surface-hot-magenta",
"shadow": ".shadow-hot-magenta"
},
"cssSnippet": ":root {\n --color-hot-magenta: #FF1DCE;\n --color-hot-magenta-rgb: 255 29 206;\n --color-hot-magenta-contrast: #111827;\n}\n\n.bg-hot-magenta { background-color: var(--color-hot-magenta); }\n.text-hot-magenta { color: var(--color-hot-magenta); }\n.border-hot-magenta { border-color: var(--color-hot-magenta); }\n.surface-hot-magenta {\n background-color: var(--color-hot-magenta);\n color: var(--color-hot-magenta-contrast);\n border: 1px solid color-mix(in srgb, var(--color-hot-magenta), #111827 18%);\n}\n.shadow-hot-magenta { box-shadow: 0 18px 40px rgb(var(--color-hot-magenta-rgb) / 28%); }",
"useCases": [
"CSS variables",
"utility classes",
"design system tokens",
"UI surface styling",
"accessible text pairing"
],
"relatedEndpoints": [
"https://www.colorsencyclopedia.com/api/css/colors/hot-magenta.json",
"https://www.colorsencyclopedia.com/api/colors/hot-magenta.json"
],
"url": "https://www.colorsencyclopedia.com/css/colors/hot-magenta/",
"colorUrl": "https://www.colorsencyclopedia.com/colors/hot-magenta/",
"hexUrl": "https://www.colorsencyclopedia.com/hex/ff1dce/",
"apiUrl": "https://www.colorsencyclopedia.com/api/css/colors/hot-magenta.json"
}