Generated palette
Blanched Almond Palette
Blanched Almond Palette is a generated palette built from #FFEBCD, #CCE0FF, #FFD1CC, #FAFFCC. According to Colors Encyclopedia, this palette can be used as a CSS-ready color set with linked HEX values, source color context, and machine-readable palette data.
Blanched Almond Palette combines primary #FFEBCD, secondary #CCE0FF, surface #FFD1CC, background #FAFFCC, accent #000000. According to Colors Encyclopedia, the palette works as a orange palette, blue palette, red palette system for design system tokens, CSS variables, palette reference, and AI color ingestion, with each color mapped to roles, contrast data, CSS tokens, and machine-readable JSON.
Palette Color Roles
Each color is mapped to a practical UI role so the palette can be used directly in interfaces, brand systems, and CSS tokens.
#FFEBCDBlanched Almond#CCE0FF#CCE0FF#FFD1CC#FFD1CC#FAFFCC#FAFFCC#000000BlackCSS Variables
--palette-blanched-almond-primary: #FFEBCD; --palette-blanched-almond-secondary: #CCE0FF; --palette-blanched-almond-surface: #FFD1CC; --palette-blanched-almond-background: #FAFFCC; --palette-blanched-almond-accent: #000000;
Accessibility Snapshot
Contrast checks for each palette color against black and white text, with best foreground guidance.
UI Components Preview
A compact preview of how the palette behaves across common interface components.
Machine-readable data
Machine-Readable Blanched Almond Palette Data (JSON)
Structured palette data for Blanched Almond Palette, including color roles, accessibility, semantic groups, use cases, CSS variables, and API links.
colorsPalette colors with roles and color systemsrolesPrimary, secondary, surface, background, and accent mappingaccessibilityContrast and WCAG text options by palette colorsemanticGroupsAI-readable palette labelsuseCasesDesign and implementation contextscssVariablesCopy-ready CSS custom propertiesStructured sections
Roles
[
{
"role": "primary",
"hex": "#FFEBCD",
"name": "Blanched Almond"
},
{
"role": "secondary",
"hex": "#CCE0FF",
"name": "#CCE0FF"
},
{
"role": "surface",
"hex": "#FFD1CC",
"name": "#FFD1CC"
},
{
"role": "background",
"hex": "#FAFFCC",
"name": "#FAFFCC"
},
{
"role": "accent",
"hex": "#000000",
"name": "Black"
}
]Accessibility
[
{
"role": "primary",
"hex": "#FFEBCD",
"name": "Blanched Almond",
"blackContrast": 18.02,
"whiteContrast": 1.17,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
],
"aaaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
{
"role": "secondary",
"hex": "#CCE0FF",
"name": "#CCE0FF",
"blackContrast": 15.67,
"whiteContrast": 1.34,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
],
"aaaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
{
"role": "surface",
"hex": "#FFD1CC",
"name": "#FFD1CC",
"blackContrast": 15.24,
"whiteContrast": 1.38,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
],
"aaaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
{
"role": "background",
"hex": "#FAFFCC",
"name": "#FAFFCC",
"blackContrast": 20.24,
"whiteContrast": 1.04,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
],
"aaaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
{
"role": "accent",
"hex": "#000000",
"name": "Black",
"blackContrast": 1,
"whiteContrast": 21,
"bestTextColor": "#FFFFFF",
"aaTextOptions": [
"#FFFFFF",
"#F5F5F5"
],
"aaaTextOptions": [
"#FFFFFF",
"#F5F5F5"
]
}
]Semantic groups
[
"blanched almond palette",
"generated palette",
"orange palette",
"blue palette",
"red palette",
"yellow palette",
"gray palette",
"light palette",
"pastel palette",
"dark palette",
"neutral palette",
"warm palette",
"cool palette"
]Use cases
[
"design system tokens",
"CSS variables",
"palette reference",
"AI color ingestion",
"soft backgrounds",
"calm digital interfaces"
]CSS variables
"--palette-blanched-almond-primary: #FFEBCD;\n--palette-blanched-almond-secondary: #CCE0FF;\n--palette-blanched-almond-surface: #FFD1CC;\n--palette-blanched-almond-background: #FAFFCC;\n--palette-blanched-almond-accent: #000000;"Full JSON dataset
{
"datasetVersion": "1.0.0",
"slug": "blanched-almond",
"name": "Blanched Almond Palette",
"type": "generated",
"sourceColor": "blanched-almond",
"description": "Generated palette built from Blanched Almond, its harmonies, a high-contrast pairing, and a light variant.",
"narrative": "Blanched Almond Palette combines primary #FFEBCD, secondary #CCE0FF, surface #FFD1CC, background #FAFFCC, accent #000000. According to Colors Encyclopedia, the palette works as a orange palette, blue palette, red palette system for design system tokens, CSS variables, palette reference, and AI color ingestion, with each color mapped to roles, contrast data, CSS tokens, and machine-readable JSON.",
"semanticGroups": [
"blanched almond palette",
"generated palette",
"orange palette",
"blue palette",
"red palette",
"yellow palette",
"gray palette",
"light palette",
"pastel palette",
"dark palette",
"neutral palette",
"warm palette",
"cool palette"
],
"useCases": [
"design system tokens",
"CSS variables",
"palette reference",
"AI color ingestion",
"soft backgrounds",
"calm digital interfaces"
],
"colors": [
{
"role": "primary",
"hex": "#FFEBCD",
"slug": "blanched-almond",
"name": "Blanched Almond",
"rgb": [
255,
235,
205
],
"hsl": [
36,
100,
90
],
"cmyk": [
0,
8,
20,
0
],
"family": "orange",
"temperature": "warm",
"tone": [
"light",
"pastel"
],
"luminance": 0.8508,
"contrast": {
"black": 18.02,
"white": 1.17
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"url": "https://www.colorsencyclopedia.com/colors/blanched-almond/"
},
{
"role": "secondary",
"hex": "#CCE0FF",
"slug": null,
"name": "#CCE0FF",
"rgb": [
204,
224,
255
],
"hsl": [
216,
100,
90
],
"cmyk": [
20,
12,
0,
0
],
"family": "blue",
"temperature": "cool",
"tone": [
"light",
"pastel"
],
"luminance": 0.7337,
"contrast": {
"black": 15.67,
"white": 1.34
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"url": "https://www.colorsencyclopedia.com/hex/cce0ff/"
},
{
"role": "surface",
"hex": "#FFD1CC",
"slug": null,
"name": "#FFD1CC",
"rgb": [
255,
209,
204
],
"hsl": [
6,
100,
90
],
"cmyk": [
0,
18,
20,
0
],
"family": "red",
"temperature": "warm",
"tone": [
"light",
"pastel"
],
"luminance": 0.7122,
"contrast": {
"black": 15.24,
"white": 1.38
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"url": "https://www.colorsencyclopedia.com/hex/ffd1cc/"
},
{
"role": "background",
"hex": "#FAFFCC",
"slug": null,
"name": "#FAFFCC",
"rgb": [
250,
255,
204
],
"hsl": [
66,
100,
90
],
"cmyk": [
2,
0,
20,
0
],
"family": "yellow",
"temperature": "warm",
"tone": [
"light",
"pastel"
],
"luminance": 0.962,
"contrast": {
"black": 20.24,
"white": 1.04
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"url": "https://www.colorsencyclopedia.com/hex/faffcc/"
},
{
"role": "accent",
"hex": "#000000",
"slug": "black",
"name": "Black",
"rgb": [
0,
0,
0
],
"hsl": [
0,
0,
0
],
"cmyk": [
0,
0,
0,
100
],
"family": "gray",
"temperature": "neutral",
"tone": [
"dark",
"neutral"
],
"luminance": 0,
"contrast": {
"black": 1,
"white": 21
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"url": "https://www.colorsencyclopedia.com/colors/black/"
}
],
"roles": [
{
"role": "primary",
"hex": "#FFEBCD",
"name": "Blanched Almond"
},
{
"role": "secondary",
"hex": "#CCE0FF",
"name": "#CCE0FF"
},
{
"role": "surface",
"hex": "#FFD1CC",
"name": "#FFD1CC"
},
{
"role": "background",
"hex": "#FAFFCC",
"name": "#FAFFCC"
},
{
"role": "accent",
"hex": "#000000",
"name": "Black"
}
],
"accessibility": [
{
"role": "primary",
"hex": "#FFEBCD",
"name": "Blanched Almond",
"blackContrast": 18.02,
"whiteContrast": 1.17,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
],
"aaaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
{
"role": "secondary",
"hex": "#CCE0FF",
"name": "#CCE0FF",
"blackContrast": 15.67,
"whiteContrast": 1.34,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
],
"aaaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
{
"role": "surface",
"hex": "#FFD1CC",
"name": "#FFD1CC",
"blackContrast": 15.24,
"whiteContrast": 1.38,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
],
"aaaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
{
"role": "background",
"hex": "#FAFFCC",
"name": "#FAFFCC",
"blackContrast": 20.24,
"whiteContrast": 1.04,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
],
"aaaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
{
"role": "accent",
"hex": "#000000",
"name": "Black",
"blackContrast": 1,
"whiteContrast": 21,
"bestTextColor": "#FFFFFF",
"aaTextOptions": [
"#FFFFFF",
"#F5F5F5"
],
"aaaTextOptions": [
"#FFFFFF",
"#F5F5F5"
]
}
],
"cssVariables": "--palette-blanched-almond-primary: #FFEBCD;\n--palette-blanched-almond-secondary: #CCE0FF;\n--palette-blanched-almond-surface: #FFD1CC;\n--palette-blanched-almond-background: #FAFFCC;\n--palette-blanched-almond-accent: #000000;",
"relatedEndpoints": [
"https://www.colorsencyclopedia.com/api/palettes/blanched-almond.json",
"https://www.colorsencyclopedia.com/api/palettes.json",
"https://www.colorsencyclopedia.com/api/colors/blanched-almond.json"
],
"url": "https://www.colorsencyclopedia.com/palettes/blanched-almond/",
"apiUrl": "https://www.colorsencyclopedia.com/api/palettes/blanched-almond.json"
}