Harmony system

Blanched Almond Color Harmonies

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

Blanched Almond sits in the orange family with warm temperature and light, pastel 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.

SourceBlanched Almond · #FFEBCD
Groups6
Palette colors6
FamilyOrange

How the harmony works

Blanched Almond Harmony Guide

Blanched Almond 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 Blanched Almond Harmony Data (JSON)

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

AI-Ready Dataset v1.0.0
Luminance0.8508
Black text18.02:1AA Pass
White text1.17: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": "blanched-almond",
  "name": "Blanched Almond",
  "hex": "#FFEBCD",
  "url": "https://www.colorsencyclopedia.com/colors/blanched-almond/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/colors/blanched-almond.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": "#CCE0FF",
        "name": "#CCE0FF",
        "slug": null,
        "rgb": [
          204,
          224,
          255
        ],
        "hsl": [
          216,
          100,
          90
        ],
        "cmyk": [
          20,
          12,
          0,
          0
        ],
        "luminance": 0.7337,
        "contrast": {
          "black": 15.67,
          "white": 1.34
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/cce0ff/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/cce0ff.json"
      }
    ],
    "anchor": "blanched-almond-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": "#FFD1CC",
        "name": "#FFD1CC",
        "slug": null,
        "rgb": [
          255,
          209,
          204
        ],
        "hsl": [
          6,
          100,
          90
        ],
        "cmyk": [
          0,
          18,
          20,
          0
        ],
        "luminance": 0.7122,
        "contrast": {
          "black": 15.24,
          "white": 1.38
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/ffd1cc/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/ffd1cc.json"
      },
      {
        "hex": "#FAFFCC",
        "name": "#FAFFCC",
        "slug": null,
        "rgb": [
          250,
          255,
          204
        ],
        "hsl": [
          66,
          100,
          90
        ],
        "cmyk": [
          2,
          0,
          20,
          0
        ],
        "luminance": 0.962,
        "contrast": {
          "black": 20.24,
          "white": 1.04
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/faffcc/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/faffcc.json"
      }
    ],
    "anchor": "blanched-almond-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": "#CCFFEB",
        "name": "#CCFFEB",
        "slug": null,
        "rgb": [
          204,
          255,
          235
        ],
        "hsl": [
          156,
          100,
          90
        ],
        "cmyk": [
          20,
          0,
          8,
          0
        ],
        "luminance": 0.9036,
        "contrast": {
          "black": 19.07,
          "white": 1.1
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/ccffeb/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/ccffeb.json"
      },
      {
        "hex": "#EBCCFF",
        "name": "#EBCCFF",
        "slug": null,
        "rgb": [
          235,
          204,
          255
        ],
        "hsl": [
          276,
          100,
          90
        ],
        "cmyk": [
          8,
          20,
          0,
          0
        ],
        "luminance": 0.6807,
        "contrast": {
          "black": 14.61,
          "white": 1.44
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/ebccff/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/ebccff.json"
      }
    ],
    "anchor": "blanched-almond-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": "#CCFFD1",
        "name": "#CCFFD1",
        "slug": null,
        "rgb": [
          204,
          255,
          209
        ],
        "hsl": [
          126,
          100,
          90
        ],
        "cmyk": [
          20,
          0,
          18,
          0
        ],
        "luminance": 0.8896,
        "contrast": {
          "black": 18.79,
          "white": 1.12
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/ccffd1/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/ccffd1.json"
      },
      {
        "hex": "#CCE0FF",
        "name": "#CCE0FF",
        "slug": null,
        "rgb": [
          204,
          224,
          255
        ],
        "hsl": [
          216,
          100,
          90
        ],
        "cmyk": [
          20,
          12,
          0,
          0
        ],
        "luminance": 0.7337,
        "contrast": {
          "black": 15.67,
          "white": 1.34
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/cce0ff/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/cce0ff.json"
      },
      {
        "hex": "#FFCCFA",
        "name": "#FFCCFA",
        "slug": null,
        "rgb": [
          255,
          204,
          250
        ],
        "hsl": [
          306,
          100,
          90
        ],
        "cmyk": [
          0,
          20,
          2,
          0
        ],
        "luminance": 0.7135,
        "contrast": {
          "black": 15.27,
          "white": 1.38
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/ffccfa/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/ffccfa.json"
      }
    ],
    "anchor": "blanched-almond-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": "#CCFAFF",
        "name": "#CCFAFF",
        "slug": null,
        "rgb": [
          204,
          250,
          255
        ],
        "hsl": [
          186,
          100,
          90
        ],
        "cmyk": [
          20,
          2,
          0,
          0
        ],
        "luminance": 0.8843,
        "contrast": {
          "black": 18.69,
          "white": 1.12
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/ccfaff/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/ccfaff.json"
      },
      {
        "hex": "#D1CCFF",
        "name": "#D1CCFF",
        "slug": null,
        "rgb": [
          209,
          204,
          255
        ],
        "hsl": [
          246,
          100,
          90
        ],
        "cmyk": [
          18,
          20,
          0,
          0
        ],
        "luminance": 0.6396,
        "contrast": {
          "black": 13.79,
          "white": 1.52
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/d1ccff/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/d1ccff.json"
      }
    ],
    "anchor": "blanched-almond-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": "#FFEBCD",
        "name": "Blanched Almond",
        "slug": "blanched-almond",
        "rgb": [
          255,
          235,
          205
        ],
        "hsl": [
          36,
          100,
          90
        ],
        "cmyk": [
          0,
          8,
          20,
          0
        ],
        "luminance": 0.8508,
        "contrast": {
          "black": 18.02,
          "white": 1.17
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/colors/blanched-almond/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/colors/blanched-almond.json"
      },
      {
        "hex": "#FFC670",
        "name": "#FFC670",
        "slug": null,
        "rgb": [
          255,
          198,
          112
        ],
        "hsl": [
          36,
          100,
          72
        ],
        "cmyk": [
          0,
          22,
          56,
          0
        ],
        "luminance": 0.6282,
        "contrast": {
          "black": 13.56,
          "white": 1.55
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/ffc670/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/ffc670.json"
      }
    ],
    "anchor": "blanched-almond-harmony-monochromatic"
  }
]
Signature palette
[
  "#FFEBCD",
  "#CCE0FF",
  "#FFD1CC",
  "#FAFFCC",
  "#FFFFFF",
  "#FFC670"
]
Accessibility notes
[
  "Black contrast on Blanched Almond: 18.02:1",
  "White contrast on Blanched Almond: 1.17:1",
  "AA text options: #000000, #1A1A1A, #36454F"
]
CSS tokens
":root {\n  --color-blanched-almond: #FFEBCD;\n  --blanched-almond-complementary-1: #CCE0FF;\n  --blanched-almond-analogous-1: #FFD1CC;\n  --blanched-almond-analogous-2: #FAFFCC;\n  --blanched-almond-triadic-1: #CCFFEB;\n  --blanched-almond-triadic-2: #EBCCFF;\n  --blanched-almond-tetradic-1: #CCFFD1;\n  --blanched-almond-tetradic-2: #CCE0FF;\n  --blanched-almond-tetradic-3: #FFCCFA;\n  --blanched-almond-split-complementary-1: #CCFAFF;\n  --blanched-almond-split-complementary-2: #D1CCFF;\n  --blanched-almond-monochromatic-1: #FFFFFF;\n  --blanched-almond-monochromatic-2: #FFEBCD;\n  --blanched-almond-monochromatic-3: #FFC670;\n}\n\n.palette-blanched-almond-harmony {\n  color: #111827;\n  background: linear-gradient(135deg, #FFEBCD, #CCE0FF, #FFD1CC, #FAFFCC, #FFFFFF, #FFC670);\n}"
Full JSON dataset
{
  "datasetVersion": "1.0.0",
  "slug": "blanched-almond",
  "name": "Blanched Almond",
  "hex": "#FFEBCD",
  "rgb": [
    255,
    235,
    205
  ],
  "hsl": [
    36,
    100,
    90
  ],
  "cmyk": [
    0,
    8,
    20,
    0
  ],
  "family": "orange",
  "temperature": "warm",
  "tone": [
    "light",
    "pastel"
  ],
  "luminance": 0.8508,
  "contrast": {
    "black": 18.02,
    "white": 1.17
  },
  "wcag": {
    "AA": [
      "#000000",
      "#1A1A1A",
      "#36454F"
    ],
    "AAA": [
      "#000000",
      "#1A1A1A",
      "#36454F"
    ]
  },
  "sourceColor": {
    "slug": "blanched-almond",
    "name": "Blanched Almond",
    "hex": "#FFEBCD",
    "url": "https://www.colorsencyclopedia.com/colors/blanched-almond/",
    "apiUrl": "https://www.colorsencyclopedia.com/api/colors/blanched-almond.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": "#CCE0FF",
          "name": "#CCE0FF",
          "slug": null,
          "rgb": [
            204,
            224,
            255
          ],
          "hsl": [
            216,
            100,
            90
          ],
          "cmyk": [
            20,
            12,
            0,
            0
          ],
          "luminance": 0.7337,
          "contrast": {
            "black": 15.67,
            "white": 1.34
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/cce0ff/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/cce0ff.json"
        }
      ],
      "anchor": "blanched-almond-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": "#FFD1CC",
          "name": "#FFD1CC",
          "slug": null,
          "rgb": [
            255,
            209,
            204
          ],
          "hsl": [
            6,
            100,
            90
          ],
          "cmyk": [
            0,
            18,
            20,
            0
          ],
          "luminance": 0.7122,
          "contrast": {
            "black": 15.24,
            "white": 1.38
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/ffd1cc/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/ffd1cc.json"
        },
        {
          "hex": "#FAFFCC",
          "name": "#FAFFCC",
          "slug": null,
          "rgb": [
            250,
            255,
            204
          ],
          "hsl": [
            66,
            100,
            90
          ],
          "cmyk": [
            2,
            0,
            20,
            0
          ],
          "luminance": 0.962,
          "contrast": {
            "black": 20.24,
            "white": 1.04
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/faffcc/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/faffcc.json"
        }
      ],
      "anchor": "blanched-almond-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": "#CCFFEB",
          "name": "#CCFFEB",
          "slug": null,
          "rgb": [
            204,
            255,
            235
          ],
          "hsl": [
            156,
            100,
            90
          ],
          "cmyk": [
            20,
            0,
            8,
            0
          ],
          "luminance": 0.9036,
          "contrast": {
            "black": 19.07,
            "white": 1.1
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/ccffeb/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/ccffeb.json"
        },
        {
          "hex": "#EBCCFF",
          "name": "#EBCCFF",
          "slug": null,
          "rgb": [
            235,
            204,
            255
          ],
          "hsl": [
            276,
            100,
            90
          ],
          "cmyk": [
            8,
            20,
            0,
            0
          ],
          "luminance": 0.6807,
          "contrast": {
            "black": 14.61,
            "white": 1.44
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/ebccff/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/ebccff.json"
        }
      ],
      "anchor": "blanched-almond-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": "#CCFFD1",
          "name": "#CCFFD1",
          "slug": null,
          "rgb": [
            204,
            255,
            209
          ],
          "hsl": [
            126,
            100,
            90
          ],
          "cmyk": [
            20,
            0,
            18,
            0
          ],
          "luminance": 0.8896,
          "contrast": {
            "black": 18.79,
            "white": 1.12
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/ccffd1/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/ccffd1.json"
        },
        {
          "hex": "#CCE0FF",
          "name": "#CCE0FF",
          "slug": null,
          "rgb": [
            204,
            224,
            255
          ],
          "hsl": [
            216,
            100,
            90
          ],
          "cmyk": [
            20,
            12,
            0,
            0
          ],
          "luminance": 0.7337,
          "contrast": {
            "black": 15.67,
            "white": 1.34
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/cce0ff/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/cce0ff.json"
        },
        {
          "hex": "#FFCCFA",
          "name": "#FFCCFA",
          "slug": null,
          "rgb": [
            255,
            204,
            250
          ],
          "hsl": [
            306,
            100,
            90
          ],
          "cmyk": [
            0,
            20,
            2,
            0
          ],
          "luminance": 0.7135,
          "contrast": {
            "black": 15.27,
            "white": 1.38
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/ffccfa/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/ffccfa.json"
        }
      ],
      "anchor": "blanched-almond-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": "#CCFAFF",
          "name": "#CCFAFF",
          "slug": null,
          "rgb": [
            204,
            250,
            255
          ],
          "hsl": [
            186,
            100,
            90
          ],
          "cmyk": [
            20,
            2,
            0,
            0
          ],
          "luminance": 0.8843,
          "contrast": {
            "black": 18.69,
            "white": 1.12
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/ccfaff/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/ccfaff.json"
        },
        {
          "hex": "#D1CCFF",
          "name": "#D1CCFF",
          "slug": null,
          "rgb": [
            209,
            204,
            255
          ],
          "hsl": [
            246,
            100,
            90
          ],
          "cmyk": [
            18,
            20,
            0,
            0
          ],
          "luminance": 0.6396,
          "contrast": {
            "black": 13.79,
            "white": 1.52
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/d1ccff/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/d1ccff.json"
        }
      ],
      "anchor": "blanched-almond-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": "#FFEBCD",
          "name": "Blanched Almond",
          "slug": "blanched-almond",
          "rgb": [
            255,
            235,
            205
          ],
          "hsl": [
            36,
            100,
            90
          ],
          "cmyk": [
            0,
            8,
            20,
            0
          ],
          "luminance": 0.8508,
          "contrast": {
            "black": 18.02,
            "white": 1.17
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/colors/blanched-almond/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/colors/blanched-almond.json"
        },
        {
          "hex": "#FFC670",
          "name": "#FFC670",
          "slug": null,
          "rgb": [
            255,
            198,
            112
          ],
          "hsl": [
            36,
            100,
            72
          ],
          "cmyk": [
            0,
            22,
            56,
            0
          ],
          "luminance": 0.6282,
          "contrast": {
            "black": 13.56,
            "white": 1.55
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/ffc670/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/ffc670.json"
        }
      ],
      "anchor": "blanched-almond-harmony-monochromatic"
    }
  ],
  "signaturePalette": [
    "#FFEBCD",
    "#CCE0FF",
    "#FFD1CC",
    "#FAFFCC",
    "#FFFFFF",
    "#FFC670"
  ],
  "semanticGroups": [
    "orange harmony",
    "warm harmony",
    "light harmony",
    "pastel harmony",
    "blanched almond palette system"
  ],
  "useCases": [
    "palette generation",
    "brand color exploration",
    "UI accent planning",
    "CSS design tokens",
    "AI color retrieval"
  ],
  "accessibilityNotes": [
    "Black contrast on Blanched Almond: 18.02:1",
    "White contrast on Blanched Almond: 1.17:1",
    "AA text options: #000000, #1A1A1A, #36454F"
  ],
  "relatedEndpoints": [
    "https://www.colorsencyclopedia.com/api/harmonies/blanched-almond.json",
    "https://www.colorsencyclopedia.com/api/colors/blanched-almond.json",
    "https://www.colorsencyclopedia.com/api/hex/ffebcd.json"
  ],
  "url": "https://www.colorsencyclopedia.com/harmonies/blanched-almond/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/harmonies/blanched-almond.json",
  "cssSnippet": ":root {\n  --color-blanched-almond: #FFEBCD;\n  --blanched-almond-complementary-1: #CCE0FF;\n  --blanched-almond-analogous-1: #FFD1CC;\n  --blanched-almond-analogous-2: #FAFFCC;\n  --blanched-almond-triadic-1: #CCFFEB;\n  --blanched-almond-triadic-2: #EBCCFF;\n  --blanched-almond-tetradic-1: #CCFFD1;\n  --blanched-almond-tetradic-2: #CCE0FF;\n  --blanched-almond-tetradic-3: #FFCCFA;\n  --blanched-almond-split-complementary-1: #CCFAFF;\n  --blanched-almond-split-complementary-2: #D1CCFF;\n  --blanched-almond-monochromatic-1: #FFFFFF;\n  --blanched-almond-monochromatic-2: #FFEBCD;\n  --blanched-almond-monochromatic-3: #FFC670;\n}\n\n.palette-blanched-almond-harmony {\n  color: #111827;\n  background: linear-gradient(135deg, #FFEBCD, #CCE0FF, #FFD1CC, #FAFFCC, #FFFFFF, #FFC670);\n}"
}

