Generated palette
Porcelain Palette
Porcelain Palette: #F2F3F4, #F3F2F1, #F1F3F3, #F1F1F3. Check roles, contrast and CSS variables; open source-color links and JSON.
Porcelain Palette assigns primary #F2F3F4, secondary #F3F2F1, surface #F1F3F3, background #F1F1F3, accent #000000. The set spans Blue, Orange, Cyan, and Gray families with cool, warm, and neutral temperatures. Luminance runs from #000000 at 0 to #F2F3F4 at 0.8951; black gives higher contrast on 4 of 5 values.
Palette Color Roles
Porcelain Palette maps 5 colors to practical UI roles for interfaces, brand systems, and CSS tokens.
#F2F3F4Porcelain#F3F2F1#F3F2F1#F1F3F3#F1F3F3#F1F1F3#F1F1F3#000000BlackCSS Variables
--palette-porcelain-primary: #F2F3F4; --palette-porcelain-secondary: #F3F2F1; --palette-porcelain-surface: #F1F3F3; --palette-porcelain-background: #F1F1F3; --palette-porcelain-accent: #000000;
Accessibility Snapshot
Compare all 5 Porcelain Palette values against black and white text, with the stronger standard foreground identified for each role.
UI Components Preview
Preview how the Porcelain Palette roles behave together across common interface components before copying the CSS variables.
Machine-readable data
Machine-Readable Porcelain Palette Data (JSON)
Structured palette data for Porcelain 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": "#F2F3F4",
"name": "Porcelain"
},
{
"role": "secondary",
"hex": "#F3F2F1",
"name": "#F3F2F1"
},
{
"role": "surface",
"hex": "#F1F3F3",
"name": "#F1F3F3"
},
{
"role": "background",
"hex": "#F1F1F3",
"name": "#F1F1F3"
},
{
"role": "accent",
"hex": "#000000",
"name": "Black"
}
]Accessibility
[
{
"role": "primary",
"hex": "#F2F3F4",
"name": "Porcelain",
"blackContrast": 18.9,
"whiteContrast": 1.11,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
],
"aaaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
{
"role": "secondary",
"hex": "#F3F2F1",
"name": "#F3F2F1",
"blackContrast": 18.78,
"whiteContrast": 1.12,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
],
"aaaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
{
"role": "surface",
"hex": "#F1F3F3",
"name": "#F1F3F3",
"blackContrast": 18.85,
"whiteContrast": 1.11,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
],
"aaaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
{
"role": "background",
"hex": "#F1F1F3",
"name": "#F1F1F3",
"blackContrast": 18.62,
"whiteContrast": 1.13,
"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
[
"porcelain palette",
"generated palette",
"blue palette",
"orange palette",
"cyan palette",
"gray palette",
"light palette",
"dark palette",
"neutral palette",
"cool palette",
"warm palette"
]Use cases
[
"design system tokens",
"CSS variables",
"palette reference",
"AI color ingestion",
"calm digital interfaces"
]CSS variables
"--palette-porcelain-primary: #F2F3F4;\n--palette-porcelain-secondary: #F3F2F1;\n--palette-porcelain-surface: #F1F3F3;\n--palette-porcelain-background: #F1F1F3;\n--palette-porcelain-accent: #000000;"Full JSON dataset
{
"datasetVersion": "1.0.0",
"slug": "porcelain",
"name": "Porcelain Palette",
"type": "generated",
"sourceColor": "porcelain",
"description": "Generated palette built from Porcelain, its harmonies, a high-contrast pairing, and a light variant.",
"narrative": "Porcelain Palette combines primary #F2F3F4, secondary #F3F2F1, surface #F1F3F3, background #F1F1F3, 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": [
"porcelain palette",
"generated palette",
"blue palette",
"orange palette",
"cyan palette",
"gray palette",
"light palette",
"dark palette",
"neutral palette",
"cool palette",
"warm palette"
],
"useCases": [
"design system tokens",
"CSS variables",
"palette reference",
"AI color ingestion",
"calm digital interfaces"
],
"colors": [
{
"role": "primary",
"hex": "#F2F3F4",
"slug": "porcelain",
"name": "Porcelain",
"rgb": [
242,
243,
244
],
"hsl": [
210,
8,
95
],
"cmyk": [
1,
0,
0,
4
],
"family": "blue",
"temperature": "cool",
"tone": [
"light"
],
"luminance": 0.8951,
"contrast": {
"black": 18.9,
"white": 1.11
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"url": "https://www.colorsencyclopedia.com/colors/porcelain/"
},
{
"role": "secondary",
"hex": "#F3F2F1",
"slug": null,
"name": "#F3F2F1",
"rgb": [
243,
242,
241
],
"hsl": [
30,
8,
95
],
"cmyk": [
0,
0,
1,
5
],
"family": "orange",
"temperature": "warm",
"tone": [
"light"
],
"luminance": 0.8891,
"contrast": {
"black": 18.78,
"white": 1.12
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"url": null
},
{
"role": "surface",
"hex": "#F1F3F3",
"slug": null,
"name": "#F1F3F3",
"rgb": [
241,
243,
243
],
"hsl": [
180,
8,
95
],
"cmyk": [
1,
0,
0,
5
],
"family": "cyan",
"temperature": "cool",
"tone": [
"light"
],
"luminance": 0.8927,
"contrast": {
"black": 18.85,
"white": 1.11
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"url": null
},
{
"role": "background",
"hex": "#F1F1F3",
"slug": null,
"name": "#F1F1F3",
"rgb": [
241,
241,
243
],
"hsl": [
240,
8,
95
],
"cmyk": [
1,
1,
0,
5
],
"family": "blue",
"temperature": "cool",
"tone": [
"light"
],
"luminance": 0.8808,
"contrast": {
"black": 18.62,
"white": 1.13
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"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": "#F2F3F4",
"name": "Porcelain"
},
{
"role": "secondary",
"hex": "#F3F2F1",
"name": "#F3F2F1"
},
{
"role": "surface",
"hex": "#F1F3F3",
"name": "#F1F3F3"
},
{
"role": "background",
"hex": "#F1F1F3",
"name": "#F1F1F3"
},
{
"role": "accent",
"hex": "#000000",
"name": "Black"
}
],
"accessibility": [
{
"role": "primary",
"hex": "#F2F3F4",
"name": "Porcelain",
"blackContrast": 18.9,
"whiteContrast": 1.11,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
],
"aaaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
{
"role": "secondary",
"hex": "#F3F2F1",
"name": "#F3F2F1",
"blackContrast": 18.78,
"whiteContrast": 1.12,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
],
"aaaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
{
"role": "surface",
"hex": "#F1F3F3",
"name": "#F1F3F3",
"blackContrast": 18.85,
"whiteContrast": 1.11,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
],
"aaaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
{
"role": "background",
"hex": "#F1F1F3",
"name": "#F1F1F3",
"blackContrast": 18.62,
"whiteContrast": 1.13,
"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-porcelain-primary: #F2F3F4;\n--palette-porcelain-secondary: #F3F2F1;\n--palette-porcelain-surface: #F1F3F3;\n--palette-porcelain-background: #F1F1F3;\n--palette-porcelain-accent: #000000;",
"relatedEndpoints": [
"https://www.colorsencyclopedia.com/api/palettes/porcelain.json",
"https://www.colorsencyclopedia.com/api/palettes.json",
"https://www.colorsencyclopedia.com/api/colors/porcelain.json"
],
"url": "https://www.colorsencyclopedia.com/palettes/porcelain/",
"apiUrl": "https://www.colorsencyclopedia.com/api/palettes/porcelain.json"
}