Harmony system

Beige Color Harmonies

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

Beige 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.

SourceBeige · #F5F5DC
Groups6
Palette colors6
FamilyYellow

How the harmony works

Beige Harmony Guide

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

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

AI-Ready Dataset v1.0.0
Luminance0.8988
Black text18.98: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": "beige",
  "name": "Beige",
  "hex": "#F5F5DC",
  "url": "https://www.colorsencyclopedia.com/colors/beige/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/colors/beige.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": "#DBDBF5",
        "name": "#DBDBF5",
        "slug": null,
        "rgb": [
          219,
          219,
          245
        ],
        "hsl": [
          240,
          57,
          91
        ],
        "cmyk": [
          11,
          11,
          0,
          4
        ],
        "luminance": 0.7232,
        "contrast": {
          "black": 15.46,
          "white": 1.36
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/dbdbf5/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/dbdbf5.json"
      }
    ],
    "anchor": "beige-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": "#F5E8DB",
        "name": "#F5E8DB",
        "slug": null,
        "rgb": [
          245,
          232,
          219
        ],
        "hsl": [
          30,
          57,
          91
        ],
        "cmyk": [
          0,
          5,
          11,
          4
        ],
        "luminance": 0.8224,
        "contrast": {
          "black": 17.45,
          "white": 1.2
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/f5e8db/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/f5e8db.json"
      },
      {
        "hex": "#E8F5DB",
        "name": "#E8F5DB",
        "slug": null,
        "rgb": [
          232,
          245,
          219
        ],
        "hsl": [
          90,
          57,
          91
        ],
        "cmyk": [
          5,
          0,
          11,
          4
        ],
        "luminance": 0.8758,
        "contrast": {
          "black": 18.52,
          "white": 1.13
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/e8f5db/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/e8f5db.json"
      }
    ],
    "anchor": "beige-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": "#DBF5F5",
        "name": "#DBF5F5",
        "slug": null,
        "rgb": [
          219,
          245,
          245
        ],
        "hsl": [
          180,
          57,
          91
        ],
        "cmyk": [
          11,
          0,
          0,
          4
        ],
        "luminance": 0.8696,
        "contrast": {
          "black": 18.39,
          "white": 1.14
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/dbf5f5/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/dbf5f5.json"
      },
      {
        "hex": "#F5DBF5",
        "name": "#F5DBF5",
        "slug": null,
        "rgb": [
          245,
          219,
          245
        ],
        "hsl": [
          300,
          57,
          91
        ],
        "cmyk": [
          0,
          11,
          0,
          4
        ],
        "luminance": 0.7667,
        "contrast": {
          "black": 16.33,
          "white": 1.29
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/f5dbf5/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/f5dbf5.json"
      }
    ],
    "anchor": "beige-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": "#DBF5E8",
        "name": "#DBF5E8",
        "slug": null,
        "rgb": [
          219,
          245,
          232
        ],
        "hsl": [
          150,
          57,
          91
        ],
        "cmyk": [
          11,
          0,
          5,
          4
        ],
        "luminance": 0.8619,
        "contrast": {
          "black": 18.24,
          "white": 1.15
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/dbf5e8/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/dbf5e8.json"
      },
      {
        "hex": "#DBDBF5",
        "name": "#DBDBF5",
        "slug": null,
        "rgb": [
          219,
          219,
          245
        ],
        "hsl": [
          240,
          57,
          91
        ],
        "cmyk": [
          11,
          11,
          0,
          4
        ],
        "luminance": 0.7232,
        "contrast": {
          "black": 15.46,
          "white": 1.36
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/dbdbf5/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/dbdbf5.json"
      },
      {
        "hex": "#F5DBE8",
        "name": "#F5DBE8",
        "slug": null,
        "rgb": [
          245,
          219,
          232
        ],
        "hsl": [
          330,
          57,
          91
        ],
        "cmyk": [
          0,
          11,
          5,
          4
        ],
        "luminance": 0.759,
        "contrast": {
          "black": 16.18,
          "white": 1.3
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/f5dbe8/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/f5dbe8.json"
      }
    ],
    "anchor": "beige-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": "#DBE8F5",
        "name": "#DBE8F5",
        "slug": null,
        "rgb": [
          219,
          232,
          245
        ],
        "hsl": [
          210,
          57,
          91
        ],
        "cmyk": [
          11,
          5,
          0,
          4
        ],
        "luminance": 0.7937,
        "contrast": {
          "black": 16.87,
          "white": 1.24
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/dbe8f5/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/dbe8f5.json"
      },
      {
        "hex": "#E8DBF5",
        "name": "#E8DBF5",
        "slug": null,
        "rgb": [
          232,
          219,
          245
        ],
        "hsl": [
          270,
          57,
          91
        ],
        "cmyk": [
          5,
          11,
          0,
          4
        ],
        "luminance": 0.7441,
        "contrast": {
          "black": 15.88,
          "white": 1.32
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/e8dbf5/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/e8dbf5.json"
      }
    ],
    "anchor": "beige-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": "#F5F5DC",
        "name": "Beige",
        "slug": "beige",
        "rgb": [
          245,
          245,
          220
        ],
        "hsl": [
          60,
          56,
          91
        ],
        "cmyk": [
          0,
          0,
          10,
          4
        ],
        "luminance": 0.8988,
        "contrast": {
          "black": 18.98,
          "white": 1.11
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/colors/beige/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/colors/beige.json"
      },
      {
        "hex": "#E1E194",
        "name": "#E1E194",
        "slug": null,
        "rgb": [
          225,
          225,
          148
        ],
        "hsl": [
          60,
          56,
          73
        ],
        "cmyk": [
          0,
          0,
          34,
          12
        ],
        "luminance": 0.72,
        "contrast": {
          "black": 15.4,
          "white": 1.36
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/e1e194/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/e1e194.json"
      }
    ],
    "anchor": "beige-harmony-monochromatic"
  }
]
Signature palette
[
  "#F5F5DC",
  "#DBDBF5",
  "#F5E8DB",
  "#E8F5DB",
  "#FFFFFF",
  "#E1E194"
]
Accessibility notes
[
  "Black contrast on Beige: 18.98:1",
  "White contrast on Beige: 1.11:1",
  "AA text options: #000000, #1A1A1A, #36454F"
]
CSS tokens
":root {\n  --color-beige: #F5F5DC;\n  --beige-complementary-1: #DBDBF5;\n  --beige-analogous-1: #F5E8DB;\n  --beige-analogous-2: #E8F5DB;\n  --beige-triadic-1: #DBF5F5;\n  --beige-triadic-2: #F5DBF5;\n  --beige-tetradic-1: #DBF5E8;\n  --beige-tetradic-2: #DBDBF5;\n  --beige-tetradic-3: #F5DBE8;\n  --beige-split-complementary-1: #DBE8F5;\n  --beige-split-complementary-2: #E8DBF5;\n  --beige-monochromatic-1: #FFFFFF;\n  --beige-monochromatic-2: #F5F5DC;\n  --beige-monochromatic-3: #E1E194;\n}\n\n.palette-beige-harmony {\n  color: #111827;\n  background: linear-gradient(135deg, #F5F5DC, #DBDBF5, #F5E8DB, #E8F5DB, #FFFFFF, #E1E194);\n}"
Full JSON dataset
{
  "datasetVersion": "1.0.0",
  "slug": "beige",
  "name": "Beige",
  "hex": "#F5F5DC",
  "rgb": [
    245,
    245,
    220
  ],
  "hsl": [
    60,
    56,
    91
  ],
  "cmyk": [
    0,
    0,
    10,
    4
  ],
  "family": "yellow",
  "temperature": "warm",
  "tone": [
    "light"
  ],
  "luminance": 0.8988,
  "contrast": {
    "black": 18.98,
    "white": 1.11
  },
  "wcag": {
    "AA": [
      "#000000",
      "#1A1A1A",
      "#36454F"
    ],
    "AAA": [
      "#000000",
      "#1A1A1A",
      "#36454F"
    ]
  },
  "sourceColor": {
    "slug": "beige",
    "name": "Beige",
    "hex": "#F5F5DC",
    "url": "https://www.colorsencyclopedia.com/colors/beige/",
    "apiUrl": "https://www.colorsencyclopedia.com/api/colors/beige.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": "#DBDBF5",
          "name": "#DBDBF5",
          "slug": null,
          "rgb": [
            219,
            219,
            245
          ],
          "hsl": [
            240,
            57,
            91
          ],
          "cmyk": [
            11,
            11,
            0,
            4
          ],
          "luminance": 0.7232,
          "contrast": {
            "black": 15.46,
            "white": 1.36
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/dbdbf5/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/dbdbf5.json"
        }
      ],
      "anchor": "beige-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": "#F5E8DB",
          "name": "#F5E8DB",
          "slug": null,
          "rgb": [
            245,
            232,
            219
          ],
          "hsl": [
            30,
            57,
            91
          ],
          "cmyk": [
            0,
            5,
            11,
            4
          ],
          "luminance": 0.8224,
          "contrast": {
            "black": 17.45,
            "white": 1.2
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/f5e8db/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/f5e8db.json"
        },
        {
          "hex": "#E8F5DB",
          "name": "#E8F5DB",
          "slug": null,
          "rgb": [
            232,
            245,
            219
          ],
          "hsl": [
            90,
            57,
            91
          ],
          "cmyk": [
            5,
            0,
            11,
            4
          ],
          "luminance": 0.8758,
          "contrast": {
            "black": 18.52,
            "white": 1.13
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/e8f5db/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/e8f5db.json"
        }
      ],
      "anchor": "beige-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": "#DBF5F5",
          "name": "#DBF5F5",
          "slug": null,
          "rgb": [
            219,
            245,
            245
          ],
          "hsl": [
            180,
            57,
            91
          ],
          "cmyk": [
            11,
            0,
            0,
            4
          ],
          "luminance": 0.8696,
          "contrast": {
            "black": 18.39,
            "white": 1.14
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/dbf5f5/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/dbf5f5.json"
        },
        {
          "hex": "#F5DBF5",
          "name": "#F5DBF5",
          "slug": null,
          "rgb": [
            245,
            219,
            245
          ],
          "hsl": [
            300,
            57,
            91
          ],
          "cmyk": [
            0,
            11,
            0,
            4
          ],
          "luminance": 0.7667,
          "contrast": {
            "black": 16.33,
            "white": 1.29
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/f5dbf5/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/f5dbf5.json"
        }
      ],
      "anchor": "beige-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": "#DBF5E8",
          "name": "#DBF5E8",
          "slug": null,
          "rgb": [
            219,
            245,
            232
          ],
          "hsl": [
            150,
            57,
            91
          ],
          "cmyk": [
            11,
            0,
            5,
            4
          ],
          "luminance": 0.8619,
          "contrast": {
            "black": 18.24,
            "white": 1.15
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/dbf5e8/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/dbf5e8.json"
        },
        {
          "hex": "#DBDBF5",
          "name": "#DBDBF5",
          "slug": null,
          "rgb": [
            219,
            219,
            245
          ],
          "hsl": [
            240,
            57,
            91
          ],
          "cmyk": [
            11,
            11,
            0,
            4
          ],
          "luminance": 0.7232,
          "contrast": {
            "black": 15.46,
            "white": 1.36
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/dbdbf5/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/dbdbf5.json"
        },
        {
          "hex": "#F5DBE8",
          "name": "#F5DBE8",
          "slug": null,
          "rgb": [
            245,
            219,
            232
          ],
          "hsl": [
            330,
            57,
            91
          ],
          "cmyk": [
            0,
            11,
            5,
            4
          ],
          "luminance": 0.759,
          "contrast": {
            "black": 16.18,
            "white": 1.3
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/f5dbe8/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/f5dbe8.json"
        }
      ],
      "anchor": "beige-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": "#DBE8F5",
          "name": "#DBE8F5",
          "slug": null,
          "rgb": [
            219,
            232,
            245
          ],
          "hsl": [
            210,
            57,
            91
          ],
          "cmyk": [
            11,
            5,
            0,
            4
          ],
          "luminance": 0.7937,
          "contrast": {
            "black": 16.87,
            "white": 1.24
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/dbe8f5/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/dbe8f5.json"
        },
        {
          "hex": "#E8DBF5",
          "name": "#E8DBF5",
          "slug": null,
          "rgb": [
            232,
            219,
            245
          ],
          "hsl": [
            270,
            57,
            91
          ],
          "cmyk": [
            5,
            11,
            0,
            4
          ],
          "luminance": 0.7441,
          "contrast": {
            "black": 15.88,
            "white": 1.32
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/e8dbf5/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/e8dbf5.json"
        }
      ],
      "anchor": "beige-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": "#F5F5DC",
          "name": "Beige",
          "slug": "beige",
          "rgb": [
            245,
            245,
            220
          ],
          "hsl": [
            60,
            56,
            91
          ],
          "cmyk": [
            0,
            0,
            10,
            4
          ],
          "luminance": 0.8988,
          "contrast": {
            "black": 18.98,
            "white": 1.11
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/colors/beige/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/colors/beige.json"
        },
        {
          "hex": "#E1E194",
          "name": "#E1E194",
          "slug": null,
          "rgb": [
            225,
            225,
            148
          ],
          "hsl": [
            60,
            56,
            73
          ],
          "cmyk": [
            0,
            0,
            34,
            12
          ],
          "luminance": 0.72,
          "contrast": {
            "black": 15.4,
            "white": 1.36
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/e1e194/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/e1e194.json"
        }
      ],
      "anchor": "beige-harmony-monochromatic"
    }
  ],
  "signaturePalette": [
    "#F5F5DC",
    "#DBDBF5",
    "#F5E8DB",
    "#E8F5DB",
    "#FFFFFF",
    "#E1E194"
  ],
  "semanticGroups": [
    "yellow harmony",
    "warm harmony",
    "light harmony",
    "beige palette system"
  ],
  "useCases": [
    "palette generation",
    "brand color exploration",
    "UI accent planning",
    "CSS design tokens",
    "AI color retrieval"
  ],
  "accessibilityNotes": [
    "Black contrast on Beige: 18.98:1",
    "White contrast on Beige: 1.11:1",
    "AA text options: #000000, #1A1A1A, #36454F"
  ],
  "relatedEndpoints": [
    "https://www.colorsencyclopedia.com/api/harmonies/beige.json",
    "https://www.colorsencyclopedia.com/api/colors/beige.json",
    "https://www.colorsencyclopedia.com/api/hex/f5f5dc.json"
  ],
  "url": "https://www.colorsencyclopedia.com/harmonies/beige/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/harmonies/beige.json",
  "cssSnippet": ":root {\n  --color-beige: #F5F5DC;\n  --beige-complementary-1: #DBDBF5;\n  --beige-analogous-1: #F5E8DB;\n  --beige-analogous-2: #E8F5DB;\n  --beige-triadic-1: #DBF5F5;\n  --beige-triadic-2: #F5DBF5;\n  --beige-tetradic-1: #DBF5E8;\n  --beige-tetradic-2: #DBDBF5;\n  --beige-tetradic-3: #F5DBE8;\n  --beige-split-complementary-1: #DBE8F5;\n  --beige-split-complementary-2: #E8DBF5;\n  --beige-monochromatic-1: #FFFFFF;\n  --beige-monochromatic-2: #F5F5DC;\n  --beige-monochromatic-3: #E1E194;\n}\n\n.palette-beige-harmony {\n  color: #111827;\n  background: linear-gradient(135deg, #F5F5DC, #DBDBF5, #F5E8DB, #E8F5DB, #FFFFFF, #E1E194);\n}"
}

