Harmony system

Dark Khaki Color Harmonies

Dark Khaki harmonies from #BDB76B: complementary #6B71BD, plus five harmony groups with CSS and contrast data.

Dark Khaki is a warm yellow at hue 56°, saturation 38% and lightness 58%. The sets below keep those measurements visible while moving around the color wheel, making it easier to choose close hues, direct contrast or a wider token system.

SourceDark Khaki · #BDB76B
Groups6
Palette colors6
FamilyYellow

How the harmony works

Dark Khaki Harmony Guide

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

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

AI-Ready Dataset v1.0.0
Luminance0.4575
Black text10.15:1AA Pass
White text2.07: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": "dark-khaki",
  "name": "Dark Khaki",
  "hex": "#BDB76B",
  "url": "https://www.colorsencyclopedia.com/colors/dark-khaki/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/colors/dark-khaki.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": "#6B71BD",
        "name": "#6B71BD",
        "slug": null,
        "rgb": [
          107,
          113,
          189
        ],
        "hsl": [
          236,
          38,
          58
        ],
        "cmyk": [
          43,
          40,
          0,
          26
        ],
        "luminance": 0.1861,
        "contrast": {
          "black": 4.72,
          "white": 4.45
        },
        "wcag": {
          "AA": [
            "#000000"
          ],
          "AAA": []
        },
        "url": null,
        "apiUrl": null
      }
    ],
    "anchor": "dark-khaki-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": "#BD8E6B",
        "name": "#BD8E6B",
        "slug": null,
        "rgb": [
          189,
          142,
          107
        ],
        "hsl": [
          26,
          38,
          58
        ],
        "cmyk": [
          0,
          25,
          43,
          26
        ],
        "luminance": 0.3123,
        "contrast": {
          "black": 7.25,
          "white": 2.9
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A"
          ],
          "AAA": [
            "#000000"
          ]
        },
        "url": null,
        "apiUrl": null
      },
      {
        "hex": "#99BD6B",
        "name": "#99BD6B",
        "slug": null,
        "rgb": [
          153,
          189,
          107
        ],
        "hsl": [
          86,
          38,
          58
        ],
        "cmyk": [
          19,
          0,
          43,
          26
        ],
        "luminance": 0.4423,
        "contrast": {
          "black": 9.85,
          "white": 2.13
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A"
          ]
        },
        "url": null,
        "apiUrl": null
      }
    ],
    "anchor": "dark-khaki-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": "#6BBDB7",
        "name": "#6BBDB7",
        "slug": null,
        "rgb": [
          107,
          189,
          183
        ],
        "hsl": [
          176,
          38,
          58
        ],
        "cmyk": [
          43,
          0,
          3,
          26
        ],
        "luminance": 0.4294,
        "contrast": {
          "black": 9.59,
          "white": 2.19
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A"
          ]
        },
        "url": null,
        "apiUrl": null
      },
      {
        "hex": "#B76BBD",
        "name": "#B76BBD",
        "slug": null,
        "rgb": [
          183,
          107,
          189
        ],
        "hsl": [
          296,
          38,
          58
        ],
        "cmyk": [
          3,
          43,
          0,
          26
        ],
        "luminance": 0.2426,
        "contrast": {
          "black": 5.85,
          "white": 3.59
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A"
          ],
          "AAA": []
        },
        "url": null,
        "apiUrl": null
      }
    ],
    "anchor": "dark-khaki-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": "#6BBD8E",
        "name": "#6BBD8E",
        "slug": null,
        "rgb": [
          107,
          189,
          142
        ],
        "hsl": [
          146,
          38,
          58
        ],
        "cmyk": [
          43,
          0,
          25,
          26
        ],
        "luminance": 0.4147,
        "contrast": {
          "black": 9.29,
          "white": 2.26
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A"
          ]
        },
        "url": null,
        "apiUrl": null
      },
      {
        "hex": "#6B71BD",
        "name": "#6B71BD",
        "slug": null,
        "rgb": [
          107,
          113,
          189
        ],
        "hsl": [
          236,
          38,
          58
        ],
        "cmyk": [
          43,
          40,
          0,
          26
        ],
        "luminance": 0.1861,
        "contrast": {
          "black": 4.72,
          "white": 4.45
        },
        "wcag": {
          "AA": [
            "#000000"
          ],
          "AAA": []
        },
        "url": null,
        "apiUrl": null
      },
      {
        "hex": "#BD6B99",
        "name": "#BD6B99",
        "slug": null,
        "rgb": [
          189,
          107,
          153
        ],
        "hsl": [
          326,
          38,
          58
        ],
        "cmyk": [
          0,
          43,
          19,
          26
        ],
        "luminance": 0.2363,
        "contrast": {
          "black": 5.73,
          "white": 3.67
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A"
          ],
          "AAA": []
        },
        "url": null,
        "apiUrl": null
      }
    ],
    "anchor": "dark-khaki-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": "#6B99BD",
        "name": "#6B99BD",
        "slug": null,
        "rgb": [
          107,
          153,
          189
        ],
        "hsl": [
          206,
          38,
          58
        ],
        "cmyk": [
          43,
          19,
          0,
          26
        ],
        "luminance": 0.2958,
        "contrast": {
          "black": 6.92,
          "white": 3.04
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A"
          ],
          "AAA": []
        },
        "url": null,
        "apiUrl": null
      },
      {
        "hex": "#8E6BBD",
        "name": "#8E6BBD",
        "slug": null,
        "rgb": [
          142,
          107,
          189
        ],
        "hsl": [
          266,
          38,
          58
        ],
        "cmyk": [
          25,
          43,
          0,
          26
        ],
        "luminance": 0.1994,
        "contrast": {
          "black": 4.99,
          "white": 4.21
        },
        "wcag": {
          "AA": [
            "#000000"
          ],
          "AAA": []
        },
        "url": null,
        "apiUrl": null
      }
    ],
    "anchor": "dark-khaki-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": "#D9D6AB",
        "name": "#D9D6AB",
        "slug": null,
        "rgb": [
          217,
          214,
          171
        ],
        "hsl": [
          56,
          38,
          76
        ],
        "cmyk": [
          0,
          1,
          21,
          15
        ],
        "luminance": 0.6579,
        "contrast": {
          "black": 14.16,
          "white": 1.48
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A"
          ]
        },
        "url": null,
        "apiUrl": null
      },
      {
        "hex": "#BDB76B",
        "name": "Dark Khaki",
        "slug": "dark-khaki",
        "rgb": [
          189,
          183,
          107
        ],
        "hsl": [
          56,
          38,
          58
        ],
        "cmyk": [
          0,
          3,
          43,
          26
        ],
        "luminance": 0.4575,
        "contrast": {
          "black": 10.15,
          "white": 2.07
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/colors/dark-khaki/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/colors/dark-khaki.json"
      },
      {
        "hex": "#8D883F",
        "name": "#8D883F",
        "slug": null,
        "rgb": [
          141,
          136,
          63
        ],
        "hsl": [
          56,
          38,
          40
        ],
        "cmyk": [
          0,
          4,
          55,
          45
        ],
        "luminance": 0.2363,
        "contrast": {
          "black": 5.73,
          "white": 3.67
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A"
          ],
          "AAA": []
        },
        "url": null,
        "apiUrl": null
      }
    ],
    "anchor": "dark-khaki-harmony-monochromatic"
  }
]
Signature palette
[
  "#BDB76B",
  "#6B71BD",
  "#BD8E6B",
  "#99BD6B",
  "#D9D6AB",
  "#8D883F"
]
Accessibility notes
[
  "Black contrast on Dark Khaki: 10.15:1",
  "White contrast on Dark Khaki: 2.07:1",
  "AA text options: #000000, #1A1A1A, #36454F"
]
CSS tokens
":root {\n  --color-dark-khaki: #BDB76B;\n  --dark-khaki-complementary-1: #6B71BD;\n  --dark-khaki-analogous-1: #BD8E6B;\n  --dark-khaki-analogous-2: #99BD6B;\n  --dark-khaki-triadic-1: #6BBDB7;\n  --dark-khaki-triadic-2: #B76BBD;\n  --dark-khaki-tetradic-1: #6BBD8E;\n  --dark-khaki-tetradic-2: #6B71BD;\n  --dark-khaki-tetradic-3: #BD6B99;\n  --dark-khaki-split-complementary-1: #6B99BD;\n  --dark-khaki-split-complementary-2: #8E6BBD;\n  --dark-khaki-monochromatic-1: #D9D6AB;\n  --dark-khaki-monochromatic-2: #BDB76B;\n  --dark-khaki-monochromatic-3: #8D883F;\n}\n\n.palette-dark-khaki-harmony {\n  color: #111827;\n  background: linear-gradient(135deg, #BDB76B, #6B71BD, #BD8E6B, #99BD6B, #D9D6AB, #8D883F);\n}"
Full JSON dataset
{
  "datasetVersion": "1.0.0",
  "slug": "dark-khaki",
  "name": "Dark Khaki",
  "hex": "#BDB76B",
  "rgb": [
    189,
    183,
    107
  ],
  "hsl": [
    56,
    38,
    58
  ],
  "cmyk": [
    0,
    3,
    43,
    26
  ],
  "family": "yellow",
  "temperature": "warm",
  "tone": [
    "earth-tone"
  ],
  "luminance": 0.4575,
  "contrast": {
    "black": 10.15,
    "white": 2.07
  },
  "wcag": {
    "AA": [
      "#000000",
      "#1A1A1A",
      "#36454F"
    ],
    "AAA": [
      "#000000",
      "#1A1A1A"
    ]
  },
  "sourceColor": {
    "slug": "dark-khaki",
    "name": "Dark Khaki",
    "hex": "#BDB76B",
    "url": "https://www.colorsencyclopedia.com/colors/dark-khaki/",
    "apiUrl": "https://www.colorsencyclopedia.com/api/colors/dark-khaki.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": "#6B71BD",
          "name": "#6B71BD",
          "slug": null,
          "rgb": [
            107,
            113,
            189
          ],
          "hsl": [
            236,
            38,
            58
          ],
          "cmyk": [
            43,
            40,
            0,
            26
          ],
          "luminance": 0.1861,
          "contrast": {
            "black": 4.72,
            "white": 4.45
          },
          "wcag": {
            "AA": [
              "#000000"
            ],
            "AAA": []
          },
          "url": null,
          "apiUrl": null
        }
      ],
      "anchor": "dark-khaki-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": "#BD8E6B",
          "name": "#BD8E6B",
          "slug": null,
          "rgb": [
            189,
            142,
            107
          ],
          "hsl": [
            26,
            38,
            58
          ],
          "cmyk": [
            0,
            25,
            43,
            26
          ],
          "luminance": 0.3123,
          "contrast": {
            "black": 7.25,
            "white": 2.9
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A"
            ],
            "AAA": [
              "#000000"
            ]
          },
          "url": null,
          "apiUrl": null
        },
        {
          "hex": "#99BD6B",
          "name": "#99BD6B",
          "slug": null,
          "rgb": [
            153,
            189,
            107
          ],
          "hsl": [
            86,
            38,
            58
          ],
          "cmyk": [
            19,
            0,
            43,
            26
          ],
          "luminance": 0.4423,
          "contrast": {
            "black": 9.85,
            "white": 2.13
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A"
            ]
          },
          "url": null,
          "apiUrl": null
        }
      ],
      "anchor": "dark-khaki-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": "#6BBDB7",
          "name": "#6BBDB7",
          "slug": null,
          "rgb": [
            107,
            189,
            183
          ],
          "hsl": [
            176,
            38,
            58
          ],
          "cmyk": [
            43,
            0,
            3,
            26
          ],
          "luminance": 0.4294,
          "contrast": {
            "black": 9.59,
            "white": 2.19
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A"
            ]
          },
          "url": null,
          "apiUrl": null
        },
        {
          "hex": "#B76BBD",
          "name": "#B76BBD",
          "slug": null,
          "rgb": [
            183,
            107,
            189
          ],
          "hsl": [
            296,
            38,
            58
          ],
          "cmyk": [
            3,
            43,
            0,
            26
          ],
          "luminance": 0.2426,
          "contrast": {
            "black": 5.85,
            "white": 3.59
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A"
            ],
            "AAA": []
          },
          "url": null,
          "apiUrl": null
        }
      ],
      "anchor": "dark-khaki-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": "#6BBD8E",
          "name": "#6BBD8E",
          "slug": null,
          "rgb": [
            107,
            189,
            142
          ],
          "hsl": [
            146,
            38,
            58
          ],
          "cmyk": [
            43,
            0,
            25,
            26
          ],
          "luminance": 0.4147,
          "contrast": {
            "black": 9.29,
            "white": 2.26
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A"
            ]
          },
          "url": null,
          "apiUrl": null
        },
        {
          "hex": "#6B71BD",
          "name": "#6B71BD",
          "slug": null,
          "rgb": [
            107,
            113,
            189
          ],
          "hsl": [
            236,
            38,
            58
          ],
          "cmyk": [
            43,
            40,
            0,
            26
          ],
          "luminance": 0.1861,
          "contrast": {
            "black": 4.72,
            "white": 4.45
          },
          "wcag": {
            "AA": [
              "#000000"
            ],
            "AAA": []
          },
          "url": null,
          "apiUrl": null
        },
        {
          "hex": "#BD6B99",
          "name": "#BD6B99",
          "slug": null,
          "rgb": [
            189,
            107,
            153
          ],
          "hsl": [
            326,
            38,
            58
          ],
          "cmyk": [
            0,
            43,
            19,
            26
          ],
          "luminance": 0.2363,
          "contrast": {
            "black": 5.73,
            "white": 3.67
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A"
            ],
            "AAA": []
          },
          "url": null,
          "apiUrl": null
        }
      ],
      "anchor": "dark-khaki-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": "#6B99BD",
          "name": "#6B99BD",
          "slug": null,
          "rgb": [
            107,
            153,
            189
          ],
          "hsl": [
            206,
            38,
            58
          ],
          "cmyk": [
            43,
            19,
            0,
            26
          ],
          "luminance": 0.2958,
          "contrast": {
            "black": 6.92,
            "white": 3.04
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A"
            ],
            "AAA": []
          },
          "url": null,
          "apiUrl": null
        },
        {
          "hex": "#8E6BBD",
          "name": "#8E6BBD",
          "slug": null,
          "rgb": [
            142,
            107,
            189
          ],
          "hsl": [
            266,
            38,
            58
          ],
          "cmyk": [
            25,
            43,
            0,
            26
          ],
          "luminance": 0.1994,
          "contrast": {
            "black": 4.99,
            "white": 4.21
          },
          "wcag": {
            "AA": [
              "#000000"
            ],
            "AAA": []
          },
          "url": null,
          "apiUrl": null
        }
      ],
      "anchor": "dark-khaki-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": "#D9D6AB",
          "name": "#D9D6AB",
          "slug": null,
          "rgb": [
            217,
            214,
            171
          ],
          "hsl": [
            56,
            38,
            76
          ],
          "cmyk": [
            0,
            1,
            21,
            15
          ],
          "luminance": 0.6579,
          "contrast": {
            "black": 14.16,
            "white": 1.48
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A"
            ]
          },
          "url": null,
          "apiUrl": null
        },
        {
          "hex": "#BDB76B",
          "name": "Dark Khaki",
          "slug": "dark-khaki",
          "rgb": [
            189,
            183,
            107
          ],
          "hsl": [
            56,
            38,
            58
          ],
          "cmyk": [
            0,
            3,
            43,
            26
          ],
          "luminance": 0.4575,
          "contrast": {
            "black": 10.15,
            "white": 2.07
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/colors/dark-khaki/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/colors/dark-khaki.json"
        },
        {
          "hex": "#8D883F",
          "name": "#8D883F",
          "slug": null,
          "rgb": [
            141,
            136,
            63
          ],
          "hsl": [
            56,
            38,
            40
          ],
          "cmyk": [
            0,
            4,
            55,
            45
          ],
          "luminance": 0.2363,
          "contrast": {
            "black": 5.73,
            "white": 3.67
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A"
            ],
            "AAA": []
          },
          "url": null,
          "apiUrl": null
        }
      ],
      "anchor": "dark-khaki-harmony-monochromatic"
    }
  ],
  "signaturePalette": [
    "#BDB76B",
    "#6B71BD",
    "#BD8E6B",
    "#99BD6B",
    "#D9D6AB",
    "#8D883F"
  ],
  "semanticGroups": [
    "yellow harmony",
    "warm harmony",
    "earth tone harmony",
    "dark khaki palette system"
  ],
  "useCases": [
    "palette generation",
    "brand color exploration",
    "UI accent planning",
    "CSS design tokens",
    "AI color retrieval"
  ],
  "accessibilityNotes": [
    "Black contrast on Dark Khaki: 10.15:1",
    "White contrast on Dark Khaki: 2.07:1",
    "AA text options: #000000, #1A1A1A, #36454F"
  ],
  "relatedEndpoints": [
    "https://www.colorsencyclopedia.com/api/harmonies/dark-khaki.json",
    "https://www.colorsencyclopedia.com/api/colors/dark-khaki.json",
    "https://www.colorsencyclopedia.com/api/hex/bdb76b.json"
  ],
  "url": "https://www.colorsencyclopedia.com/harmonies/dark-khaki/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/harmonies/dark-khaki.json",
  "cssSnippet": ":root {\n  --color-dark-khaki: #BDB76B;\n  --dark-khaki-complementary-1: #6B71BD;\n  --dark-khaki-analogous-1: #BD8E6B;\n  --dark-khaki-analogous-2: #99BD6B;\n  --dark-khaki-triadic-1: #6BBDB7;\n  --dark-khaki-triadic-2: #B76BBD;\n  --dark-khaki-tetradic-1: #6BBD8E;\n  --dark-khaki-tetradic-2: #6B71BD;\n  --dark-khaki-tetradic-3: #BD6B99;\n  --dark-khaki-split-complementary-1: #6B99BD;\n  --dark-khaki-split-complementary-2: #8E6BBD;\n  --dark-khaki-monochromatic-1: #D9D6AB;\n  --dark-khaki-monochromatic-2: #BDB76B;\n  --dark-khaki-monochromatic-3: #8D883F;\n}\n\n.palette-dark-khaki-harmony {\n  color: #111827;\n  background: linear-gradient(135deg, #BDB76B, #6B71BD, #BD8E6B, #99BD6B, #D9D6AB, #8D883F);\n}"
}

