Harmony system

Sage Gray Color Harmonies

Sage Gray harmonies from #B2AC88: complementary #8A90B2, plus five harmony groups with CSS and contrast data.

Sage Gray is a warm yellow at hue 51°, saturation 21% and lightness 62%. 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.

SourceSage Gray · #B2AC88
Groups6
Palette colors6
FamilyYellow

How the harmony works

Sage Gray Harmony Guide

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

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

AI-Ready Dataset v1.0.0
Luminance0.4075
Black text9.15:1AA Pass
White text2.3: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": "sage-gray",
  "name": "Sage Gray",
  "hex": "#B2AC88",
  "url": "https://www.colorsencyclopedia.com/colors/sage-gray/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/colors/sage-gray.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": "#8A90B2",
        "name": "#8A90B2",
        "slug": null,
        "rgb": [
          138,
          144,
          178
        ],
        "hsl": [
          231,
          21,
          62
        ],
        "cmyk": [
          22,
          19,
          0,
          30
        ],
        "luminance": 0.2856,
        "contrast": {
          "black": 6.71,
          "white": 3.13
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A"
          ],
          "AAA": []
        },
        "url": null,
        "apiUrl": null
      }
    ],
    "anchor": "sage-gray-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": "#B2988A",
        "name": "#B2988A",
        "slug": null,
        "rgb": [
          178,
          152,
          138
        ],
        "hsl": [
          21,
          21,
          62
        ],
        "cmyk": [
          0,
          15,
          22,
          30
        ],
        "luminance": 0.3376,
        "contrast": {
          "black": 7.75,
          "white": 2.71
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A"
          ],
          "AAA": [
            "#000000"
          ]
        },
        "url": null,
        "apiUrl": null
      },
      {
        "hex": "#A4B28A",
        "name": "#A4B28A",
        "slug": null,
        "rgb": [
          164,
          178,
          138
        ],
        "hsl": [
          81,
          21,
          62
        ],
        "cmyk": [
          8,
          0,
          22,
          30
        ],
        "luminance": 0.4157,
        "contrast": {
          "black": 9.31,
          "white": 2.25
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A"
          ]
        },
        "url": null,
        "apiUrl": null
      }
    ],
    "anchor": "sage-gray-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": "#8AB2AC",
        "name": "#8AB2AC",
        "slug": null,
        "rgb": [
          138,
          178,
          172
        ],
        "hsl": [
          171,
          21,
          62
        ],
        "cmyk": [
          22,
          0,
          3,
          30
        ],
        "luminance": 0.4022,
        "contrast": {
          "black": 9.04,
          "white": 2.32
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A"
          ]
        },
        "url": null,
        "apiUrl": null
      },
      {
        "hex": "#AC8AB2",
        "name": "#AC8AB2",
        "slug": null,
        "rgb": [
          172,
          138,
          178
        ],
        "hsl": [
          291,
          21,
          62
        ],
        "cmyk": [
          3,
          22,
          0,
          30
        ],
        "luminance": 0.3016,
        "contrast": {
          "black": 7.03,
          "white": 2.99
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A"
          ],
          "AAA": [
            "#000000"
          ]
        },
        "url": null,
        "apiUrl": null
      }
    ],
    "anchor": "sage-gray-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": "#8AB298",
        "name": "#8AB298",
        "slug": null,
        "rgb": [
          138,
          178,
          152
        ],
        "hsl": [
          141,
          21,
          62
        ],
        "cmyk": [
          22,
          0,
          15,
          30
        ],
        "luminance": 0.3951,
        "contrast": {
          "black": 8.9,
          "white": 2.36
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A"
          ]
        },
        "url": null,
        "apiUrl": null
      },
      {
        "hex": "#8A90B2",
        "name": "#8A90B2",
        "slug": null,
        "rgb": [
          138,
          144,
          178
        ],
        "hsl": [
          231,
          21,
          62
        ],
        "cmyk": [
          22,
          19,
          0,
          30
        ],
        "luminance": 0.2856,
        "contrast": {
          "black": 6.71,
          "white": 3.13
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A"
          ],
          "AAA": []
        },
        "url": null,
        "apiUrl": null
      },
      {
        "hex": "#B28AA4",
        "name": "#B28AA4",
        "slug": null,
        "rgb": [
          178,
          138,
          164
        ],
        "hsl": [
          321,
          21,
          62
        ],
        "cmyk": [
          0,
          22,
          8,
          30
        ],
        "luminance": 0.3032,
        "contrast": {
          "black": 7.06,
          "white": 2.97
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A"
          ],
          "AAA": [
            "#000000"
          ]
        },
        "url": null,
        "apiUrl": null
      }
    ],
    "anchor": "sage-gray-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": "#8AA4B2",
        "name": "#8AA4B2",
        "slug": null,
        "rgb": [
          138,
          164,
          178
        ],
        "hsl": [
          201,
          21,
          62
        ],
        "cmyk": [
          22,
          8,
          0,
          30
        ],
        "luminance": 0.3517,
        "contrast": {
          "black": 8.03,
          "white": 2.61
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A"
          ],
          "AAA": [
            "#000000"
          ]
        },
        "url": null,
        "apiUrl": null
      },
      {
        "hex": "#988AB2",
        "name": "#988AB2",
        "slug": null,
        "rgb": [
          152,
          138,
          178
        ],
        "hsl": [
          261,
          21,
          62
        ],
        "cmyk": [
          15,
          22,
          0,
          30
        ],
        "luminance": 0.2807,
        "contrast": {
          "black": 6.61,
          "white": 3.18
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A"
          ],
          "AAA": []
        },
        "url": null,
        "apiUrl": null
      }
    ],
    "anchor": "sage-gray-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": "#D7D3C1",
        "name": "#D7D3C1",
        "slug": null,
        "rgb": [
          215,
          211,
          193
        ],
        "hsl": [
          49,
          22,
          80
        ],
        "cmyk": [
          0,
          2,
          10,
          16
        ],
        "luminance": 0.6489,
        "contrast": {
          "black": 13.98,
          "white": 1.5
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A"
          ]
        },
        "url": null,
        "apiUrl": null
      },
      {
        "hex": "#B2AC88",
        "name": "Sage Gray",
        "slug": "sage-gray",
        "rgb": [
          178,
          172,
          136
        ],
        "hsl": [
          51,
          21,
          62
        ],
        "cmyk": [
          0,
          3,
          24,
          30
        ],
        "luminance": 0.4075,
        "contrast": {
          "black": 9.15,
          "white": 2.3
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/colors/sage-gray/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/colors/sage-gray.json"
      },
      {
        "hex": "#888159",
        "name": "#888159",
        "slug": null,
        "rgb": [
          136,
          129,
          89
        ],
        "hsl": [
          51,
          21,
          44
        ],
        "cmyk": [
          0,
          5,
          35,
          47
        ],
        "luminance": 0.2166,
        "contrast": {
          "black": 5.33,
          "white": 3.94
        },
        "wcag": {
          "AA": [
            "#000000"
          ],
          "AAA": []
        },
        "url": null,
        "apiUrl": null
      }
    ],
    "anchor": "sage-gray-harmony-monochromatic"
  }
]
Signature palette
[
  "#B2AC88",
  "#8A90B2",
  "#B2988A",
  "#A4B28A",
  "#D7D3C1",
  "#888159"
]
Accessibility notes
[
  "Black contrast on Sage Gray: 9.15:1",
  "White contrast on Sage Gray: 2.3:1",
  "AA text options: #000000, #1A1A1A"
]
CSS tokens
":root {\n  --color-sage-gray: #B2AC88;\n  --sage-gray-complementary-1: #8A90B2;\n  --sage-gray-analogous-1: #B2988A;\n  --sage-gray-analogous-2: #A4B28A;\n  --sage-gray-triadic-1: #8AB2AC;\n  --sage-gray-triadic-2: #AC8AB2;\n  --sage-gray-tetradic-1: #8AB298;\n  --sage-gray-tetradic-2: #8A90B2;\n  --sage-gray-tetradic-3: #B28AA4;\n  --sage-gray-split-complementary-1: #8AA4B2;\n  --sage-gray-split-complementary-2: #988AB2;\n  --sage-gray-monochromatic-1: #D7D3C1;\n  --sage-gray-monochromatic-2: #B2AC88;\n  --sage-gray-monochromatic-3: #888159;\n}\n\n.palette-sage-gray-harmony {\n  color: #111827;\n  background: linear-gradient(135deg, #B2AC88, #8A90B2, #B2988A, #A4B28A, #D7D3C1, #888159);\n}"
Full JSON dataset
{
  "datasetVersion": "1.0.0",
  "slug": "sage-gray",
  "name": "Sage Gray",
  "hex": "#B2AC88",
  "rgb": [
    178,
    172,
    136
  ],
  "hsl": [
    51,
    21,
    62
  ],
  "cmyk": [
    0,
    3,
    24,
    30
  ],
  "family": "yellow",
  "temperature": "warm",
  "tone": [
    "muted",
    "earth-tone"
  ],
  "luminance": 0.4075,
  "contrast": {
    "black": 9.15,
    "white": 2.3
  },
  "wcag": {
    "AA": [
      "#000000",
      "#1A1A1A"
    ],
    "AAA": [
      "#000000",
      "#1A1A1A"
    ]
  },
  "sourceColor": {
    "slug": "sage-gray",
    "name": "Sage Gray",
    "hex": "#B2AC88",
    "url": "https://www.colorsencyclopedia.com/colors/sage-gray/",
    "apiUrl": "https://www.colorsencyclopedia.com/api/colors/sage-gray.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": "#8A90B2",
          "name": "#8A90B2",
          "slug": null,
          "rgb": [
            138,
            144,
            178
          ],
          "hsl": [
            231,
            21,
            62
          ],
          "cmyk": [
            22,
            19,
            0,
            30
          ],
          "luminance": 0.2856,
          "contrast": {
            "black": 6.71,
            "white": 3.13
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A"
            ],
            "AAA": []
          },
          "url": null,
          "apiUrl": null
        }
      ],
      "anchor": "sage-gray-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": "#B2988A",
          "name": "#B2988A",
          "slug": null,
          "rgb": [
            178,
            152,
            138
          ],
          "hsl": [
            21,
            21,
            62
          ],
          "cmyk": [
            0,
            15,
            22,
            30
          ],
          "luminance": 0.3376,
          "contrast": {
            "black": 7.75,
            "white": 2.71
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A"
            ],
            "AAA": [
              "#000000"
            ]
          },
          "url": null,
          "apiUrl": null
        },
        {
          "hex": "#A4B28A",
          "name": "#A4B28A",
          "slug": null,
          "rgb": [
            164,
            178,
            138
          ],
          "hsl": [
            81,
            21,
            62
          ],
          "cmyk": [
            8,
            0,
            22,
            30
          ],
          "luminance": 0.4157,
          "contrast": {
            "black": 9.31,
            "white": 2.25
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A"
            ]
          },
          "url": null,
          "apiUrl": null
        }
      ],
      "anchor": "sage-gray-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": "#8AB2AC",
          "name": "#8AB2AC",
          "slug": null,
          "rgb": [
            138,
            178,
            172
          ],
          "hsl": [
            171,
            21,
            62
          ],
          "cmyk": [
            22,
            0,
            3,
            30
          ],
          "luminance": 0.4022,
          "contrast": {
            "black": 9.04,
            "white": 2.32
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A"
            ]
          },
          "url": null,
          "apiUrl": null
        },
        {
          "hex": "#AC8AB2",
          "name": "#AC8AB2",
          "slug": null,
          "rgb": [
            172,
            138,
            178
          ],
          "hsl": [
            291,
            21,
            62
          ],
          "cmyk": [
            3,
            22,
            0,
            30
          ],
          "luminance": 0.3016,
          "contrast": {
            "black": 7.03,
            "white": 2.99
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A"
            ],
            "AAA": [
              "#000000"
            ]
          },
          "url": null,
          "apiUrl": null
        }
      ],
      "anchor": "sage-gray-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": "#8AB298",
          "name": "#8AB298",
          "slug": null,
          "rgb": [
            138,
            178,
            152
          ],
          "hsl": [
            141,
            21,
            62
          ],
          "cmyk": [
            22,
            0,
            15,
            30
          ],
          "luminance": 0.3951,
          "contrast": {
            "black": 8.9,
            "white": 2.36
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A"
            ]
          },
          "url": null,
          "apiUrl": null
        },
        {
          "hex": "#8A90B2",
          "name": "#8A90B2",
          "slug": null,
          "rgb": [
            138,
            144,
            178
          ],
          "hsl": [
            231,
            21,
            62
          ],
          "cmyk": [
            22,
            19,
            0,
            30
          ],
          "luminance": 0.2856,
          "contrast": {
            "black": 6.71,
            "white": 3.13
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A"
            ],
            "AAA": []
          },
          "url": null,
          "apiUrl": null
        },
        {
          "hex": "#B28AA4",
          "name": "#B28AA4",
          "slug": null,
          "rgb": [
            178,
            138,
            164
          ],
          "hsl": [
            321,
            21,
            62
          ],
          "cmyk": [
            0,
            22,
            8,
            30
          ],
          "luminance": 0.3032,
          "contrast": {
            "black": 7.06,
            "white": 2.97
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A"
            ],
            "AAA": [
              "#000000"
            ]
          },
          "url": null,
          "apiUrl": null
        }
      ],
      "anchor": "sage-gray-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": "#8AA4B2",
          "name": "#8AA4B2",
          "slug": null,
          "rgb": [
            138,
            164,
            178
          ],
          "hsl": [
            201,
            21,
            62
          ],
          "cmyk": [
            22,
            8,
            0,
            30
          ],
          "luminance": 0.3517,
          "contrast": {
            "black": 8.03,
            "white": 2.61
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A"
            ],
            "AAA": [
              "#000000"
            ]
          },
          "url": null,
          "apiUrl": null
        },
        {
          "hex": "#988AB2",
          "name": "#988AB2",
          "slug": null,
          "rgb": [
            152,
            138,
            178
          ],
          "hsl": [
            261,
            21,
            62
          ],
          "cmyk": [
            15,
            22,
            0,
            30
          ],
          "luminance": 0.2807,
          "contrast": {
            "black": 6.61,
            "white": 3.18
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A"
            ],
            "AAA": []
          },
          "url": null,
          "apiUrl": null
        }
      ],
      "anchor": "sage-gray-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": "#D7D3C1",
          "name": "#D7D3C1",
          "slug": null,
          "rgb": [
            215,
            211,
            193
          ],
          "hsl": [
            49,
            22,
            80
          ],
          "cmyk": [
            0,
            2,
            10,
            16
          ],
          "luminance": 0.6489,
          "contrast": {
            "black": 13.98,
            "white": 1.5
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A"
            ]
          },
          "url": null,
          "apiUrl": null
        },
        {
          "hex": "#B2AC88",
          "name": "Sage Gray",
          "slug": "sage-gray",
          "rgb": [
            178,
            172,
            136
          ],
          "hsl": [
            51,
            21,
            62
          ],
          "cmyk": [
            0,
            3,
            24,
            30
          ],
          "luminance": 0.4075,
          "contrast": {
            "black": 9.15,
            "white": 2.3
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/colors/sage-gray/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/colors/sage-gray.json"
        },
        {
          "hex": "#888159",
          "name": "#888159",
          "slug": null,
          "rgb": [
            136,
            129,
            89
          ],
          "hsl": [
            51,
            21,
            44
          ],
          "cmyk": [
            0,
            5,
            35,
            47
          ],
          "luminance": 0.2166,
          "contrast": {
            "black": 5.33,
            "white": 3.94
          },
          "wcag": {
            "AA": [
              "#000000"
            ],
            "AAA": []
          },
          "url": null,
          "apiUrl": null
        }
      ],
      "anchor": "sage-gray-harmony-monochromatic"
    }
  ],
  "signaturePalette": [
    "#B2AC88",
    "#8A90B2",
    "#B2988A",
    "#A4B28A",
    "#D7D3C1",
    "#888159"
  ],
  "semanticGroups": [
    "yellow harmony",
    "warm harmony",
    "muted harmony",
    "earth tone harmony",
    "sage gray palette system"
  ],
  "useCases": [
    "palette generation",
    "brand color exploration",
    "UI accent planning",
    "CSS design tokens",
    "AI color retrieval"
  ],
  "accessibilityNotes": [
    "Black contrast on Sage Gray: 9.15:1",
    "White contrast on Sage Gray: 2.3:1",
    "AA text options: #000000, #1A1A1A"
  ],
  "relatedEndpoints": [
    "https://www.colorsencyclopedia.com/api/harmonies/sage-gray.json",
    "https://www.colorsencyclopedia.com/api/colors/sage-gray.json",
    "https://www.colorsencyclopedia.com/api/hex/b2ac88.json"
  ],
  "url": "https://www.colorsencyclopedia.com/harmonies/sage-gray/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/harmonies/sage-gray.json",
  "cssSnippet": ":root {\n  --color-sage-gray: #B2AC88;\n  --sage-gray-complementary-1: #8A90B2;\n  --sage-gray-analogous-1: #B2988A;\n  --sage-gray-analogous-2: #A4B28A;\n  --sage-gray-triadic-1: #8AB2AC;\n  --sage-gray-triadic-2: #AC8AB2;\n  --sage-gray-tetradic-1: #8AB298;\n  --sage-gray-tetradic-2: #8A90B2;\n  --sage-gray-tetradic-3: #B28AA4;\n  --sage-gray-split-complementary-1: #8AA4B2;\n  --sage-gray-split-complementary-2: #988AB2;\n  --sage-gray-monochromatic-1: #D7D3C1;\n  --sage-gray-monochromatic-2: #B2AC88;\n  --sage-gray-monochromatic-3: #888159;\n}\n\n.palette-sage-gray-harmony {\n  color: #111827;\n  background: linear-gradient(135deg, #B2AC88, #8A90B2, #B2988A, #A4B28A, #D7D3C1, #888159);\n}"
}

