Harmony system

Canvas Color Harmonies

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

Canvas sits in the yellow family with warm 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.

SourceCanvas · #F4EBD0
Groups6
Palette colors6
FamilyYellow

How the harmony works

Canvas Harmony Guide

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

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

AI-Ready Dataset v1.0.0
Luminance0.832
Black text17.64:1AA Pass
White text1.19: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": "canvas",
  "name": "Canvas",
  "hex": "#F4EBD0",
  "url": "https://www.colorsencyclopedia.com/colors/canvas/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/colors/canvas.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": "#D2DAF4",
        "name": "#D2DAF4",
        "slug": null,
        "rgb": [
          210,
          218,
          244
        ],
        "hsl": [
          226,
          61,
          89
        ],
        "cmyk": [
          14,
          11,
          0,
          4
        ],
        "luminance": 0.7038,
        "contrast": {
          "black": 15.08,
          "white": 1.39
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/d2daf4/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/d2daf4.json"
      }
    ],
    "anchor": "canvas-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": "#F4DAD2",
        "name": "#F4DAD2",
        "slug": null,
        "rgb": [
          244,
          218,
          210
        ],
        "hsl": [
          14,
          61,
          89
        ],
        "cmyk": [
          0,
          11,
          14,
          4
        ],
        "luminance": 0.7403,
        "contrast": {
          "black": 15.81,
          "white": 1.33
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/f4dad2/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/f4dad2.json"
      },
      {
        "hex": "#ECF4D2",
        "name": "#ECF4D2",
        "slug": null,
        "rgb": [
          236,
          244,
          210
        ],
        "hsl": [
          74,
          61,
          89
        ],
        "cmyk": [
          3,
          0,
          14,
          4
        ],
        "luminance": 0.8719,
        "contrast": {
          "black": 18.44,
          "white": 1.14
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/ecf4d2/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/ecf4d2.json"
      }
    ],
    "anchor": "canvas-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": "#D2F4EC",
        "name": "#D2F4EC",
        "slug": null,
        "rgb": [
          210,
          244,
          236
        ],
        "hsl": [
          166,
          61,
          89
        ],
        "cmyk": [
          14,
          0,
          3,
          4
        ],
        "luminance": 0.8446,
        "contrast": {
          "black": 17.89,
          "white": 1.17
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/d2f4ec/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/d2f4ec.json"
      },
      {
        "hex": "#ECD2F4",
        "name": "#ECD2F4",
        "slug": null,
        "rgb": [
          236,
          210,
          244
        ],
        "hsl": [
          286,
          61,
          89
        ],
        "cmyk": [
          3,
          14,
          0,
          4
        ],
        "luminance": 0.7046,
        "contrast": {
          "black": 15.09,
          "white": 1.39
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/ecd2f4/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/ecd2f4.json"
      }
    ],
    "anchor": "canvas-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": "#D2F4DA",
        "name": "#D2F4DA",
        "slug": null,
        "rgb": [
          210,
          244,
          218
        ],
        "hsl": [
          134,
          61,
          89
        ],
        "cmyk": [
          14,
          0,
          11,
          4
        ],
        "luminance": 0.8346,
        "contrast": {
          "black": 17.69,
          "white": 1.19
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/d2f4da/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/d2f4da.json"
      },
      {
        "hex": "#D2DAF4",
        "name": "#D2DAF4",
        "slug": null,
        "rgb": [
          210,
          218,
          244
        ],
        "hsl": [
          226,
          61,
          89
        ],
        "cmyk": [
          14,
          11,
          0,
          4
        ],
        "luminance": 0.7038,
        "contrast": {
          "black": 15.08,
          "white": 1.39
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/d2daf4/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/d2daf4.json"
      },
      {
        "hex": "#F4D2EC",
        "name": "#F4D2EC",
        "slug": null,
        "rgb": [
          244,
          210,
          236
        ],
        "hsl": [
          314,
          61,
          89
        ],
        "cmyk": [
          0,
          14,
          3,
          4
        ],
        "luminance": 0.7138,
        "contrast": {
          "black": 15.28,
          "white": 1.37
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/f4d2ec/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/f4d2ec.json"
      }
    ],
    "anchor": "canvas-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": "#D2ECF4",
        "name": "#D2ECF4",
        "slug": null,
        "rgb": [
          210,
          236,
          244
        ],
        "hsl": [
          194,
          61,
          89
        ],
        "cmyk": [
          14,
          3,
          0,
          4
        ],
        "luminance": 0.8022,
        "contrast": {
          "black": 17.04,
          "white": 1.23
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/d2ecf4/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/d2ecf4.json"
      },
      {
        "hex": "#DAD2F4",
        "name": "#DAD2F4",
        "slug": null,
        "rgb": [
          218,
          210,
          244
        ],
        "hsl": [
          254,
          61,
          89
        ],
        "cmyk": [
          11,
          14,
          0,
          4
        ],
        "luminance": 0.6753,
        "contrast": {
          "black": 14.51,
          "white": 1.45
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/dad2f4/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/dad2f4.json"
      }
    ],
    "anchor": "canvas-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": "#F4EBD0",
        "name": "Canvas",
        "slug": "canvas",
        "rgb": [
          244,
          235,
          208
        ],
        "hsl": [
          45,
          62,
          89
        ],
        "cmyk": [
          0,
          4,
          15,
          4
        ],
        "luminance": 0.832,
        "contrast": {
          "black": 17.64,
          "white": 1.19
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/colors/canvas/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/colors/canvas.json"
      },
      {
        "hex": "#E3CC87",
        "name": "#E3CC87",
        "slug": null,
        "rgb": [
          227,
          204,
          135
        ],
        "hsl": [
          45,
          62,
          71
        ],
        "cmyk": [
          0,
          10,
          41,
          11
        ],
        "luminance": 0.6127,
        "contrast": {
          "black": 13.25,
          "white": 1.58
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/e3cc87/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/e3cc87.json"
      }
    ],
    "anchor": "canvas-harmony-monochromatic"
  }
]
Signature palette
[
  "#F4EBD0",
  "#D2DAF4",
  "#F4DAD2",
  "#ECF4D2",
  "#FFFFFF",
  "#E3CC87"
]
Accessibility notes
[
  "Black contrast on Canvas: 17.64:1",
  "White contrast on Canvas: 1.19:1",
  "AA text options: #000000, #1A1A1A, #36454F"
]
CSS tokens
":root {\n  --color-canvas: #F4EBD0;\n  --canvas-complementary-1: #D2DAF4;\n  --canvas-analogous-1: #F4DAD2;\n  --canvas-analogous-2: #ECF4D2;\n  --canvas-triadic-1: #D2F4EC;\n  --canvas-triadic-2: #ECD2F4;\n  --canvas-tetradic-1: #D2F4DA;\n  --canvas-tetradic-2: #D2DAF4;\n  --canvas-tetradic-3: #F4D2EC;\n  --canvas-split-complementary-1: #D2ECF4;\n  --canvas-split-complementary-2: #DAD2F4;\n  --canvas-monochromatic-1: #FFFFFF;\n  --canvas-monochromatic-2: #F4EBD0;\n  --canvas-monochromatic-3: #E3CC87;\n}\n\n.palette-canvas-harmony {\n  color: #111827;\n  background: linear-gradient(135deg, #F4EBD0, #D2DAF4, #F4DAD2, #ECF4D2, #FFFFFF, #E3CC87);\n}"
Full JSON dataset
{
  "datasetVersion": "1.0.0",
  "slug": "canvas",
  "name": "Canvas",
  "hex": "#F4EBD0",
  "rgb": [
    244,
    235,
    208
  ],
  "hsl": [
    45,
    62,
    89
  ],
  "cmyk": [
    0,
    4,
    15,
    4
  ],
  "family": "yellow",
  "temperature": "warm",
  "tone": [
    "light"
  ],
  "luminance": 0.832,
  "contrast": {
    "black": 17.64,
    "white": 1.19
  },
  "wcag": {
    "AA": [
      "#000000",
      "#1A1A1A",
      "#36454F"
    ],
    "AAA": [
      "#000000",
      "#1A1A1A",
      "#36454F"
    ]
  },
  "sourceColor": {
    "slug": "canvas",
    "name": "Canvas",
    "hex": "#F4EBD0",
    "url": "https://www.colorsencyclopedia.com/colors/canvas/",
    "apiUrl": "https://www.colorsencyclopedia.com/api/colors/canvas.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": "#D2DAF4",
          "name": "#D2DAF4",
          "slug": null,
          "rgb": [
            210,
            218,
            244
          ],
          "hsl": [
            226,
            61,
            89
          ],
          "cmyk": [
            14,
            11,
            0,
            4
          ],
          "luminance": 0.7038,
          "contrast": {
            "black": 15.08,
            "white": 1.39
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/d2daf4/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/d2daf4.json"
        }
      ],
      "anchor": "canvas-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": "#F4DAD2",
          "name": "#F4DAD2",
          "slug": null,
          "rgb": [
            244,
            218,
            210
          ],
          "hsl": [
            14,
            61,
            89
          ],
          "cmyk": [
            0,
            11,
            14,
            4
          ],
          "luminance": 0.7403,
          "contrast": {
            "black": 15.81,
            "white": 1.33
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/f4dad2/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/f4dad2.json"
        },
        {
          "hex": "#ECF4D2",
          "name": "#ECF4D2",
          "slug": null,
          "rgb": [
            236,
            244,
            210
          ],
          "hsl": [
            74,
            61,
            89
          ],
          "cmyk": [
            3,
            0,
            14,
            4
          ],
          "luminance": 0.8719,
          "contrast": {
            "black": 18.44,
            "white": 1.14
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/ecf4d2/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/ecf4d2.json"
        }
      ],
      "anchor": "canvas-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": "#D2F4EC",
          "name": "#D2F4EC",
          "slug": null,
          "rgb": [
            210,
            244,
            236
          ],
          "hsl": [
            166,
            61,
            89
          ],
          "cmyk": [
            14,
            0,
            3,
            4
          ],
          "luminance": 0.8446,
          "contrast": {
            "black": 17.89,
            "white": 1.17
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/d2f4ec/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/d2f4ec.json"
        },
        {
          "hex": "#ECD2F4",
          "name": "#ECD2F4",
          "slug": null,
          "rgb": [
            236,
            210,
            244
          ],
          "hsl": [
            286,
            61,
            89
          ],
          "cmyk": [
            3,
            14,
            0,
            4
          ],
          "luminance": 0.7046,
          "contrast": {
            "black": 15.09,
            "white": 1.39
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/ecd2f4/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/ecd2f4.json"
        }
      ],
      "anchor": "canvas-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": "#D2F4DA",
          "name": "#D2F4DA",
          "slug": null,
          "rgb": [
            210,
            244,
            218
          ],
          "hsl": [
            134,
            61,
            89
          ],
          "cmyk": [
            14,
            0,
            11,
            4
          ],
          "luminance": 0.8346,
          "contrast": {
            "black": 17.69,
            "white": 1.19
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/d2f4da/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/d2f4da.json"
        },
        {
          "hex": "#D2DAF4",
          "name": "#D2DAF4",
          "slug": null,
          "rgb": [
            210,
            218,
            244
          ],
          "hsl": [
            226,
            61,
            89
          ],
          "cmyk": [
            14,
            11,
            0,
            4
          ],
          "luminance": 0.7038,
          "contrast": {
            "black": 15.08,
            "white": 1.39
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/d2daf4/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/d2daf4.json"
        },
        {
          "hex": "#F4D2EC",
          "name": "#F4D2EC",
          "slug": null,
          "rgb": [
            244,
            210,
            236
          ],
          "hsl": [
            314,
            61,
            89
          ],
          "cmyk": [
            0,
            14,
            3,
            4
          ],
          "luminance": 0.7138,
          "contrast": {
            "black": 15.28,
            "white": 1.37
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/f4d2ec/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/f4d2ec.json"
        }
      ],
      "anchor": "canvas-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": "#D2ECF4",
          "name": "#D2ECF4",
          "slug": null,
          "rgb": [
            210,
            236,
            244
          ],
          "hsl": [
            194,
            61,
            89
          ],
          "cmyk": [
            14,
            3,
            0,
            4
          ],
          "luminance": 0.8022,
          "contrast": {
            "black": 17.04,
            "white": 1.23
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/d2ecf4/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/d2ecf4.json"
        },
        {
          "hex": "#DAD2F4",
          "name": "#DAD2F4",
          "slug": null,
          "rgb": [
            218,
            210,
            244
          ],
          "hsl": [
            254,
            61,
            89
          ],
          "cmyk": [
            11,
            14,
            0,
            4
          ],
          "luminance": 0.6753,
          "contrast": {
            "black": 14.51,
            "white": 1.45
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/dad2f4/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/dad2f4.json"
        }
      ],
      "anchor": "canvas-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": "#F4EBD0",
          "name": "Canvas",
          "slug": "canvas",
          "rgb": [
            244,
            235,
            208
          ],
          "hsl": [
            45,
            62,
            89
          ],
          "cmyk": [
            0,
            4,
            15,
            4
          ],
          "luminance": 0.832,
          "contrast": {
            "black": 17.64,
            "white": 1.19
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/colors/canvas/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/colors/canvas.json"
        },
        {
          "hex": "#E3CC87",
          "name": "#E3CC87",
          "slug": null,
          "rgb": [
            227,
            204,
            135
          ],
          "hsl": [
            45,
            62,
            71
          ],
          "cmyk": [
            0,
            10,
            41,
            11
          ],
          "luminance": 0.6127,
          "contrast": {
            "black": 13.25,
            "white": 1.58
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/e3cc87/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/e3cc87.json"
        }
      ],
      "anchor": "canvas-harmony-monochromatic"
    }
  ],
  "signaturePalette": [
    "#F4EBD0",
    "#D2DAF4",
    "#F4DAD2",
    "#ECF4D2",
    "#FFFFFF",
    "#E3CC87"
  ],
  "semanticGroups": [
    "yellow harmony",
    "warm harmony",
    "light harmony",
    "canvas palette system"
  ],
  "useCases": [
    "palette generation",
    "brand color exploration",
    "UI accent planning",
    "CSS design tokens",
    "AI color retrieval"
  ],
  "accessibilityNotes": [
    "Black contrast on Canvas: 17.64:1",
    "White contrast on Canvas: 1.19:1",
    "AA text options: #000000, #1A1A1A, #36454F"
  ],
  "relatedEndpoints": [
    "https://www.colorsencyclopedia.com/api/harmonies/canvas.json",
    "https://www.colorsencyclopedia.com/api/colors/canvas.json",
    "https://www.colorsencyclopedia.com/api/hex/f4ebd0.json"
  ],
  "url": "https://www.colorsencyclopedia.com/harmonies/canvas/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/harmonies/canvas.json",
  "cssSnippet": ":root {\n  --color-canvas: #F4EBD0;\n  --canvas-complementary-1: #D2DAF4;\n  --canvas-analogous-1: #F4DAD2;\n  --canvas-analogous-2: #ECF4D2;\n  --canvas-triadic-1: #D2F4EC;\n  --canvas-triadic-2: #ECD2F4;\n  --canvas-tetradic-1: #D2F4DA;\n  --canvas-tetradic-2: #D2DAF4;\n  --canvas-tetradic-3: #F4D2EC;\n  --canvas-split-complementary-1: #D2ECF4;\n  --canvas-split-complementary-2: #DAD2F4;\n  --canvas-monochromatic-1: #FFFFFF;\n  --canvas-monochromatic-2: #F4EBD0;\n  --canvas-monochromatic-3: #E3CC87;\n}\n\n.palette-canvas-harmony {\n  color: #111827;\n  background: linear-gradient(135deg, #F4EBD0, #D2DAF4, #F4DAD2, #ECF4D2, #FFFFFF, #E3CC87);\n}"
}

