Generated palette
Desert Clay Palette
Desert Clay Palette: #B86D4B, #4C96B8, #B84C60, #B8A44C. Check roles, contrast and CSS variables; open source-color links and JSON.
Desert Clay Palette assigns primary #B86D4B, secondary #4C96B8, surface #B84C60, background #B8A44C, accent #000000. The set spans Orange, Blue, Red, and Yellow families with warm, cool, and neutral temperatures. Luminance runs from #000000 at 0 to #B8A44C at 0.3726; black gives higher contrast on 3 of 5 values.
Palette Color Roles
Desert Clay Palette maps 5 colors to practical UI roles for interfaces, brand systems, and CSS tokens.
#B86D4BDesert Clay#4C96B8#4C96B8#B84C60#B84C60#B8A44C#B8A44C#000000BlackCSS Variables
--palette-desert-clay-primary: #B86D4B; --palette-desert-clay-secondary: #4C96B8; --palette-desert-clay-surface: #B84C60; --palette-desert-clay-background: #B8A44C; --palette-desert-clay-accent: #000000;
Accessibility Snapshot
Compare all 5 Desert Clay Palette values against black and white text, with the stronger standard foreground identified for each role.
UI Components Preview
Preview how the Desert Clay Palette roles behave together across common interface components before copying the CSS variables.
Machine-readable data
Machine-Readable Desert Clay Palette Data (JSON)
Structured palette data for Desert Clay 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": "#B86D4B",
"name": "Desert Clay"
},
{
"role": "secondary",
"hex": "#4C96B8",
"name": "#4C96B8"
},
{
"role": "surface",
"hex": "#B84C60",
"name": "#B84C60"
},
{
"role": "background",
"hex": "#B8A44C",
"name": "#B8A44C"
},
{
"role": "accent",
"hex": "#000000",
"name": "Black"
}
]Accessibility
[
{
"role": "primary",
"hex": "#B86D4B",
"name": "Desert Clay",
"blackContrast": 5.33,
"whiteContrast": 3.94,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000"
],
"aaaTextOptions": []
},
{
"role": "secondary",
"hex": "#4C96B8",
"name": "#4C96B8",
"blackContrast": 6.36,
"whiteContrast": 3.3,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000",
"#1A1A1A"
],
"aaaTextOptions": []
},
{
"role": "surface",
"hex": "#B84C60",
"name": "#B84C60",
"blackContrast": 4.24,
"whiteContrast": 4.95,
"bestTextColor": "#FFFFFF",
"aaTextOptions": [
"#FFFFFF",
"#F5F5F5"
],
"aaaTextOptions": []
},
{
"role": "background",
"hex": "#B8A44C",
"name": "#B8A44C",
"blackContrast": 8.45,
"whiteContrast": 2.48,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000",
"#1A1A1A"
],
"aaaTextOptions": [
"#000000",
"#1A1A1A"
]
},
{
"role": "accent",
"hex": "#000000",
"name": "Black",
"blackContrast": 1,
"whiteContrast": 21,
"bestTextColor": "#FFFFFF",
"aaTextOptions": [
"#FFFFFF",
"#F5F5F5"
],
"aaaTextOptions": [
"#FFFFFF",
"#F5F5F5"
]
}
]Semantic groups
[
"desert clay palette",
"generated palette",
"orange palette",
"blue palette",
"red palette",
"yellow palette",
"gray palette",
"earth tone palette",
"balanced palette",
"dark palette",
"neutral palette",
"warm palette",
"cool palette"
]Use cases
[
"design system tokens",
"CSS variables",
"palette reference",
"AI color ingestion",
"natural branding",
"calm digital interfaces"
]CSS variables
"--palette-desert-clay-primary: #B86D4B;\n--palette-desert-clay-secondary: #4C96B8;\n--palette-desert-clay-surface: #B84C60;\n--palette-desert-clay-background: #B8A44C;\n--palette-desert-clay-accent: #000000;"Full JSON dataset
{
"datasetVersion": "1.0.0",
"slug": "desert-clay",
"name": "Desert Clay Palette",
"type": "generated",
"sourceColor": "desert-clay",
"description": "Generated palette built from Desert Clay, its harmonies, a high-contrast pairing, and a light variant.",
"narrative": "Desert Clay Palette combines primary #B86D4B, secondary #4C96B8, surface #B84C60, background #B8A44C, 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": [
"desert clay palette",
"generated palette",
"orange palette",
"blue palette",
"red palette",
"yellow palette",
"gray palette",
"earth tone palette",
"balanced palette",
"dark palette",
"neutral palette",
"warm palette",
"cool palette"
],
"useCases": [
"design system tokens",
"CSS variables",
"palette reference",
"AI color ingestion",
"natural branding",
"calm digital interfaces"
],
"colors": [
{
"role": "primary",
"hex": "#B86D4B",
"slug": "desert-clay",
"name": "Desert Clay",
"rgb": [
184,
109,
75
],
"hsl": [
19,
43,
51
],
"cmyk": [
0,
41,
59,
28
],
"family": "orange",
"temperature": "warm",
"tone": [
"earth-tone"
],
"luminance": 0.2164,
"contrast": {
"black": 5.33,
"white": 3.94
},
"wcag": {
"AA": [
"#000000"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/colors/desert-clay/"
},
{
"role": "secondary",
"hex": "#4C96B8",
"slug": null,
"name": "#4C96B8",
"rgb": [
76,
150,
184
],
"hsl": [
199,
43,
51
],
"cmyk": [
59,
18,
0,
28
],
"family": "blue",
"temperature": "cool",
"tone": [
"balanced"
],
"luminance": 0.2681,
"contrast": {
"black": 6.36,
"white": 3.3
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": []
},
"url": null
},
{
"role": "surface",
"hex": "#B84C60",
"slug": null,
"name": "#B84C60",
"rgb": [
184,
76,
96
],
"hsl": [
349,
43,
51
],
"cmyk": [
0,
59,
48,
28
],
"family": "red",
"temperature": "warm",
"tone": [
"balanced"
],
"luminance": 0.162,
"contrast": {
"black": 4.24,
"white": 4.95
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": []
},
"url": null
},
{
"role": "background",
"hex": "#B8A44C",
"slug": null,
"name": "#B8A44C",
"rgb": [
184,
164,
76
],
"hsl": [
49,
43,
51
],
"cmyk": [
0,
11,
59,
28
],
"family": "yellow",
"temperature": "warm",
"tone": [
"earth-tone"
],
"luminance": 0.3726,
"contrast": {
"black": 8.45,
"white": 2.48
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"url": null
},
{
"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": "#B86D4B",
"name": "Desert Clay"
},
{
"role": "secondary",
"hex": "#4C96B8",
"name": "#4C96B8"
},
{
"role": "surface",
"hex": "#B84C60",
"name": "#B84C60"
},
{
"role": "background",
"hex": "#B8A44C",
"name": "#B8A44C"
},
{
"role": "accent",
"hex": "#000000",
"name": "Black"
}
],
"accessibility": [
{
"role": "primary",
"hex": "#B86D4B",
"name": "Desert Clay",
"blackContrast": 5.33,
"whiteContrast": 3.94,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000"
],
"aaaTextOptions": []
},
{
"role": "secondary",
"hex": "#4C96B8",
"name": "#4C96B8",
"blackContrast": 6.36,
"whiteContrast": 3.3,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000",
"#1A1A1A"
],
"aaaTextOptions": []
},
{
"role": "surface",
"hex": "#B84C60",
"name": "#B84C60",
"blackContrast": 4.24,
"whiteContrast": 4.95,
"bestTextColor": "#FFFFFF",
"aaTextOptions": [
"#FFFFFF",
"#F5F5F5"
],
"aaaTextOptions": []
},
{
"role": "background",
"hex": "#B8A44C",
"name": "#B8A44C",
"blackContrast": 8.45,
"whiteContrast": 2.48,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000",
"#1A1A1A"
],
"aaaTextOptions": [
"#000000",
"#1A1A1A"
]
},
{
"role": "accent",
"hex": "#000000",
"name": "Black",
"blackContrast": 1,
"whiteContrast": 21,
"bestTextColor": "#FFFFFF",
"aaTextOptions": [
"#FFFFFF",
"#F5F5F5"
],
"aaaTextOptions": [
"#FFFFFF",
"#F5F5F5"
]
}
],
"cssVariables": "--palette-desert-clay-primary: #B86D4B;\n--palette-desert-clay-secondary: #4C96B8;\n--palette-desert-clay-surface: #B84C60;\n--palette-desert-clay-background: #B8A44C;\n--palette-desert-clay-accent: #000000;",
"relatedEndpoints": [
"https://www.colorsencyclopedia.com/api/palettes/desert-clay.json",
"https://www.colorsencyclopedia.com/api/palettes.json",
"https://www.colorsencyclopedia.com/api/colors/desert-clay.json"
],
"url": "https://www.colorsencyclopedia.com/palettes/desert-clay/",
"apiUrl": "https://www.colorsencyclopedia.com/api/palettes/desert-clay.json"
}