Harmony system

Driftwood Color Harmonies

Driftwood harmonies from #A69A8D: complementary #8D99A5, plus five harmony groups with CSS and contrast data.

Driftwood is a warm orange at hue 31°, saturation 12% and lightness 60%. 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.

SourceDriftwood · #A69A8D
Groups6
Palette colors6
FamilyOrange

How the harmony works

Driftwood Harmony Guide

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

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

AI-Ready Dataset v1.0.0
Luminance0.3314
Black text7.63:1AA Pass
White text2.75: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": "driftwood",
  "name": "Driftwood",
  "hex": "#A69A8D",
  "url": "https://www.colorsencyclopedia.com/colors/driftwood/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/colors/driftwood.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": "#8D99A5",
        "name": "#8D99A5",
        "slug": null,
        "rgb": [
          141,
          153,
          165
        ],
        "hsl": [
          210,
          12,
          60
        ],
        "cmyk": [
          15,
          7,
          0,
          35
        ],
        "luminance": 0.3116,
        "contrast": {
          "black": 7.23,
          "white": 2.9
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A"
          ],
          "AAA": [
            "#000000"
          ]
        },
        "url": null,
        "apiUrl": null
      }
    ],
    "anchor": "driftwood-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": "#A58D8D",
        "name": "#A58D8D",
        "slug": null,
        "rgb": [
          165,
          141,
          141
        ],
        "hsl": [
          0,
          12,
          60
        ],
        "cmyk": [
          0,
          15,
          15,
          35
        ],
        "luminance": 0.2897,
        "contrast": {
          "black": 6.79,
          "white": 3.09
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A"
          ],
          "AAA": []
        },
        "url": null,
        "apiUrl": null
      },
      {
        "hex": "#A5A58D",
        "name": "#A5A58D",
        "slug": null,
        "rgb": [
          165,
          165,
          141
        ],
        "hsl": [
          60,
          12,
          60
        ],
        "cmyk": [
          0,
          0,
          15,
          35
        ],
        "luminance": 0.3683,
        "contrast": {
          "black": 8.37,
          "white": 2.51
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A"
          ],
          "AAA": [
            "#000000"
          ]
        },
        "url": null,
        "apiUrl": null
      }
    ],
    "anchor": "driftwood-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": "#8DA599",
        "name": "#8DA599",
        "slug": null,
        "rgb": [
          141,
          165,
          153
        ],
        "hsl": [
          150,
          12,
          60
        ],
        "cmyk": [
          15,
          0,
          7,
          35
        ],
        "luminance": 0.3487,
        "contrast": {
          "black": 7.97,
          "white": 2.63
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A"
          ],
          "AAA": [
            "#000000"
          ]
        },
        "url": null,
        "apiUrl": null
      },
      {
        "hex": "#998DA5",
        "name": "#998DA5",
        "slug": null,
        "rgb": [
          153,
          141,
          165
        ],
        "hsl": [
          270,
          12,
          60
        ],
        "cmyk": [
          7,
          15,
          0,
          35
        ],
        "luminance": 0.2854,
        "contrast": {
          "black": 6.71,
          "white": 3.13
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A"
          ],
          "AAA": []
        },
        "url": null,
        "apiUrl": null
      }
    ],
    "anchor": "driftwood-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": "#8DA58D",
        "name": "#8DA58D",
        "slug": null,
        "rgb": [
          141,
          165,
          141
        ],
        "hsl": [
          120,
          12,
          60
        ],
        "cmyk": [
          15,
          0,
          15,
          35
        ],
        "luminance": 0.345,
        "contrast": {
          "black": 7.9,
          "white": 2.66
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A"
          ],
          "AAA": [
            "#000000"
          ]
        },
        "url": null,
        "apiUrl": null
      },
      {
        "hex": "#8D99A5",
        "name": "#8D99A5",
        "slug": null,
        "rgb": [
          141,
          153,
          165
        ],
        "hsl": [
          210,
          12,
          60
        ],
        "cmyk": [
          15,
          7,
          0,
          35
        ],
        "luminance": 0.3116,
        "contrast": {
          "black": 7.23,
          "white": 2.9
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A"
          ],
          "AAA": [
            "#000000"
          ]
        },
        "url": null,
        "apiUrl": null
      },
      {
        "hex": "#A58DA5",
        "name": "#A58DA5",
        "slug": null,
        "rgb": [
          165,
          141,
          165
        ],
        "hsl": [
          300,
          12,
          60
        ],
        "cmyk": [
          0,
          15,
          0,
          35
        ],
        "luminance": 0.2977,
        "contrast": {
          "black": 6.95,
          "white": 3.02
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A"
          ],
          "AAA": []
        },
        "url": null,
        "apiUrl": null
      }
    ],
    "anchor": "driftwood-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": "#8DA5A5",
        "name": "#8DA5A5",
        "slug": null,
        "rgb": [
          141,
          165,
          165
        ],
        "hsl": [
          180,
          12,
          60
        ],
        "cmyk": [
          15,
          0,
          0,
          35
        ],
        "luminance": 0.3529,
        "contrast": {
          "black": 8.06,
          "white": 2.61
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A"
          ],
          "AAA": [
            "#000000"
          ]
        },
        "url": null,
        "apiUrl": null
      },
      {
        "hex": "#8D8DA5",
        "name": "#8D8DA5",
        "slug": null,
        "rgb": [
          141,
          141,
          165
        ],
        "hsl": [
          240,
          12,
          60
        ],
        "cmyk": [
          15,
          15,
          0,
          35
        ],
        "luminance": 0.2743,
        "contrast": {
          "black": 6.49,
          "white": 3.24
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A"
          ],
          "AAA": []
        },
        "url": null,
        "apiUrl": null
      }
    ],
    "anchor": "driftwood-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": "#CEC7C0",
        "name": "#CEC7C0",
        "slug": null,
        "rgb": [
          206,
          199,
          192
        ],
        "hsl": [
          30,
          13,
          78
        ],
        "cmyk": [
          0,
          3,
          7,
          19
        ],
        "luminance": 0.5777,
        "contrast": {
          "black": 12.55,
          "white": 1.67
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/cec7c0/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/cec7c0.json"
      },
      {
        "hex": "#A69A8D",
        "name": "Driftwood",
        "slug": "driftwood",
        "rgb": [
          166,
          154,
          141
        ],
        "hsl": [
          31,
          12,
          60
        ],
        "cmyk": [
          0,
          7,
          15,
          35
        ],
        "luminance": 0.3314,
        "contrast": {
          "black": 7.63,
          "white": 2.75
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A"
          ],
          "AAA": [
            "#000000"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/colors/driftwood/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/colors/driftwood.json"
      },
      {
        "hex": "#786C5E",
        "name": "#786C5E",
        "slug": null,
        "rgb": [
          120,
          108,
          94
        ],
        "hsl": [
          32,
          12,
          42
        ],
        "cmyk": [
          0,
          10,
          22,
          53
        ],
        "luminance": 0.1553,
        "contrast": {
          "black": 4.11,
          "white": 5.11
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": []
        },
        "url": "https://www.colorsencyclopedia.com/hex/786c5e/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/786c5e.json"
      }
    ],
    "anchor": "driftwood-harmony-monochromatic"
  }
]
Signature palette
[
  "#A69A8D",
  "#8D99A5",
  "#A58D8D",
  "#A5A58D",
  "#CEC7C0",
  "#786C5E"
]
Accessibility notes
[
  "Black contrast on Driftwood: 7.63:1",
  "White contrast on Driftwood: 2.75:1",
  "AA text options: #000000, #1A1A1A"
]
CSS tokens
":root {\n  --color-driftwood: #A69A8D;\n  --driftwood-complementary-1: #8D99A5;\n  --driftwood-analogous-1: #A58D8D;\n  --driftwood-analogous-2: #A5A58D;\n  --driftwood-triadic-1: #8DA599;\n  --driftwood-triadic-2: #998DA5;\n  --driftwood-tetradic-1: #8DA58D;\n  --driftwood-tetradic-2: #8D99A5;\n  --driftwood-tetradic-3: #A58DA5;\n  --driftwood-split-complementary-1: #8DA5A5;\n  --driftwood-split-complementary-2: #8D8DA5;\n  --driftwood-monochromatic-1: #CEC7C0;\n  --driftwood-monochromatic-2: #A69A8D;\n  --driftwood-monochromatic-3: #786C5E;\n}\n\n.palette-driftwood-harmony {\n  color: #111827;\n  background: linear-gradient(135deg, #A69A8D, #8D99A5, #A58D8D, #A5A58D, #CEC7C0, #786C5E);\n}"
Full JSON dataset
{
  "datasetVersion": "1.0.0",
  "slug": "driftwood",
  "name": "Driftwood",
  "hex": "#A69A8D",
  "rgb": [
    166,
    154,
    141
  ],
  "hsl": [
    31,
    12,
    60
  ],
  "cmyk": [
    0,
    7,
    15,
    35
  ],
  "family": "orange",
  "temperature": "warm",
  "tone": [
    "muted",
    "earth-tone"
  ],
  "luminance": 0.3314,
  "contrast": {
    "black": 7.63,
    "white": 2.75
  },
  "wcag": {
    "AA": [
      "#000000",
      "#1A1A1A"
    ],
    "AAA": [
      "#000000"
    ]
  },
  "sourceColor": {
    "slug": "driftwood",
    "name": "Driftwood",
    "hex": "#A69A8D",
    "url": "https://www.colorsencyclopedia.com/colors/driftwood/",
    "apiUrl": "https://www.colorsencyclopedia.com/api/colors/driftwood.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": "#8D99A5",
          "name": "#8D99A5",
          "slug": null,
          "rgb": [
            141,
            153,
            165
          ],
          "hsl": [
            210,
            12,
            60
          ],
          "cmyk": [
            15,
            7,
            0,
            35
          ],
          "luminance": 0.3116,
          "contrast": {
            "black": 7.23,
            "white": 2.9
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A"
            ],
            "AAA": [
              "#000000"
            ]
          },
          "url": null,
          "apiUrl": null
        }
      ],
      "anchor": "driftwood-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": "#A58D8D",
          "name": "#A58D8D",
          "slug": null,
          "rgb": [
            165,
            141,
            141
          ],
          "hsl": [
            0,
            12,
            60
          ],
          "cmyk": [
            0,
            15,
            15,
            35
          ],
          "luminance": 0.2897,
          "contrast": {
            "black": 6.79,
            "white": 3.09
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A"
            ],
            "AAA": []
          },
          "url": null,
          "apiUrl": null
        },
        {
          "hex": "#A5A58D",
          "name": "#A5A58D",
          "slug": null,
          "rgb": [
            165,
            165,
            141
          ],
          "hsl": [
            60,
            12,
            60
          ],
          "cmyk": [
            0,
            0,
            15,
            35
          ],
          "luminance": 0.3683,
          "contrast": {
            "black": 8.37,
            "white": 2.51
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A"
            ],
            "AAA": [
              "#000000"
            ]
          },
          "url": null,
          "apiUrl": null
        }
      ],
      "anchor": "driftwood-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": "#8DA599",
          "name": "#8DA599",
          "slug": null,
          "rgb": [
            141,
            165,
            153
          ],
          "hsl": [
            150,
            12,
            60
          ],
          "cmyk": [
            15,
            0,
            7,
            35
          ],
          "luminance": 0.3487,
          "contrast": {
            "black": 7.97,
            "white": 2.63
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A"
            ],
            "AAA": [
              "#000000"
            ]
          },
          "url": null,
          "apiUrl": null
        },
        {
          "hex": "#998DA5",
          "name": "#998DA5",
          "slug": null,
          "rgb": [
            153,
            141,
            165
          ],
          "hsl": [
            270,
            12,
            60
          ],
          "cmyk": [
            7,
            15,
            0,
            35
          ],
          "luminance": 0.2854,
          "contrast": {
            "black": 6.71,
            "white": 3.13
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A"
            ],
            "AAA": []
          },
          "url": null,
          "apiUrl": null
        }
      ],
      "anchor": "driftwood-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": "#8DA58D",
          "name": "#8DA58D",
          "slug": null,
          "rgb": [
            141,
            165,
            141
          ],
          "hsl": [
            120,
            12,
            60
          ],
          "cmyk": [
            15,
            0,
            15,
            35
          ],
          "luminance": 0.345,
          "contrast": {
            "black": 7.9,
            "white": 2.66
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A"
            ],
            "AAA": [
              "#000000"
            ]
          },
          "url": null,
          "apiUrl": null
        },
        {
          "hex": "#8D99A5",
          "name": "#8D99A5",
          "slug": null,
          "rgb": [
            141,
            153,
            165
          ],
          "hsl": [
            210,
            12,
            60
          ],
          "cmyk": [
            15,
            7,
            0,
            35
          ],
          "luminance": 0.3116,
          "contrast": {
            "black": 7.23,
            "white": 2.9
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A"
            ],
            "AAA": [
              "#000000"
            ]
          },
          "url": null,
          "apiUrl": null
        },
        {
          "hex": "#A58DA5",
          "name": "#A58DA5",
          "slug": null,
          "rgb": [
            165,
            141,
            165
          ],
          "hsl": [
            300,
            12,
            60
          ],
          "cmyk": [
            0,
            15,
            0,
            35
          ],
          "luminance": 0.2977,
          "contrast": {
            "black": 6.95,
            "white": 3.02
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A"
            ],
            "AAA": []
          },
          "url": null,
          "apiUrl": null
        }
      ],
      "anchor": "driftwood-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": "#8DA5A5",
          "name": "#8DA5A5",
          "slug": null,
          "rgb": [
            141,
            165,
            165
          ],
          "hsl": [
            180,
            12,
            60
          ],
          "cmyk": [
            15,
            0,
            0,
            35
          ],
          "luminance": 0.3529,
          "contrast": {
            "black": 8.06,
            "white": 2.61
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A"
            ],
            "AAA": [
              "#000000"
            ]
          },
          "url": null,
          "apiUrl": null
        },
        {
          "hex": "#8D8DA5",
          "name": "#8D8DA5",
          "slug": null,
          "rgb": [
            141,
            141,
            165
          ],
          "hsl": [
            240,
            12,
            60
          ],
          "cmyk": [
            15,
            15,
            0,
            35
          ],
          "luminance": 0.2743,
          "contrast": {
            "black": 6.49,
            "white": 3.24
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A"
            ],
            "AAA": []
          },
          "url": null,
          "apiUrl": null
        }
      ],
      "anchor": "driftwood-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": "#CEC7C0",
          "name": "#CEC7C0",
          "slug": null,
          "rgb": [
            206,
            199,
            192
          ],
          "hsl": [
            30,
            13,
            78
          ],
          "cmyk": [
            0,
            3,
            7,
            19
          ],
          "luminance": 0.5777,
          "contrast": {
            "black": 12.55,
            "white": 1.67
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/cec7c0/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/cec7c0.json"
        },
        {
          "hex": "#A69A8D",
          "name": "Driftwood",
          "slug": "driftwood",
          "rgb": [
            166,
            154,
            141
          ],
          "hsl": [
            31,
            12,
            60
          ],
          "cmyk": [
            0,
            7,
            15,
            35
          ],
          "luminance": 0.3314,
          "contrast": {
            "black": 7.63,
            "white": 2.75
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A"
            ],
            "AAA": [
              "#000000"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/colors/driftwood/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/colors/driftwood.json"
        },
        {
          "hex": "#786C5E",
          "name": "#786C5E",
          "slug": null,
          "rgb": [
            120,
            108,
            94
          ],
          "hsl": [
            32,
            12,
            42
          ],
          "cmyk": [
            0,
            10,
            22,
            53
          ],
          "luminance": 0.1553,
          "contrast": {
            "black": 4.11,
            "white": 5.11
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": []
          },
          "url": "https://www.colorsencyclopedia.com/hex/786c5e/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/786c5e.json"
        }
      ],
      "anchor": "driftwood-harmony-monochromatic"
    }
  ],
  "signaturePalette": [
    "#A69A8D",
    "#8D99A5",
    "#A58D8D",
    "#A5A58D",
    "#CEC7C0",
    "#786C5E"
  ],
  "semanticGroups": [
    "orange harmony",
    "warm harmony",
    "muted harmony",
    "earth tone harmony",
    "driftwood palette system"
  ],
  "useCases": [
    "palette generation",
    "brand color exploration",
    "UI accent planning",
    "CSS design tokens",
    "AI color retrieval"
  ],
  "accessibilityNotes": [
    "Black contrast on Driftwood: 7.63:1",
    "White contrast on Driftwood: 2.75:1",
    "AA text options: #000000, #1A1A1A"
  ],
  "relatedEndpoints": [
    "https://www.colorsencyclopedia.com/api/harmonies/driftwood.json",
    "https://www.colorsencyclopedia.com/api/colors/driftwood.json",
    "https://www.colorsencyclopedia.com/api/hex/a69a8d.json"
  ],
  "url": "https://www.colorsencyclopedia.com/harmonies/driftwood/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/harmonies/driftwood.json",
  "cssSnippet": ":root {\n  --color-driftwood: #A69A8D;\n  --driftwood-complementary-1: #8D99A5;\n  --driftwood-analogous-1: #A58D8D;\n  --driftwood-analogous-2: #A5A58D;\n  --driftwood-triadic-1: #8DA599;\n  --driftwood-triadic-2: #998DA5;\n  --driftwood-tetradic-1: #8DA58D;\n  --driftwood-tetradic-2: #8D99A5;\n  --driftwood-tetradic-3: #A58DA5;\n  --driftwood-split-complementary-1: #8DA5A5;\n  --driftwood-split-complementary-2: #8D8DA5;\n  --driftwood-monochromatic-1: #CEC7C0;\n  --driftwood-monochromatic-2: #A69A8D;\n  --driftwood-monochromatic-3: #786C5E;\n}\n\n.palette-driftwood-harmony {\n  color: #111827;\n  background: linear-gradient(135deg, #A69A8D, #8D99A5, #A58D8D, #A5A58D, #CEC7C0, #786C5E);\n}"
}