CSS Harmony Tokens

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

:root {
  --color-canvas: #F4EBD0;
  --canvas-complementary-1: #D2DAF4;
  --canvas-analogous-1: #F4DAD2;
  --canvas-analogous-2: #ECF4D2;
  --canvas-triadic-1: #D2F4EC;
  --canvas-triadic-2: #ECD2F4;
  --canvas-tetradic-1: #D2F4DA;
  --canvas-tetradic-2: #D2DAF4;
  --canvas-tetradic-3: #F4D2EC;
  --canvas-split-complementary-1: #D2ECF4;
  --canvas-split-complementary-2: #DAD2F4;
  --canvas-monochromatic-1: #FFFFFF;
  --canvas-monochromatic-2: #F4EBD0;
  --canvas-monochromatic-3: #E3CC87;
}

.palette-canvas-harmony {
  color: #111827;
  background: linear-gradient(135deg, #F4EBD0, #D2DAF4, #F4DAD2, #ECF4D2, #FFFFFF, #E3CC87);
}

Canvas 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 colorCanvas · #F4EBD0
#D2DAF4#D2DAF4
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 colorCanvas · #F4EBD0
#F4DAD2#F4DAD2
#ECF4D2#ECF4D2
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 colorCanvas · #F4EBD0
#D2F4EC#D2F4EC
#ECD2F4#ECD2F4
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 colorCanvas · #F4EBD0
#D2F4DA#D2F4DA
#D2DAF4#D2DAF4
#F4D2EC#F4D2EC
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 colorCanvas · #F4EBD0
#D2ECF4#D2ECF4
#DAD2F4#DAD2F4
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 colorCanvas · #F4EBD0
White#FFFFFF
Canvas#F4EBD0
#E3CC87#E3CC87