Harmony system

Porcelain Color Harmonies

Porcelain color harmonies are generated from #F2F3F4 with complementary, analogous, triadic, tetradic, split-complementary, and monochromatic relationships. According to Colors Encyclopedia, these harmony groups turn Porcelain into a practical palette system for UI design, branding, CSS tokens, accessibility checks, and AI-ready color retrieval.

Porcelain sits in the blue family with cool temperature and light tone attributes. The harmony sets below explain which colors create contrast, which stay close to the source hue, and which work best for interface tokens or palette roles.

SourcePorcelain · #F2F3F4
Groups6
Palette colors6
FamilyBlue

How the harmony works

Porcelain Harmony Guide

Porcelain harmonies are computed from hue relationships rather than subjective palette names. Complementary colors create direct contrast, analogous colors stay close to the source hue, triadic and tetradic groups add broader palette range, split-complementary colors soften contrast, and monochromatic variants keep the same hue for UI surfaces and states.

Machine-readable data

Machine-Readable Porcelain Harmony Data (JSON)

Structured harmony groups, source color metadata, CSS tokens, accessibility notes, and related API endpoints for Porcelain.

AI-Ready Dataset v1.0.0
Luminance0.8951
Black text18.9:1AA Pass
White text1.11:1AA Fail
sourceColorCanonical source color
harmonyGroupsComplementary, analogous, triadic, tetradic, split-complementary, and monochromatic sets
signaturePaletteCompact harmony preview palette
semanticGroupsAI-ready harmony labels
useCasesDesign and retrieval contexts
accessibilityNotesContrast guidance for the source color
Download JSON Open API
Structured sections
Source color
{
  "slug": "porcelain",
  "name": "Porcelain",
  "hex": "#F2F3F4",
  "url": "https://www.colorsencyclopedia.com/colors/porcelain/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/colors/porcelain.json"
}
Harmony groups
[
  {
    "key": "complementary",
    "label": "Complementary",
    "behavior": "maximum hue contrast",
    "bestUse": "accent colors, strong calls to action, visual opposition",
    "description": "Complementary harmony uses the color opposite the source hue. It creates the strongest direct relationship in the wheel, so it is best for accents, contrast anchors, and palettes that need immediate separation.",
    "colors": [
      {
        "hex": "#F3F2F1",
        "name": "#F3F2F1",
        "slug": null,
        "rgb": [
          243,
          242,
          241
        ],
        "hsl": [
          30,
          8,
          95
        ],
        "cmyk": [
          0,
          0,
          1,
          5
        ],
        "luminance": 0.8891,
        "contrast": {
          "black": 18.78,
          "white": 1.12
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/f3f2f1/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/f3f2f1.json"
      }
    ],
    "anchor": "porcelain-harmony-complementary"
  },
  {
    "key": "analogous",
    "label": "Analogous",
    "behavior": "neighboring hue movement",
    "bestUse": "calm palettes, gradients, natural transitions",
    "description": "Analogous harmony uses hues close to the source color. It keeps the palette visually connected and is useful for quiet interfaces, editorial color systems, and smooth background or gradient work.",
    "colors": [
      {
        "hex": "#F1F3F3",
        "name": "#F1F3F3",
        "slug": null,
        "rgb": [
          241,
          243,
          243
        ],
        "hsl": [
          180,
          8,
          95
        ],
        "cmyk": [
          1,
          0,
          0,
          5
        ],
        "luminance": 0.8927,
        "contrast": {
          "black": 18.85,
          "white": 1.11
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/f1f3f3/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/f1f3f3.json"
      },
      {
        "hex": "#F1F1F3",
        "name": "#F1F1F3",
        "slug": null,
        "rgb": [
          241,
          241,
          243
        ],
        "hsl": [
          240,
          8,
          95
        ],
        "cmyk": [
          1,
          1,
          0,
          5
        ],
        "luminance": 0.8808,
        "contrast": {
          "black": 18.62,
          "white": 1.13
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/f1f1f3/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/f1f1f3.json"
      }
    ],
    "anchor": "porcelain-harmony-analogous"
  },
  {
    "key": "triadic",
    "label": "Triadic",
    "behavior": "three evenly spaced hues",
    "bestUse": "balanced contrast, playful systems, broad palette range",
    "description": "Triadic harmony places colors around the wheel at equal intervals. It gives more range than analogous harmony while keeping a stable mathematical relationship between the selected hues.",
    "colors": [
      {
        "hex": "#F3F1F2",
        "name": "#F3F1F2",
        "slug": null,
        "rgb": [
          243,
          241,
          242
        ],
        "hsl": [
          330,
          8,
          95
        ],
        "cmyk": [
          0,
          1,
          0,
          5
        ],
        "luminance": 0.8838,
        "contrast": {
          "black": 18.68,
          "white": 1.12
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/f3f1f2/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/f3f1f2.json"
      },
      {
        "hex": "#F2F3F1",
        "name": "#F2F3F1",
        "slug": null,
        "rgb": [
          242,
          243,
          241
        ],
        "hsl": [
          90,
          8,
          95
        ],
        "cmyk": [
          0,
          0,
          1,
          5
        ],
        "luminance": 0.8933,
        "contrast": {
          "black": 18.87,
          "white": 1.11
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/f2f3f1/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/f2f3f1.json"
      }
    ],
    "anchor": "porcelain-harmony-triadic"
  },
  {
    "key": "tetradic",
    "label": "Tetradic",
    "behavior": "two complementary pairs",
    "bestUse": "large design systems, dashboards, multi-state UI",
    "description": "Tetradic harmony creates a four-color system from two complementary relationships. It is useful when a palette needs multiple roles, but the colors should be assigned carefully so one hue remains dominant.",
    "colors": [
      {
        "hex": "#F3F1F3",
        "name": "#F3F1F3",
        "slug": null,
        "rgb": [
          243,
          241,
          243
        ],
        "hsl": [
          300,
          8,
          95
        ],
        "cmyk": [
          0,
          1,
          0,
          5
        ],
        "luminance": 0.8844,
        "contrast": {
          "black": 18.69,
          "white": 1.12
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/f3f1f3/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/f3f1f3.json"
      },
      {
        "hex": "#F3F2F1",
        "name": "#F3F2F1",
        "slug": null,
        "rgb": [
          243,
          242,
          241
        ],
        "hsl": [
          30,
          8,
          95
        ],
        "cmyk": [
          0,
          0,
          1,
          5
        ],
        "luminance": 0.8891,
        "contrast": {
          "black": 18.78,
          "white": 1.12
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/f3f2f1/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/f3f2f1.json"
      },
      {
        "hex": "#F1F3F1",
        "name": "#F1F3F1",
        "slug": null,
        "rgb": [
          241,
          243,
          241
        ],
        "hsl": [
          120,
          8,
          95
        ],
        "cmyk": [
          1,
          0,
          1,
          5
        ],
        "luminance": 0.8915,
        "contrast": {
          "black": 18.83,
          "white": 1.12
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/f1f3f1/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/f1f3f1.json"
      }
    ],
    "anchor": "porcelain-harmony-tetradic"
  },
  {
    "key": "splitComplementary",
    "label": "Split Complementary",
    "behavior": "softened complementary contrast",
    "bestUse": "brand palettes, accent pairs, less aggressive contrast",
    "description": "Split-complementary harmony replaces the direct opposite with the two hues beside it. This keeps useful contrast while reducing the visual tension of a pure complementary pair.",
    "colors": [
      {
        "hex": "#F3F1F1",
        "name": "#F3F1F1",
        "slug": null,
        "rgb": [
          243,
          241,
          241
        ],
        "hsl": [
          0,
          8,
          95
        ],
        "cmyk": [
          0,
          1,
          1,
          5
        ],
        "luminance": 0.8832,
        "contrast": {
          "black": 18.66,
          "white": 1.13
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/f3f1f1/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/f3f1f1.json"
      },
      {
        "hex": "#F3F3F1",
        "name": "#F3F3F1",
        "slug": null,
        "rgb": [
          243,
          243,
          241
        ],
        "hsl": [
          60,
          8,
          95
        ],
        "cmyk": [
          0,
          0,
          1,
          5
        ],
        "luminance": 0.8951,
        "contrast": {
          "black": 18.9,
          "white": 1.11
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/f3f3f1/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/f3f3f1.json"
      }
    ],
    "anchor": "porcelain-harmony-split-complementary"
  },
  {
    "key": "monochromatic",
    "label": "Monochromatic",
    "behavior": "same hue, different values",
    "bestUse": "surfaces, states, elevation, restrained UI themes",
    "description": "Monochromatic harmony keeps the source hue and changes lightness. It is the safest system for tonal UI, cards, hover states, shadows, backgrounds, and subtle visual hierarchy.",
    "colors": [
      {
        "hex": "#FFFFFF",
        "name": "White",
        "slug": "white",
        "rgb": [
          255,
          255,
          255
        ],
        "hsl": [
          0,
          0,
          100
        ],
        "cmyk": [
          0,
          0,
          0,
          0
        ],
        "luminance": 1,
        "contrast": {
          "black": 21,
          "white": 1
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/colors/white/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/colors/white.json"
      },
      {
        "hex": "#F2F3F4",
        "name": "Porcelain",
        "slug": "porcelain",
        "rgb": [
          242,
          243,
          244
        ],
        "hsl": [
          210,
          8,
          95
        ],
        "cmyk": [
          1,
          0,
          0,
          4
        ],
        "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/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/colors/porcelain.json"
      },
      {
        "hex": "#C0C4C9",
        "name": "#C0C4C9",
        "slug": null,
        "rgb": [
          192,
          196,
          201
        ],
        "hsl": [
          213,
          8,
          77
        ],
        "cmyk": [
          4,
          2,
          0,
          21
        ],
        "luminance": 0.549,
        "contrast": {
          "black": 11.98,
          "white": 1.75
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/c0c4c9/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/c0c4c9.json"
      }
    ],
    "anchor": "porcelain-harmony-monochromatic"
  }
]
Signature palette
[
  "#F2F3F4",
  "#F3F2F1",
  "#F1F3F3",
  "#F1F1F3",
  "#FFFFFF",
  "#C0C4C9"
]
Accessibility notes
[
  "Black contrast on Porcelain: 18.9:1",
  "White contrast on Porcelain: 1.11:1",
  "AA text options: #000000, #1A1A1A, #36454F"
]
CSS tokens
":root {\n  --color-porcelain: #F2F3F4;\n  --porcelain-complementary-1: #F3F2F1;\n  --porcelain-analogous-1: #F1F3F3;\n  --porcelain-analogous-2: #F1F1F3;\n  --porcelain-triadic-1: #F3F1F2;\n  --porcelain-triadic-2: #F2F3F1;\n  --porcelain-tetradic-1: #F3F1F3;\n  --porcelain-tetradic-2: #F3F2F1;\n  --porcelain-tetradic-3: #F1F3F1;\n  --porcelain-split-complementary-1: #F3F1F1;\n  --porcelain-split-complementary-2: #F3F3F1;\n  --porcelain-monochromatic-1: #FFFFFF;\n  --porcelain-monochromatic-2: #F2F3F4;\n  --porcelain-monochromatic-3: #C0C4C9;\n}\n\n.palette-porcelain-harmony {\n  color: #111827;\n  background: linear-gradient(135deg, #F2F3F4, #F3F2F1, #F1F3F3, #F1F1F3, #FFFFFF, #C0C4C9);\n}"
Full JSON dataset
{
  "datasetVersion": "1.0.0",
  "slug": "porcelain",
  "name": "Porcelain",
  "hex": "#F2F3F4",
  "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"
    ]
  },
  "sourceColor": {
    "slug": "porcelain",
    "name": "Porcelain",
    "hex": "#F2F3F4",
    "url": "https://www.colorsencyclopedia.com/colors/porcelain/",
    "apiUrl": "https://www.colorsencyclopedia.com/api/colors/porcelain.json"
  },
  "harmonyGroups": [
    {
      "key": "complementary",
      "label": "Complementary",
      "behavior": "maximum hue contrast",
      "bestUse": "accent colors, strong calls to action, visual opposition",
      "description": "Complementary harmony uses the color opposite the source hue. It creates the strongest direct relationship in the wheel, so it is best for accents, contrast anchors, and palettes that need immediate separation.",
      "colors": [
        {
          "hex": "#F3F2F1",
          "name": "#F3F2F1",
          "slug": null,
          "rgb": [
            243,
            242,
            241
          ],
          "hsl": [
            30,
            8,
            95
          ],
          "cmyk": [
            0,
            0,
            1,
            5
          ],
          "luminance": 0.8891,
          "contrast": {
            "black": 18.78,
            "white": 1.12
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/f3f2f1/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/f3f2f1.json"
        }
      ],
      "anchor": "porcelain-harmony-complementary"
    },
    {
      "key": "analogous",
      "label": "Analogous",
      "behavior": "neighboring hue movement",
      "bestUse": "calm palettes, gradients, natural transitions",
      "description": "Analogous harmony uses hues close to the source color. It keeps the palette visually connected and is useful for quiet interfaces, editorial color systems, and smooth background or gradient work.",
      "colors": [
        {
          "hex": "#F1F3F3",
          "name": "#F1F3F3",
          "slug": null,
          "rgb": [
            241,
            243,
            243
          ],
          "hsl": [
            180,
            8,
            95
          ],
          "cmyk": [
            1,
            0,
            0,
            5
          ],
          "luminance": 0.8927,
          "contrast": {
            "black": 18.85,
            "white": 1.11
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/f1f3f3/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/f1f3f3.json"
        },
        {
          "hex": "#F1F1F3",
          "name": "#F1F1F3",
          "slug": null,
          "rgb": [
            241,
            241,
            243
          ],
          "hsl": [
            240,
            8,
            95
          ],
          "cmyk": [
            1,
            1,
            0,
            5
          ],
          "luminance": 0.8808,
          "contrast": {
            "black": 18.62,
            "white": 1.13
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/f1f1f3/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/f1f1f3.json"
        }
      ],
      "anchor": "porcelain-harmony-analogous"
    },
    {
      "key": "triadic",
      "label": "Triadic",
      "behavior": "three evenly spaced hues",
      "bestUse": "balanced contrast, playful systems, broad palette range",
      "description": "Triadic harmony places colors around the wheel at equal intervals. It gives more range than analogous harmony while keeping a stable mathematical relationship between the selected hues.",
      "colors": [
        {
          "hex": "#F3F1F2",
          "name": "#F3F1F2",
          "slug": null,
          "rgb": [
            243,
            241,
            242
          ],
          "hsl": [
            330,
            8,
            95
          ],
          "cmyk": [
            0,
            1,
            0,
            5
          ],
          "luminance": 0.8838,
          "contrast": {
            "black": 18.68,
            "white": 1.12
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/f3f1f2/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/f3f1f2.json"
        },
        {
          "hex": "#F2F3F1",
          "name": "#F2F3F1",
          "slug": null,
          "rgb": [
            242,
            243,
            241
          ],
          "hsl": [
            90,
            8,
            95
          ],
          "cmyk": [
            0,
            0,
            1,
            5
          ],
          "luminance": 0.8933,
          "contrast": {
            "black": 18.87,
            "white": 1.11
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/f2f3f1/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/f2f3f1.json"
        }
      ],
      "anchor": "porcelain-harmony-triadic"
    },
    {
      "key": "tetradic",
      "label": "Tetradic",
      "behavior": "two complementary pairs",
      "bestUse": "large design systems, dashboards, multi-state UI",
      "description": "Tetradic harmony creates a four-color system from two complementary relationships. It is useful when a palette needs multiple roles, but the colors should be assigned carefully so one hue remains dominant.",
      "colors": [
        {
          "hex": "#F3F1F3",
          "name": "#F3F1F3",
          "slug": null,
          "rgb": [
            243,
            241,
            243
          ],
          "hsl": [
            300,
            8,
            95
          ],
          "cmyk": [
            0,
            1,
            0,
            5
          ],
          "luminance": 0.8844,
          "contrast": {
            "black": 18.69,
            "white": 1.12
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/f3f1f3/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/f3f1f3.json"
        },
        {
          "hex": "#F3F2F1",
          "name": "#F3F2F1",
          "slug": null,
          "rgb": [
            243,
            242,
            241
          ],
          "hsl": [
            30,
            8,
            95
          ],
          "cmyk": [
            0,
            0,
            1,
            5
          ],
          "luminance": 0.8891,
          "contrast": {
            "black": 18.78,
            "white": 1.12
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/f3f2f1/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/f3f2f1.json"
        },
        {
          "hex": "#F1F3F1",
          "name": "#F1F3F1",
          "slug": null,
          "rgb": [
            241,
            243,
            241
          ],
          "hsl": [
            120,
            8,
            95
          ],
          "cmyk": [
            1,
            0,
            1,
            5
          ],
          "luminance": 0.8915,
          "contrast": {
            "black": 18.83,
            "white": 1.12
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/f1f3f1/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/f1f3f1.json"
        }
      ],
      "anchor": "porcelain-harmony-tetradic"
    },
    {
      "key": "splitComplementary",
      "label": "Split Complementary",
      "behavior": "softened complementary contrast",
      "bestUse": "brand palettes, accent pairs, less aggressive contrast",
      "description": "Split-complementary harmony replaces the direct opposite with the two hues beside it. This keeps useful contrast while reducing the visual tension of a pure complementary pair.",
      "colors": [
        {
          "hex": "#F3F1F1",
          "name": "#F3F1F1",
          "slug": null,
          "rgb": [
            243,
            241,
            241
          ],
          "hsl": [
            0,
            8,
            95
          ],
          "cmyk": [
            0,
            1,
            1,
            5
          ],
          "luminance": 0.8832,
          "contrast": {
            "black": 18.66,
            "white": 1.13
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/f3f1f1/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/f3f1f1.json"
        },
        {
          "hex": "#F3F3F1",
          "name": "#F3F3F1",
          "slug": null,
          "rgb": [
            243,
            243,
            241
          ],
          "hsl": [
            60,
            8,
            95
          ],
          "cmyk": [
            0,
            0,
            1,
            5
          ],
          "luminance": 0.8951,
          "contrast": {
            "black": 18.9,
            "white": 1.11
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/f3f3f1/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/f3f3f1.json"
        }
      ],
      "anchor": "porcelain-harmony-split-complementary"
    },
    {
      "key": "monochromatic",
      "label": "Monochromatic",
      "behavior": "same hue, different values",
      "bestUse": "surfaces, states, elevation, restrained UI themes",
      "description": "Monochromatic harmony keeps the source hue and changes lightness. It is the safest system for tonal UI, cards, hover states, shadows, backgrounds, and subtle visual hierarchy.",
      "colors": [
        {
          "hex": "#FFFFFF",
          "name": "White",
          "slug": "white",
          "rgb": [
            255,
            255,
            255
          ],
          "hsl": [
            0,
            0,
            100
          ],
          "cmyk": [
            0,
            0,
            0,
            0
          ],
          "luminance": 1,
          "contrast": {
            "black": 21,
            "white": 1
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/colors/white/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/colors/white.json"
        },
        {
          "hex": "#F2F3F4",
          "name": "Porcelain",
          "slug": "porcelain",
          "rgb": [
            242,
            243,
            244
          ],
          "hsl": [
            210,
            8,
            95
          ],
          "cmyk": [
            1,
            0,
            0,
            4
          ],
          "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/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/colors/porcelain.json"
        },
        {
          "hex": "#C0C4C9",
          "name": "#C0C4C9",
          "slug": null,
          "rgb": [
            192,
            196,
            201
          ],
          "hsl": [
            213,
            8,
            77
          ],
          "cmyk": [
            4,
            2,
            0,
            21
          ],
          "luminance": 0.549,
          "contrast": {
            "black": 11.98,
            "white": 1.75
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/c0c4c9/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/c0c4c9.json"
        }
      ],
      "anchor": "porcelain-harmony-monochromatic"
    }
  ],
  "signaturePalette": [
    "#F2F3F4",
    "#F3F2F1",
    "#F1F3F3",
    "#F1F1F3",
    "#FFFFFF",
    "#C0C4C9"
  ],
  "semanticGroups": [
    "blue harmony",
    "cool harmony",
    "light harmony",
    "porcelain palette system"
  ],
  "useCases": [
    "palette generation",
    "brand color exploration",
    "UI accent planning",
    "CSS design tokens",
    "AI color retrieval"
  ],
  "accessibilityNotes": [
    "Black contrast on Porcelain: 18.9:1",
    "White contrast on Porcelain: 1.11:1",
    "AA text options: #000000, #1A1A1A, #36454F"
  ],
  "relatedEndpoints": [
    "https://www.colorsencyclopedia.com/api/harmonies/porcelain.json",
    "https://www.colorsencyclopedia.com/api/colors/porcelain.json",
    "https://www.colorsencyclopedia.com/api/hex/f2f3f4.json"
  ],
  "url": "https://www.colorsencyclopedia.com/harmonies/porcelain/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/harmonies/porcelain.json",
  "cssSnippet": ":root {\n  --color-porcelain: #F2F3F4;\n  --porcelain-complementary-1: #F3F2F1;\n  --porcelain-analogous-1: #F1F3F3;\n  --porcelain-analogous-2: #F1F1F3;\n  --porcelain-triadic-1: #F3F1F2;\n  --porcelain-triadic-2: #F2F3F1;\n  --porcelain-tetradic-1: #F3F1F3;\n  --porcelain-tetradic-2: #F3F2F1;\n  --porcelain-tetradic-3: #F1F3F1;\n  --porcelain-split-complementary-1: #F3F1F1;\n  --porcelain-split-complementary-2: #F3F3F1;\n  --porcelain-monochromatic-1: #FFFFFF;\n  --porcelain-monochromatic-2: #F2F3F4;\n  --porcelain-monochromatic-3: #C0C4C9;\n}\n\n.palette-porcelain-harmony {\n  color: #111827;\n  background: linear-gradient(135deg, #F2F3F4, #F3F2F1, #F1F3F3, #F1F1F3, #FFFFFF, #C0C4C9);\n}"
}

CSS Harmony Tokens

Use these tokens when Porcelain needs a complete palette system instead of a single color variable.

:root {
  --color-porcelain: #F2F3F4;
  --porcelain-complementary-1: #F3F2F1;
  --porcelain-analogous-1: #F1F3F3;
  --porcelain-analogous-2: #F1F1F3;
  --porcelain-triadic-1: #F3F1F2;
  --porcelain-triadic-2: #F2F3F1;
  --porcelain-tetradic-1: #F3F1F3;
  --porcelain-tetradic-2: #F3F2F1;
  --porcelain-tetradic-3: #F1F3F1;
  --porcelain-split-complementary-1: #F3F1F1;
  --porcelain-split-complementary-2: #F3F3F1;
  --porcelain-monochromatic-1: #FFFFFF;
  --porcelain-monochromatic-2: #F2F3F4;
  --porcelain-monochromatic-3: #C0C4C9;
}

.palette-porcelain-harmony {
  color: #111827;
  background: linear-gradient(135deg, #F2F3F4, #F3F2F1, #F1F3F3, #F1F1F3, #FFFFFF, #C0C4C9);
}

Porcelain Harmony Groups

Open a group to inspect its generated colors, intended behavior, and best design use. Anchor links above open the matching group directly.

Complementary Harmony1 colors · maximum hue contrast

Complementary harmony uses the color opposite the source hue. It creates the strongest direct relationship in the wheel, so it is best for accents, contrast anchors, and palettes that need immediate separation.

Behaviormaximum hue contrast
Best useaccent colors, strong calls to action, visual opposition
Source colorPorcelain · #F2F3F4
#F3F2F1#F3F2F1
Analogous Harmony2 colors · neighboring hue movement

Analogous harmony uses hues close to the source color. It keeps the palette visually connected and is useful for quiet interfaces, editorial color systems, and smooth background or gradient work.

Behaviorneighboring hue movement
Best usecalm palettes, gradients, natural transitions
Source colorPorcelain · #F2F3F4
#F1F3F3#F1F3F3
#F1F1F3#F1F1F3
Triadic Harmony2 colors · three evenly spaced hues

Triadic harmony places colors around the wheel at equal intervals. It gives more range than analogous harmony while keeping a stable mathematical relationship between the selected hues.

Behaviorthree evenly spaced hues
Best usebalanced contrast, playful systems, broad palette range
Source colorPorcelain · #F2F3F4
#F3F1F2#F3F1F2
#F2F3F1#F2F3F1
Tetradic Harmony3 colors · two complementary pairs

Tetradic harmony creates a four-color system from two complementary relationships. It is useful when a palette needs multiple roles, but the colors should be assigned carefully so one hue remains dominant.

Behaviortwo complementary pairs
Best uselarge design systems, dashboards, multi-state UI
Source colorPorcelain · #F2F3F4
#F3F1F3#F3F1F3
#F3F2F1#F3F2F1
#F1F3F1#F1F3F1
Split Complementary Harmony2 colors · softened complementary contrast

Split-complementary harmony replaces the direct opposite with the two hues beside it. This keeps useful contrast while reducing the visual tension of a pure complementary pair.

Behaviorsoftened complementary contrast
Best usebrand palettes, accent pairs, less aggressive contrast
Source colorPorcelain · #F2F3F4
#F3F1F1#F3F1F1
#F3F3F1#F3F3F1
Monochromatic Harmony3 colors · same hue, different values

Monochromatic harmony keeps the source hue and changes lightness. It is the safest system for tonal UI, cards, hover states, shadows, backgrounds, and subtle visual hierarchy.

Behaviorsame hue, different values
Best usesurfaces, states, elevation, restrained UI themes
Source colorPorcelain · #F2F3F4
White#FFFFFF
Porcelain#F2F3F4
#C0C4C9#C0C4C9