CSS Harmony Tokens

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

:root {
  --color-dark-khaki: #BDB76B;
  --dark-khaki-complementary-1: #6B71BD;
  --dark-khaki-analogous-1: #BD8E6B;
  --dark-khaki-analogous-2: #99BD6B;
  --dark-khaki-triadic-1: #6BBDB7;
  --dark-khaki-triadic-2: #B76BBD;
  --dark-khaki-tetradic-1: #6BBD8E;
  --dark-khaki-tetradic-2: #6B71BD;
  --dark-khaki-tetradic-3: #BD6B99;
  --dark-khaki-split-complementary-1: #6B99BD;
  --dark-khaki-split-complementary-2: #8E6BBD;
  --dark-khaki-monochromatic-1: #D9D6AB;
  --dark-khaki-monochromatic-2: #BDB76B;
  --dark-khaki-monochromatic-3: #8D883F;
}

.palette-dark-khaki-harmony {
  color: #111827;
  background: linear-gradient(135deg, #BDB76B, #6B71BD, #BD8E6B, #99BD6B, #D9D6AB, #8D883F);
}

Dark Khaki 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

The complementary set starts from Dark Khaki #BDB76B and produces #6B71BD. Its maximum hue contrast relationship suits accent colors, strong calls to action, and visual opposition. None of these generated values has an exact named-color match in the current dataset.

Behaviormaximum hue contrast
Best useaccent colors, strong calls to action, visual opposition
Source colorDark Khaki · #BDB76B
Analogous Harmony2 colors · neighboring hue movement

The analogous set starts from Dark Khaki #BDB76B and produces #BD8E6B and #99BD6B. Its neighboring hue movement relationship suits calm palettes, gradients, and natural transitions. None of these generated values has an exact named-color match in the current dataset.

Behaviorneighboring hue movement
Best usecalm palettes, gradients, natural transitions
Source colorDark Khaki · #BDB76B
Triadic Harmony2 colors · three evenly spaced hues

The triadic set starts from Dark Khaki #BDB76B and produces #6BBDB7 and #B76BBD. Its three evenly spaced hues relationship suits balanced contrast, playful systems, and broad palette range. None of these generated values has an exact named-color match in the current dataset.

Behaviorthree evenly spaced hues
Best usebalanced contrast, playful systems, broad palette range
Source colorDark Khaki · #BDB76B
Tetradic Harmony3 colors · two complementary pairs

The tetradic set starts from Dark Khaki #BDB76B and produces #6BBD8E, #6B71BD, and #BD6B99. Its two complementary pairs relationship suits large design systems, dashboards, and multi-state UI. None of these generated values has an exact named-color match in the current dataset.

Behaviortwo complementary pairs
Best uselarge design systems, dashboards, multi-state UI
Source colorDark Khaki · #BDB76B
Split Complementary Harmony2 colors · softened complementary contrast

The split complementary set starts from Dark Khaki #BDB76B and produces #6B99BD and #8E6BBD. Its softened complementary contrast relationship suits brand palettes, accent pairs, and less aggressive contrast. None of these generated values has an exact named-color match in the current dataset.

Behaviorsoftened complementary contrast
Best usebrand palettes, accent pairs, less aggressive contrast
Source colorDark Khaki · #BDB76B
Monochromatic Harmony3 colors · same hue, different values

The monochromatic set starts from Dark Khaki #BDB76B and produces #D9D6AB, #BDB76B, and #8D883F. Its same hue, different values relationship suits surfaces, states, elevation, and restrained UI themes. The generated values match Dark Khaki in the named-color dataset.

Behaviorsame hue, different values
Best usesurfaces, states, elevation, restrained UI themes
Source colorDark Khaki · #BDB76B