CSS Harmony Tokens

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

:root {
  --color-beige: #F5F5DC;
  --beige-complementary-1: #DBDBF5;
  --beige-analogous-1: #F5E8DB;
  --beige-analogous-2: #E8F5DB;
  --beige-triadic-1: #DBF5F5;
  --beige-triadic-2: #F5DBF5;
  --beige-tetradic-1: #DBF5E8;
  --beige-tetradic-2: #DBDBF5;
  --beige-tetradic-3: #F5DBE8;
  --beige-split-complementary-1: #DBE8F5;
  --beige-split-complementary-2: #E8DBF5;
  --beige-monochromatic-1: #FFFFFF;
  --beige-monochromatic-2: #F5F5DC;
  --beige-monochromatic-3: #E1E194;
}

.palette-beige-harmony {
  color: #111827;
  background: linear-gradient(135deg, #F5F5DC, #DBDBF5, #F5E8DB, #E8F5DB, #FFFFFF, #E1E194);
}

Beige 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 colorBeige · #F5F5DC
#DBDBF5#DBDBF5
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 colorBeige · #F5F5DC
#F5E8DB#F5E8DB
#E8F5DB#E8F5DB
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 colorBeige · #F5F5DC
#DBF5F5#DBF5F5
#F5DBF5#F5DBF5
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 colorBeige · #F5F5DC
#DBF5E8#DBF5E8
#DBDBF5#DBDBF5
#F5DBE8#F5DBE8
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 colorBeige · #F5F5DC
#DBE8F5#DBE8F5
#E8DBF5#E8DBF5
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 colorBeige · #F5F5DC
White#FFFFFF
Beige#F5F5DC
#E1E194#E1E194