CSS utility

Blanched Almond CSS Utilities

Blanched Almond CSS utilities provide reusable variables and utility classes for #FFEBCD. 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 Blanched Almond #FFEBCD

Utility Classes

Background.bg-blanched-almond
Text.text-blanched-almond
Border.border-blanched-almond
Surface.surface-blanched-almond

CSS Snippet

:root {
  --color-blanched-almond: #FFEBCD;
  --color-blanched-almond-rgb: 255 235 205;
  --color-blanched-almond-contrast: #111827;
}

.bg-blanched-almond { background-color: var(--color-blanched-almond); }
.text-blanched-almond { color: var(--color-blanched-almond); }
.border-blanched-almond { border-color: var(--color-blanched-almond); }
.surface-blanched-almond {
  background-color: var(--color-blanched-almond);
  color: var(--color-blanched-almond-contrast);
  border: 1px solid color-mix(in srgb, var(--color-blanched-almond), #111827 18%);
}
.shadow-blanched-almond { box-shadow: 0 18px 40px rgb(var(--color-blanched-almond-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 contrast18.02:1
White contrast1.17:1
RGB token255 235 205

Machine-readable data

Machine-Readable Blanched Almond CSS Utilities (JSON)

Structured CSS utility data for Blanched Almond, including variables, utility classes, contrast tokens, WCAG metadata, snippets, and API links.

AI-Ready Dataset v1.0.0
Luminance0.8508
Black text18.02:1AA Pass
White text1.17: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-blanched-almond: #FFEBCD;",
  "rgb": "--color-blanched-almond-rgb: 255 235 205;",
  "contrast": "--color-blanched-almond-contrast: #111827;"
}
Utility classes
{
  "background": ".bg-blanched-almond",
  "text": ".text-blanched-almond",
  "border": ".border-blanched-almond",
  "surface": ".surface-blanched-almond",
  "shadow": ".shadow-blanched-almond"
}
Accessibility
{
  "bestTextColor": "#111827",
  "contrast": {
    "black": 18.02,
    "white": 1.17
  },
  "wcag": {
    "AA": [
      "#000000",
      "#1A1A1A",
      "#36454F"
    ],
    "AAA": [
      "#000000",
      "#1A1A1A",
      "#36454F"
    ]
  }
}
Implementation
{
  "useCases": [
    "CSS variables",
    "utility classes",
    "design system tokens",
    "UI surface styling",
    "accessible text pairing"
  ],
  "cssSnippet": ":root {\n  --color-blanched-almond: #FFEBCD;\n  --color-blanched-almond-rgb: 255 235 205;\n  --color-blanched-almond-contrast: #111827;\n}\n\n.bg-blanched-almond { background-color: var(--color-blanched-almond); }\n.text-blanched-almond { color: var(--color-blanched-almond); }\n.border-blanched-almond { border-color: var(--color-blanched-almond); }\n.surface-blanched-almond {\n  background-color: var(--color-blanched-almond);\n  color: var(--color-blanched-almond-contrast);\n  border: 1px solid color-mix(in srgb, var(--color-blanched-almond), #111827 18%);\n}\n.shadow-blanched-almond { box-shadow: 0 18px 40px rgb(var(--color-blanched-almond-rgb) / 28%); }"
}
Related endpoints
[
  "https://www.colorsencyclopedia.com/api/css/colors/blanched-almond.json",
  "https://www.colorsencyclopedia.com/api/colors/blanched-almond.json"
]
Full JSON dataset
{
  "datasetVersion": "1.0.0",
  "slug": "blanched-almond",
  "name": "Blanched Almond",
  "hex": "#FFEBCD",
  "rgb": [
    255,
    235,
    205
  ],
  "hsl": [
    36,
    100,
    90
  ],
  "cmyk": [
    0,
    8,
    20,
    0
  ],
  "luminance": 0.8508,
  "contrast": {
    "black": 18.02,
    "white": 1.17
  },
  "wcag": {
    "AA": [
      "#000000",
      "#1A1A1A",
      "#36454F"
    ],
    "AAA": [
      "#000000",
      "#1A1A1A",
      "#36454F"
    ]
  },
  "family": "orange",
  "temperature": "warm",
  "tone": [
    "light",
    "pastel"
  ],
  "bestTextColor": "#111827",
  "cssVariables": {
    "color": "--color-blanched-almond: #FFEBCD;",
    "rgb": "--color-blanched-almond-rgb: 255 235 205;",
    "contrast": "--color-blanched-almond-contrast: #111827;"
  },
  "utilityClasses": {
    "background": ".bg-blanched-almond",
    "text": ".text-blanched-almond",
    "border": ".border-blanched-almond",
    "surface": ".surface-blanched-almond",
    "shadow": ".shadow-blanched-almond"
  },
  "cssSnippet": ":root {\n  --color-blanched-almond: #FFEBCD;\n  --color-blanched-almond-rgb: 255 235 205;\n  --color-blanched-almond-contrast: #111827;\n}\n\n.bg-blanched-almond { background-color: var(--color-blanched-almond); }\n.text-blanched-almond { color: var(--color-blanched-almond); }\n.border-blanched-almond { border-color: var(--color-blanched-almond); }\n.surface-blanched-almond {\n  background-color: var(--color-blanched-almond);\n  color: var(--color-blanched-almond-contrast);\n  border: 1px solid color-mix(in srgb, var(--color-blanched-almond), #111827 18%);\n}\n.shadow-blanched-almond { box-shadow: 0 18px 40px rgb(var(--color-blanched-almond-rgb) / 28%); }",
  "useCases": [
    "CSS variables",
    "utility classes",
    "design system tokens",
    "UI surface styling",
    "accessible text pairing"
  ],
  "relatedEndpoints": [
    "https://www.colorsencyclopedia.com/api/css/colors/blanched-almond.json",
    "https://www.colorsencyclopedia.com/api/colors/blanched-almond.json"
  ],
  "url": "https://www.colorsencyclopedia.com/css/colors/blanched-almond/",
  "colorUrl": "https://www.colorsencyclopedia.com/colors/blanched-almond/",
  "hexUrl": "https://www.colorsencyclopedia.com/hex/ffebcd/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/css/colors/blanched-almond.json"
}