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

Background.bg-hot-magenta
Text.text-hot-magenta
Border.border-hot-magenta
Surface.surface-hot-magenta

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

Best text color#111827
Black contrast6.32:1
White contrast3.32:1
RGB token255 29 206

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.

AI-Ready Dataset v1.0.0
Luminance0.2659
Black text6.32:1AA Pass
White text3.32:1AA Fail
cssVariablesReusable CSS custom properties
utilityClassesBackground, text, border, surface, and shadow classes
bestTextColorAccessible default foreground token
contrastBlack and white contrast ratios
wcagAA and AAA text color options
relatedEndpointsLinked machine-readable resources
Download JSON Open API
Structured 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"
}