CSS Harmony Tokens

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

:root {
  --color-driftwood: #A69A8D;
  --driftwood-complementary-1: #8D99A5;
  --driftwood-analogous-1: #A58D8D;
  --driftwood-analogous-2: #A5A58D;
  --driftwood-triadic-1: #8DA599;
  --driftwood-triadic-2: #998DA5;
  --driftwood-tetradic-1: #8DA58D;
  --driftwood-tetradic-2: #8D99A5;
  --driftwood-tetradic-3: #A58DA5;
  --driftwood-split-complementary-1: #8DA5A5;
  --driftwood-split-complementary-2: #8D8DA5;
  --driftwood-monochromatic-1: #CEC7C0;
  --driftwood-monochromatic-2: #A69A8D;
  --driftwood-monochromatic-3: #786C5E;
}

.palette-driftwood-harmony {
  color: #111827;
  background: linear-gradient(135deg, #A69A8D, #8D99A5, #A58D8D, #A5A58D, #CEC7C0, #786C5E);
}

Driftwood 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 Driftwood #A69A8D and produces #8D99A5. 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 colorDriftwood · #A69A8D
Analogous Harmony2 colors · neighboring hue movement

The analogous set starts from Driftwood #A69A8D and produces #A58D8D and #A5A58D. 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 colorDriftwood · #A69A8D
Triadic Harmony2 colors · three evenly spaced hues

The triadic set starts from Driftwood #A69A8D and produces #8DA599 and #998DA5. 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 colorDriftwood · #A69A8D
Tetradic Harmony3 colors · two complementary pairs

The tetradic set starts from Driftwood #A69A8D and produces #8DA58D, #8D99A5, and #A58DA5. 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 colorDriftwood · #A69A8D
Split Complementary Harmony2 colors · softened complementary contrast

The split complementary set starts from Driftwood #A69A8D and produces #8DA5A5 and #8D8DA5. 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 colorDriftwood · #A69A8D
Monochromatic Harmony3 colors · same hue, different values

The monochromatic set starts from Driftwood #A69A8D and produces #CEC7C0, #A69A8D, and #786C5E. Its same hue, different values relationship suits surfaces, states, elevation, and restrained UI themes. The generated values match Driftwood in the named-color dataset.

Behaviorsame hue, different values
Best usesurfaces, states, elevation, restrained UI themes
Source colorDriftwood · #A69A8D