Generated palette
Ochre Palette
Ochre Palette: #CC7722, #2378CD, #CD2323, #CDCD23. Check roles, contrast and CSS variables; open source-color links and JSON.
Ochre Palette assigns primary #CC7722, secondary #2378CD, surface #CD2323, background #CDCD23, accent #000000. The set spans Orange, Blue, Red, and Yellow families with warm, cool, and neutral temperatures. Luminance runs from #000000 at 0 to #CDCD23 at 0.5676; black gives higher contrast on 3 of 5 values.
Palette Color Roles
Ochre Palette maps 5 colors to practical UI roles for interfaces, brand systems, and CSS tokens.
#CC7722Ochre#2378CD#2378CD#CD2323#CD2323#CDCD23#CDCD23#000000BlackCSS Variables
--palette-ochre-primary: #CC7722; --palette-ochre-secondary: #2378CD; --palette-ochre-surface: #CD2323; --palette-ochre-background: #CDCD23; --palette-ochre-accent: #000000;
Accessibility Snapshot
Compare all 5 Ochre Palette values against black and white text, with the stronger standard foreground identified for each role.
UI Components Preview
Preview how the Ochre Palette roles behave together across common interface components before copying the CSS variables.
Machine-readable data
Machine-Readable Ochre Palette Data (JSON)
Structured palette data for Ochre 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": "#CC7722",
"name": "Ochre"
},
{
"role": "secondary",
"hex": "#2378CD",
"name": "#2378CD"
},
{
"role": "surface",
"hex": "#CD2323",
"name": "#CD2323"
},
{
"role": "background",
"hex": "#CDCD23",
"name": "#CDCD23"
},
{
"role": "accent",
"hex": "#000000",
"name": "Black"
}
]Accessibility
[
{
"role": "primary",
"hex": "#CC7722",
"name": "Ochre",
"blackContrast": 6.23,
"whiteContrast": 3.37,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000",
"#1A1A1A"
],
"aaaTextOptions": []
},
{
"role": "secondary",
"hex": "#2378CD",
"name": "#2378CD",
"blackContrast": 4.64,
"whiteContrast": 4.53,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000",
"#FFFFFF"
],
"aaaTextOptions": []
},
{
"role": "surface",
"hex": "#CD2323",
"name": "#CD2323",
"blackContrast": 3.86,
"whiteContrast": 5.44,
"bestTextColor": "#FFFFFF",
"aaTextOptions": [
"#FFFFFF",
"#F5F5F5"
],
"aaaTextOptions": []
},
{
"role": "background",
"hex": "#CDCD23",
"name": "#CDCD23",
"blackContrast": 12.35,
"whiteContrast": 1.7,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
],
"aaaTextOptions": [
"#000000",
"#1A1A1A"
]
},
{
"role": "accent",
"hex": "#000000",
"name": "Black",
"blackContrast": 1,
"whiteContrast": 21,
"bestTextColor": "#FFFFFF",
"aaTextOptions": [
"#FFFFFF",
"#F5F5F5"
],
"aaaTextOptions": [
"#FFFFFF",
"#F5F5F5"
]
}
]Semantic groups
[
"ochre palette",
"generated palette",
"orange palette",
"blue palette",
"red palette",
"yellow palette",
"gray palette",
"balanced palette",
"dark palette",
"neutral palette",
"warm palette",
"cool palette"
]Use cases
[
"design system tokens",
"CSS variables",
"palette reference",
"AI color ingestion",
"calm digital interfaces"
]CSS variables
"--palette-ochre-primary: #CC7722;\n--palette-ochre-secondary: #2378CD;\n--palette-ochre-surface: #CD2323;\n--palette-ochre-background: #CDCD23;\n--palette-ochre-accent: #000000;"Full JSON dataset
{
"datasetVersion": "1.0.0",
"slug": "ochre",
"name": "Ochre Palette",
"type": "generated",
"sourceColor": "ochre",
"description": "Generated palette built from Ochre, its harmonies, a high-contrast pairing, and a light variant.",
"narrative": "Ochre Palette combines primary #CC7722, secondary #2378CD, surface #CD2323, background #CDCD23, 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": [
"ochre palette",
"generated palette",
"orange palette",
"blue palette",
"red palette",
"yellow palette",
"gray palette",
"balanced palette",
"dark palette",
"neutral palette",
"warm palette",
"cool palette"
],
"useCases": [
"design system tokens",
"CSS variables",
"palette reference",
"AI color ingestion",
"calm digital interfaces"
],
"colors": [
{
"role": "primary",
"hex": "#CC7722",
"slug": "ochre",
"name": "Ochre",
"rgb": [
204,
119,
34
],
"hsl": [
30,
71,
47
],
"cmyk": [
0,
42,
83,
20
],
"family": "orange",
"temperature": "warm",
"tone": [
"balanced"
],
"luminance": 0.2615,
"contrast": {
"black": 6.23,
"white": 3.37
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/colors/ochre/"
},
{
"role": "secondary",
"hex": "#2378CD",
"slug": null,
"name": "#2378CD",
"rgb": [
35,
120,
205
],
"hsl": [
210,
71,
47
],
"cmyk": [
83,
41,
0,
20
],
"family": "blue",
"temperature": "cool",
"tone": [
"balanced"
],
"luminance": 0.182,
"contrast": {
"black": 4.64,
"white": 4.53
},
"wcag": {
"AA": [
"#000000",
"#FFFFFF"
],
"AAA": []
},
"url": null
},
{
"role": "surface",
"hex": "#CD2323",
"slug": null,
"name": "#CD2323",
"rgb": [
205,
35,
35
],
"hsl": [
0,
71,
47
],
"cmyk": [
0,
83,
83,
20
],
"family": "red",
"temperature": "warm",
"tone": [
"balanced"
],
"luminance": 0.143,
"contrast": {
"black": 3.86,
"white": 5.44
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": []
},
"url": null
},
{
"role": "background",
"hex": "#CDCD23",
"slug": null,
"name": "#CDCD23",
"rgb": [
205,
205,
35
],
"hsl": [
60,
71,
47
],
"cmyk": [
0,
0,
83,
20
],
"family": "yellow",
"temperature": "warm",
"tone": [
"balanced"
],
"luminance": 0.5676,
"contrast": {
"black": 12.35,
"white": 1.7
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"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": "#CC7722",
"name": "Ochre"
},
{
"role": "secondary",
"hex": "#2378CD",
"name": "#2378CD"
},
{
"role": "surface",
"hex": "#CD2323",
"name": "#CD2323"
},
{
"role": "background",
"hex": "#CDCD23",
"name": "#CDCD23"
},
{
"role": "accent",
"hex": "#000000",
"name": "Black"
}
],
"accessibility": [
{
"role": "primary",
"hex": "#CC7722",
"name": "Ochre",
"blackContrast": 6.23,
"whiteContrast": 3.37,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000",
"#1A1A1A"
],
"aaaTextOptions": []
},
{
"role": "secondary",
"hex": "#2378CD",
"name": "#2378CD",
"blackContrast": 4.64,
"whiteContrast": 4.53,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000",
"#FFFFFF"
],
"aaaTextOptions": []
},
{
"role": "surface",
"hex": "#CD2323",
"name": "#CD2323",
"blackContrast": 3.86,
"whiteContrast": 5.44,
"bestTextColor": "#FFFFFF",
"aaTextOptions": [
"#FFFFFF",
"#F5F5F5"
],
"aaaTextOptions": []
},
{
"role": "background",
"hex": "#CDCD23",
"name": "#CDCD23",
"blackContrast": 12.35,
"whiteContrast": 1.7,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
],
"aaaTextOptions": [
"#000000",
"#1A1A1A"
]
},
{
"role": "accent",
"hex": "#000000",
"name": "Black",
"blackContrast": 1,
"whiteContrast": 21,
"bestTextColor": "#FFFFFF",
"aaTextOptions": [
"#FFFFFF",
"#F5F5F5"
],
"aaaTextOptions": [
"#FFFFFF",
"#F5F5F5"
]
}
],
"cssVariables": "--palette-ochre-primary: #CC7722;\n--palette-ochre-secondary: #2378CD;\n--palette-ochre-surface: #CD2323;\n--palette-ochre-background: #CDCD23;\n--palette-ochre-accent: #000000;",
"relatedEndpoints": [
"https://www.colorsencyclopedia.com/api/palettes/ochre.json",
"https://www.colorsencyclopedia.com/api/palettes.json",
"https://www.colorsencyclopedia.com/api/colors/ochre.json"
],
"url": "https://www.colorsencyclopedia.com/palettes/ochre/",
"apiUrl": "https://www.colorsencyclopedia.com/api/palettes/ochre.json"
}