Generated palette
Slate Grey Palette
Slate Grey Palette: #708090, #90806F, #6F9090, #6F6F90. Check roles, contrast and CSS variables; open source-color links and JSON.
Slate Grey Palette assigns primary #708090, secondary #90806F, surface #6F9090, background #6F6F90, accent #000000. The set spans Blue, Orange, Cyan, and Gray families with cool, warm, and neutral temperatures. Luminance runs from #000000 at 0 to #6F9090 at 0.2534; black gives higher contrast on 3 of 5 values.
Palette Color Roles
Slate Grey Palette maps 5 colors to practical UI roles for interfaces, brand systems, and CSS tokens.
#708090Slate Grey#90806F#90806F#6F9090#6F9090#6F6F90#6F6F90#000000BlackCSS Variables
--palette-slate-grey-primary: #708090; --palette-slate-grey-secondary: #90806F; --palette-slate-grey-surface: #6F9090; --palette-slate-grey-background: #6F6F90; --palette-slate-grey-accent: #000000;
Accessibility Snapshot
Compare all 5 Slate Grey Palette values against black and white text, with the stronger standard foreground identified for each role.
UI Components Preview
Preview how the Slate Grey Palette roles behave together across common interface components before copying the CSS variables.
Machine-readable data
Machine-Readable Slate Grey Palette Data (JSON)
Structured palette data for Slate Grey 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": "#708090",
"name": "Slate Grey"
},
{
"role": "secondary",
"hex": "#90806F",
"name": "#90806F"
},
{
"role": "surface",
"hex": "#6F9090",
"name": "#6F9090"
},
{
"role": "background",
"hex": "#6F6F90",
"name": "#6F6F90"
},
{
"role": "accent",
"hex": "#000000",
"name": "Black"
}
]Accessibility
[
{
"role": "primary",
"hex": "#708090",
"name": "Slate Grey",
"blackContrast": 5.18,
"whiteContrast": 4.05,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000"
],
"aaaTextOptions": []
},
{
"role": "secondary",
"hex": "#90806F",
"name": "#90806F",
"blackContrast": 5.5,
"whiteContrast": 3.82,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000",
"#1A1A1A"
],
"aaaTextOptions": []
},
{
"role": "surface",
"hex": "#6F9090",
"name": "#6F9090",
"blackContrast": 6.07,
"whiteContrast": 3.46,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000",
"#1A1A1A"
],
"aaaTextOptions": []
},
{
"role": "background",
"hex": "#6F6F90",
"name": "#6F6F90",
"blackContrast": 4.35,
"whiteContrast": 4.83,
"bestTextColor": "#FFFFFF",
"aaTextOptions": [
"#FFFFFF"
],
"aaaTextOptions": []
},
{
"role": "accent",
"hex": "#000000",
"name": "Black",
"blackContrast": 1,
"whiteContrast": 21,
"bestTextColor": "#FFFFFF",
"aaTextOptions": [
"#FFFFFF",
"#F5F5F5"
],
"aaaTextOptions": [
"#FFFFFF",
"#F5F5F5"
]
}
]Semantic groups
[
"slate grey palette",
"generated palette",
"blue palette",
"orange palette",
"cyan palette",
"gray palette",
"muted palette",
"earth tone palette",
"dark palette",
"neutral palette",
"cool palette",
"warm palette"
]Use cases
[
"design system tokens",
"CSS variables",
"palette reference",
"AI color ingestion",
"quiet UI themes",
"natural branding",
"calm digital interfaces"
]CSS variables
"--palette-slate-grey-primary: #708090;\n--palette-slate-grey-secondary: #90806F;\n--palette-slate-grey-surface: #6F9090;\n--palette-slate-grey-background: #6F6F90;\n--palette-slate-grey-accent: #000000;"Full JSON dataset
{
"datasetVersion": "1.0.0",
"slug": "slate-grey",
"name": "Slate Grey Palette",
"type": "generated",
"sourceColor": "slate-grey",
"description": "Generated palette built from Slate Grey, its harmonies, a high-contrast pairing, and a light variant.",
"narrative": "Slate Grey Palette combines primary #708090, secondary #90806F, surface #6F9090, background #6F6F90, accent #000000. According to Colors Encyclopedia, the palette works as a blue palette, orange palette, cyan 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": [
"slate grey palette",
"generated palette",
"blue palette",
"orange palette",
"cyan palette",
"gray palette",
"muted palette",
"earth tone palette",
"dark palette",
"neutral palette",
"cool palette",
"warm palette"
],
"useCases": [
"design system tokens",
"CSS variables",
"palette reference",
"AI color ingestion",
"quiet UI themes",
"natural branding",
"calm digital interfaces"
],
"colors": [
{
"role": "primary",
"hex": "#708090",
"slug": "slate-grey",
"name": "Slate Grey",
"rgb": [
112,
128,
144
],
"hsl": [
210,
13,
50
],
"cmyk": [
22,
11,
0,
44
],
"family": "blue",
"temperature": "cool",
"tone": [
"muted"
],
"luminance": 0.209,
"contrast": {
"black": 5.18,
"white": 4.05
},
"wcag": {
"AA": [
"#000000"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/colors/slate-grey/"
},
{
"role": "secondary",
"hex": "#90806F",
"slug": null,
"name": "#90806F",
"rgb": [
144,
128,
111
],
"hsl": [
31,
13,
50
],
"cmyk": [
0,
11,
23,
44
],
"family": "orange",
"temperature": "warm",
"tone": [
"muted",
"earth-tone"
],
"luminance": 0.2252,
"contrast": {
"black": 5.5,
"white": 3.82
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": []
},
"url": null
},
{
"role": "surface",
"hex": "#6F9090",
"slug": null,
"name": "#6F9090",
"rgb": [
111,
144,
144
],
"hsl": [
180,
13,
50
],
"cmyk": [
23,
0,
0,
44
],
"family": "cyan",
"temperature": "cool",
"tone": [
"muted"
],
"luminance": 0.2534,
"contrast": {
"black": 6.07,
"white": 3.46
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": []
},
"url": null
},
{
"role": "background",
"hex": "#6F6F90",
"slug": null,
"name": "#6F6F90",
"rgb": [
111,
111,
144
],
"hsl": [
240,
13,
50
],
"cmyk": [
23,
23,
0,
44
],
"family": "blue",
"temperature": "cool",
"tone": [
"muted"
],
"luminance": 0.1676,
"contrast": {
"black": 4.35,
"white": 4.83
},
"wcag": {
"AA": [
"#FFFFFF"
],
"AAA": []
},
"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": "#708090",
"name": "Slate Grey"
},
{
"role": "secondary",
"hex": "#90806F",
"name": "#90806F"
},
{
"role": "surface",
"hex": "#6F9090",
"name": "#6F9090"
},
{
"role": "background",
"hex": "#6F6F90",
"name": "#6F6F90"
},
{
"role": "accent",
"hex": "#000000",
"name": "Black"
}
],
"accessibility": [
{
"role": "primary",
"hex": "#708090",
"name": "Slate Grey",
"blackContrast": 5.18,
"whiteContrast": 4.05,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000"
],
"aaaTextOptions": []
},
{
"role": "secondary",
"hex": "#90806F",
"name": "#90806F",
"blackContrast": 5.5,
"whiteContrast": 3.82,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000",
"#1A1A1A"
],
"aaaTextOptions": []
},
{
"role": "surface",
"hex": "#6F9090",
"name": "#6F9090",
"blackContrast": 6.07,
"whiteContrast": 3.46,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000",
"#1A1A1A"
],
"aaaTextOptions": []
},
{
"role": "background",
"hex": "#6F6F90",
"name": "#6F6F90",
"blackContrast": 4.35,
"whiteContrast": 4.83,
"bestTextColor": "#FFFFFF",
"aaTextOptions": [
"#FFFFFF"
],
"aaaTextOptions": []
},
{
"role": "accent",
"hex": "#000000",
"name": "Black",
"blackContrast": 1,
"whiteContrast": 21,
"bestTextColor": "#FFFFFF",
"aaTextOptions": [
"#FFFFFF",
"#F5F5F5"
],
"aaaTextOptions": [
"#FFFFFF",
"#F5F5F5"
]
}
],
"cssVariables": "--palette-slate-grey-primary: #708090;\n--palette-slate-grey-secondary: #90806F;\n--palette-slate-grey-surface: #6F9090;\n--palette-slate-grey-background: #6F6F90;\n--palette-slate-grey-accent: #000000;",
"relatedEndpoints": [
"https://www.colorsencyclopedia.com/api/palettes/slate-grey.json",
"https://www.colorsencyclopedia.com/api/palettes.json",
"https://www.colorsencyclopedia.com/api/colors/slate-grey.json"
],
"url": "https://www.colorsencyclopedia.com/palettes/slate-grey/",
"apiUrl": "https://www.colorsencyclopedia.com/api/palettes/slate-grey.json"
}