CSS Harmony Tokens

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

:root {
  --color-blanched-almond: #FFEBCD;
  --blanched-almond-complementary-1: #CCE0FF;
  --blanched-almond-analogous-1: #FFD1CC;
  --blanched-almond-analogous-2: #FAFFCC;
  --blanched-almond-triadic-1: #CCFFEB;
  --blanched-almond-triadic-2: #EBCCFF;
  --blanched-almond-tetradic-1: #CCFFD1;
  --blanched-almond-tetradic-2: #CCE0FF;
  --blanched-almond-tetradic-3: #FFCCFA;
  --blanched-almond-split-complementary-1: #CCFAFF;
  --blanched-almond-split-complementary-2: #D1CCFF;
  --blanched-almond-monochromatic-1: #FFFFFF;
  --blanched-almond-monochromatic-2: #FFEBCD;
  --blanched-almond-monochromatic-3: #FFC670;
}

.palette-blanched-almond-harmony {
  color: #111827;
  background: linear-gradient(135deg, #FFEBCD, #CCE0FF, #FFD1CC, #FAFFCC, #FFFFFF, #FFC670);
}

Blanched Almond 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 colorBlanched Almond · #FFEBCD
#CCE0FF#CCE0FF
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 colorBlanched Almond · #FFEBCD
#FFD1CC#FFD1CC
#FAFFCC#FAFFCC
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 colorBlanched Almond · #FFEBCD
#CCFFEB#CCFFEB
#EBCCFF#EBCCFF
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 colorBlanched Almond · #FFEBCD
#CCFFD1#CCFFD1
#CCE0FF#CCE0FF
#FFCCFA#FFCCFA
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 colorBlanched Almond · #FFEBCD
#CCFAFF#CCFAFF
#D1CCFF#D1CCFF
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 colorBlanched Almond · #FFEBCD
White#FFFFFF
Blanched Almond#FFEBCD
#FFC670#FFC670