CSS Harmony Tokens

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

:root {
  --color-sage-gray: #B2AC88;
  --sage-gray-complementary-1: #8A90B2;
  --sage-gray-analogous-1: #B2988A;
  --sage-gray-analogous-2: #A4B28A;
  --sage-gray-triadic-1: #8AB2AC;
  --sage-gray-triadic-2: #AC8AB2;
  --sage-gray-tetradic-1: #8AB298;
  --sage-gray-tetradic-2: #8A90B2;
  --sage-gray-tetradic-3: #B28AA4;
  --sage-gray-split-complementary-1: #8AA4B2;
  --sage-gray-split-complementary-2: #988AB2;
  --sage-gray-monochromatic-1: #D7D3C1;
  --sage-gray-monochromatic-2: #B2AC88;
  --sage-gray-monochromatic-3: #888159;
}

.palette-sage-gray-harmony {
  color: #111827;
  background: linear-gradient(135deg, #B2AC88, #8A90B2, #B2988A, #A4B28A, #D7D3C1, #888159);
}

Sage Gray 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 Sage Gray #B2AC88 and produces #8A90B2. 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 colorSage Gray · #B2AC88
Analogous Harmony2 colors · neighboring hue movement

The analogous set starts from Sage Gray #B2AC88 and produces #B2988A and #A4B28A. 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 colorSage Gray · #B2AC88
Triadic Harmony2 colors · three evenly spaced hues

The triadic set starts from Sage Gray #B2AC88 and produces #8AB2AC and #AC8AB2. 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 colorSage Gray · #B2AC88
Tetradic Harmony3 colors · two complementary pairs

The tetradic set starts from Sage Gray #B2AC88 and produces #8AB298, #8A90B2, and #B28AA4. 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 colorSage Gray · #B2AC88
Split Complementary Harmony2 colors · softened complementary contrast

The split complementary set starts from Sage Gray #B2AC88 and produces #8AA4B2 and #988AB2. 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 colorSage Gray · #B2AC88
Monochromatic Harmony3 colors · same hue, different values

The monochromatic set starts from Sage Gray #B2AC88 and produces #D7D3C1, #B2AC88, and #888159. Its same hue, different values relationship suits surfaces, states, elevation, and restrained UI themes. The generated values match Sage Gray in the named-color dataset.

Behaviorsame hue, different values
Best usesurfaces, states, elevation, restrained UI themes
Source colorSage Gray · #B2AC88