Harmony system

Alexandrite Color Harmonies

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

Alexandrite sits in the green family with cool temperature and earth tone tone attributes. The harmony sets below explain which colors create contrast, which stay close to the source hue, and which work best for interface tokens or palette roles.

SourceAlexandrite · #3D8B74
Groups6
Palette colors6
FamilyGreen

How the harmony works

Alexandrite Harmony Guide

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

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

AI-Ready Dataset v1.0.0
Luminance0.2072
Black text5.14:1AA Pass
White text4.08: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": "alexandrite",
  "name": "Alexandrite",
  "hex": "#3D8B74",
  "url": "https://www.colorsencyclopedia.com/colors/alexandrite/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/colors/alexandrite.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": "#8A3D54",
        "name": "#8A3D54",
        "slug": null,
        "rgb": [
          138,
          61,
          84
        ],
        "hsl": [
          342,
          39,
          39
        ],
        "cmyk": [
          0,
          56,
          39,
          46
        ],
        "luminance": 0.0938,
        "contrast": {
          "black": 2.88,
          "white": 7.3
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": [
            "#FFFFFF"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/8a3d54/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/8a3d54.json"
      }
    ],
    "anchor": "alexandrite-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": "#3D8A4C",
        "name": "#3D8A4C",
        "slug": null,
        "rgb": [
          61,
          138,
          76
        ],
        "hsl": [
          132,
          39,
          39
        ],
        "cmyk": [
          56,
          0,
          45,
          46
        ],
        "luminance": 0.1969,
        "contrast": {
          "black": 4.94,
          "white": 4.25
        },
        "wcag": {
          "AA": [
            "#000000"
          ],
          "AAA": []
        },
        "url": "https://www.colorsencyclopedia.com/hex/3d8a4c/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/3d8a4c.json"
      },
      {
        "hex": "#3D7B8A",
        "name": "#3D7B8A",
        "slug": null,
        "rgb": [
          61,
          123,
          138
        ],
        "hsl": [
          192,
          39,
          39
        ],
        "cmyk": [
          56,
          11,
          0,
          46
        ],
        "luminance": 0.1699,
        "contrast": {
          "black": 4.4,
          "white": 4.77
        },
        "wcag": {
          "AA": [
            "#FFFFFF"
          ],
          "AAA": []
        },
        "url": "https://www.colorsencyclopedia.com/hex/3d7b8a/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/3d7b8a.json"
      }
    ],
    "anchor": "alexandrite-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": "#733D8A",
        "name": "#733D8A",
        "slug": null,
        "rgb": [
          115,
          61,
          138
        ],
        "hsl": [
          282,
          39,
          39
        ],
        "cmyk": [
          17,
          56,
          0,
          46
        ],
        "luminance": 0.0882,
        "contrast": {
          "black": 2.76,
          "white": 7.6
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": [
            "#FFFFFF"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/733d8a/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/733d8a.json"
      },
      {
        "hex": "#8A733D",
        "name": "#8A733D",
        "slug": null,
        "rgb": [
          138,
          115,
          61
        ],
        "hsl": [
          42,
          39,
          39
        ],
        "cmyk": [
          0,
          17,
          56,
          46
        ],
        "luminance": 0.18,
        "contrast": {
          "black": 4.6,
          "white": 4.57
        },
        "wcag": {
          "AA": [
            "#000000",
            "#FFFFFF"
          ],
          "AAA": []
        },
        "url": "https://www.colorsencyclopedia.com/hex/8a733d/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/8a733d.json"
      }
    ],
    "anchor": "alexandrite-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": "#4C3D8A",
        "name": "#4C3D8A",
        "slug": null,
        "rgb": [
          76,
          61,
          138
        ],
        "hsl": [
          252,
          39,
          39
        ],
        "cmyk": [
          45,
          56,
          0,
          46
        ],
        "luminance": 0.0671,
        "contrast": {
          "black": 2.34,
          "white": 8.97
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": [
            "#FFFFFF",
            "#F5F5F5"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/4c3d8a/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/4c3d8a.json"
      },
      {
        "hex": "#8A3D54",
        "name": "#8A3D54",
        "slug": null,
        "rgb": [
          138,
          61,
          84
        ],
        "hsl": [
          342,
          39,
          39
        ],
        "cmyk": [
          0,
          56,
          39,
          46
        ],
        "luminance": 0.0938,
        "contrast": {
          "black": 2.88,
          "white": 7.3
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": [
            "#FFFFFF"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/8a3d54/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/8a3d54.json"
      },
      {
        "hex": "#7B8A3D",
        "name": "#7B8A3D",
        "slug": null,
        "rgb": [
          123,
          138,
          61
        ],
        "hsl": [
          72,
          39,
          39
        ],
        "cmyk": [
          11,
          0,
          56,
          46
        ],
        "luminance": 0.2272,
        "contrast": {
          "black": 5.54,
          "white": 3.79
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A"
          ],
          "AAA": []
        },
        "url": "https://www.colorsencyclopedia.com/hex/7b8a3d/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/7b8a3d.json"
      }
    ],
    "anchor": "alexandrite-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": "#8A3D7B",
        "name": "#8A3D7B",
        "slug": null,
        "rgb": [
          138,
          61,
          123
        ],
        "hsl": [
          312,
          39,
          39
        ],
        "cmyk": [
          0,
          56,
          11,
          46
        ],
        "luminance": 0.1017,
        "contrast": {
          "black": 3.03,
          "white": 6.92
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": []
        },
        "url": "https://www.colorsencyclopedia.com/hex/8a3d7b/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/8a3d7b.json"
      },
      {
        "hex": "#8A4C3D",
        "name": "#8A4C3D",
        "slug": null,
        "rgb": [
          138,
          76,
          61
        ],
        "hsl": [
          12,
          39,
          39
        ],
        "cmyk": [
          0,
          45,
          56,
          46
        ],
        "luminance": 0.1091,
        "contrast": {
          "black": 3.18,
          "white": 6.6
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": []
        },
        "url": "https://www.colorsencyclopedia.com/hex/8a4c3d/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/8a4c3d.json"
      }
    ],
    "anchor": "alexandrite-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": "#67BCA2",
        "name": "#67BCA2",
        "slug": null,
        "rgb": [
          103,
          188,
          162
        ],
        "hsl": [
          162,
          39,
          57
        ],
        "cmyk": [
          45,
          0,
          14,
          26
        ],
        "luminance": 0.4146,
        "contrast": {
          "black": 9.29,
          "white": 2.26
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/67bca2/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/67bca2.json"
      },
      {
        "hex": "#3D8B74",
        "name": "Alexandrite",
        "slug": "alexandrite",
        "rgb": [
          61,
          139,
          116
        ],
        "hsl": [
          162,
          39,
          39
        ],
        "cmyk": [
          56,
          0,
          17,
          45
        ],
        "luminance": 0.2072,
        "contrast": {
          "black": 5.14,
          "white": 4.08
        },
        "wcag": {
          "AA": [
            "#000000"
          ],
          "AAA": []
        },
        "url": "https://www.colorsencyclopedia.com/colors/alexandrite/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/colors/alexandrite.json"
      },
      {
        "hex": "#214A3E",
        "name": "#214A3E",
        "slug": null,
        "rgb": [
          33,
          74,
          62
        ],
        "hsl": [
          162,
          38,
          21
        ],
        "cmyk": [
          55,
          0,
          16,
          71
        ],
        "luminance": 0.0557,
        "contrast": {
          "black": 2.11,
          "white": 9.93
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": [
            "#FFFFFF",
            "#F5F5F5"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/214a3e/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/214a3e.json"
      }
    ],
    "anchor": "alexandrite-harmony-monochromatic"
  }
]
Signature palette
[
  "#3D8B74",
  "#8A3D54",
  "#3D8A4C",
  "#3D7B8A",
  "#67BCA2",
  "#214A3E"
]
Accessibility notes
[
  "Black contrast on Alexandrite: 5.14:1",
  "White contrast on Alexandrite: 4.08:1",
  "AA text options: #000000"
]
CSS tokens
":root {\n  --color-alexandrite: #3D8B74;\n  --alexandrite-complementary-1: #8A3D54;\n  --alexandrite-analogous-1: #3D8A4C;\n  --alexandrite-analogous-2: #3D7B8A;\n  --alexandrite-triadic-1: #733D8A;\n  --alexandrite-triadic-2: #8A733D;\n  --alexandrite-tetradic-1: #4C3D8A;\n  --alexandrite-tetradic-2: #8A3D54;\n  --alexandrite-tetradic-3: #7B8A3D;\n  --alexandrite-split-complementary-1: #8A3D7B;\n  --alexandrite-split-complementary-2: #8A4C3D;\n  --alexandrite-monochromatic-1: #67BCA2;\n  --alexandrite-monochromatic-2: #3D8B74;\n  --alexandrite-monochromatic-3: #214A3E;\n}\n\n.palette-alexandrite-harmony {\n  color: #111827;\n  background: linear-gradient(135deg, #3D8B74, #8A3D54, #3D8A4C, #3D7B8A, #67BCA2, #214A3E);\n}"
Full JSON dataset
{
  "datasetVersion": "1.0.0",
  "slug": "alexandrite",
  "name": "Alexandrite",
  "hex": "#3D8B74",
  "rgb": [
    61,
    139,
    116
  ],
  "hsl": [
    162,
    39,
    39
  ],
  "cmyk": [
    56,
    0,
    17,
    45
  ],
  "family": "green",
  "temperature": "cool",
  "tone": [
    "earth-tone"
  ],
  "luminance": 0.2072,
  "contrast": {
    "black": 5.14,
    "white": 4.08
  },
  "wcag": {
    "AA": [
      "#000000"
    ],
    "AAA": []
  },
  "sourceColor": {
    "slug": "alexandrite",
    "name": "Alexandrite",
    "hex": "#3D8B74",
    "url": "https://www.colorsencyclopedia.com/colors/alexandrite/",
    "apiUrl": "https://www.colorsencyclopedia.com/api/colors/alexandrite.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": "#8A3D54",
          "name": "#8A3D54",
          "slug": null,
          "rgb": [
            138,
            61,
            84
          ],
          "hsl": [
            342,
            39,
            39
          ],
          "cmyk": [
            0,
            56,
            39,
            46
          ],
          "luminance": 0.0938,
          "contrast": {
            "black": 2.88,
            "white": 7.3
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": [
              "#FFFFFF"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/8a3d54/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/8a3d54.json"
        }
      ],
      "anchor": "alexandrite-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": "#3D8A4C",
          "name": "#3D8A4C",
          "slug": null,
          "rgb": [
            61,
            138,
            76
          ],
          "hsl": [
            132,
            39,
            39
          ],
          "cmyk": [
            56,
            0,
            45,
            46
          ],
          "luminance": 0.1969,
          "contrast": {
            "black": 4.94,
            "white": 4.25
          },
          "wcag": {
            "AA": [
              "#000000"
            ],
            "AAA": []
          },
          "url": "https://www.colorsencyclopedia.com/hex/3d8a4c/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/3d8a4c.json"
        },
        {
          "hex": "#3D7B8A",
          "name": "#3D7B8A",
          "slug": null,
          "rgb": [
            61,
            123,
            138
          ],
          "hsl": [
            192,
            39,
            39
          ],
          "cmyk": [
            56,
            11,
            0,
            46
          ],
          "luminance": 0.1699,
          "contrast": {
            "black": 4.4,
            "white": 4.77
          },
          "wcag": {
            "AA": [
              "#FFFFFF"
            ],
            "AAA": []
          },
          "url": "https://www.colorsencyclopedia.com/hex/3d7b8a/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/3d7b8a.json"
        }
      ],
      "anchor": "alexandrite-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": "#733D8A",
          "name": "#733D8A",
          "slug": null,
          "rgb": [
            115,
            61,
            138
          ],
          "hsl": [
            282,
            39,
            39
          ],
          "cmyk": [
            17,
            56,
            0,
            46
          ],
          "luminance": 0.0882,
          "contrast": {
            "black": 2.76,
            "white": 7.6
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": [
              "#FFFFFF"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/733d8a/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/733d8a.json"
        },
        {
          "hex": "#8A733D",
          "name": "#8A733D",
          "slug": null,
          "rgb": [
            138,
            115,
            61
          ],
          "hsl": [
            42,
            39,
            39
          ],
          "cmyk": [
            0,
            17,
            56,
            46
          ],
          "luminance": 0.18,
          "contrast": {
            "black": 4.6,
            "white": 4.57
          },
          "wcag": {
            "AA": [
              "#000000",
              "#FFFFFF"
            ],
            "AAA": []
          },
          "url": "https://www.colorsencyclopedia.com/hex/8a733d/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/8a733d.json"
        }
      ],
      "anchor": "alexandrite-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": "#4C3D8A",
          "name": "#4C3D8A",
          "slug": null,
          "rgb": [
            76,
            61,
            138
          ],
          "hsl": [
            252,
            39,
            39
          ],
          "cmyk": [
            45,
            56,
            0,
            46
          ],
          "luminance": 0.0671,
          "contrast": {
            "black": 2.34,
            "white": 8.97
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": [
              "#FFFFFF",
              "#F5F5F5"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/4c3d8a/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/4c3d8a.json"
        },
        {
          "hex": "#8A3D54",
          "name": "#8A3D54",
          "slug": null,
          "rgb": [
            138,
            61,
            84
          ],
          "hsl": [
            342,
            39,
            39
          ],
          "cmyk": [
            0,
            56,
            39,
            46
          ],
          "luminance": 0.0938,
          "contrast": {
            "black": 2.88,
            "white": 7.3
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": [
              "#FFFFFF"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/8a3d54/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/8a3d54.json"
        },
        {
          "hex": "#7B8A3D",
          "name": "#7B8A3D",
          "slug": null,
          "rgb": [
            123,
            138,
            61
          ],
          "hsl": [
            72,
            39,
            39
          ],
          "cmyk": [
            11,
            0,
            56,
            46
          ],
          "luminance": 0.2272,
          "contrast": {
            "black": 5.54,
            "white": 3.79
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A"
            ],
            "AAA": []
          },
          "url": "https://www.colorsencyclopedia.com/hex/7b8a3d/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/7b8a3d.json"
        }
      ],
      "anchor": "alexandrite-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": "#8A3D7B",
          "name": "#8A3D7B",
          "slug": null,
          "rgb": [
            138,
            61,
            123
          ],
          "hsl": [
            312,
            39,
            39
          ],
          "cmyk": [
            0,
            56,
            11,
            46
          ],
          "luminance": 0.1017,
          "contrast": {
            "black": 3.03,
            "white": 6.92
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": []
          },
          "url": "https://www.colorsencyclopedia.com/hex/8a3d7b/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/8a3d7b.json"
        },
        {
          "hex": "#8A4C3D",
          "name": "#8A4C3D",
          "slug": null,
          "rgb": [
            138,
            76,
            61
          ],
          "hsl": [
            12,
            39,
            39
          ],
          "cmyk": [
            0,
            45,
            56,
            46
          ],
          "luminance": 0.1091,
          "contrast": {
            "black": 3.18,
            "white": 6.6
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": []
          },
          "url": "https://www.colorsencyclopedia.com/hex/8a4c3d/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/8a4c3d.json"
        }
      ],
      "anchor": "alexandrite-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": "#67BCA2",
          "name": "#67BCA2",
          "slug": null,
          "rgb": [
            103,
            188,
            162
          ],
          "hsl": [
            162,
            39,
            57
          ],
          "cmyk": [
            45,
            0,
            14,
            26
          ],
          "luminance": 0.4146,
          "contrast": {
            "black": 9.29,
            "white": 2.26
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/67bca2/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/67bca2.json"
        },
        {
          "hex": "#3D8B74",
          "name": "Alexandrite",
          "slug": "alexandrite",
          "rgb": [
            61,
            139,
            116
          ],
          "hsl": [
            162,
            39,
            39
          ],
          "cmyk": [
            56,
            0,
            17,
            45
          ],
          "luminance": 0.2072,
          "contrast": {
            "black": 5.14,
            "white": 4.08
          },
          "wcag": {
            "AA": [
              "#000000"
            ],
            "AAA": []
          },
          "url": "https://www.colorsencyclopedia.com/colors/alexandrite/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/colors/alexandrite.json"
        },
        {
          "hex": "#214A3E",
          "name": "#214A3E",
          "slug": null,
          "rgb": [
            33,
            74,
            62
          ],
          "hsl": [
            162,
            38,
            21
          ],
          "cmyk": [
            55,
            0,
            16,
            71
          ],
          "luminance": 0.0557,
          "contrast": {
            "black": 2.11,
            "white": 9.93
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": [
              "#FFFFFF",
              "#F5F5F5"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/214a3e/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/214a3e.json"
        }
      ],
      "anchor": "alexandrite-harmony-monochromatic"
    }
  ],
  "signaturePalette": [
    "#3D8B74",
    "#8A3D54",
    "#3D8A4C",
    "#3D7B8A",
    "#67BCA2",
    "#214A3E"
  ],
  "semanticGroups": [
    "green harmony",
    "cool harmony",
    "earth tone harmony",
    "alexandrite palette system"
  ],
  "useCases": [
    "palette generation",
    "brand color exploration",
    "UI accent planning",
    "CSS design tokens",
    "AI color retrieval"
  ],
  "accessibilityNotes": [
    "Black contrast on Alexandrite: 5.14:1",
    "White contrast on Alexandrite: 4.08:1",
    "AA text options: #000000"
  ],
  "relatedEndpoints": [
    "https://www.colorsencyclopedia.com/api/harmonies/alexandrite.json",
    "https://www.colorsencyclopedia.com/api/colors/alexandrite.json",
    "https://www.colorsencyclopedia.com/api/hex/3d8b74.json"
  ],
  "url": "https://www.colorsencyclopedia.com/harmonies/alexandrite/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/harmonies/alexandrite.json",
  "cssSnippet": ":root {\n  --color-alexandrite: #3D8B74;\n  --alexandrite-complementary-1: #8A3D54;\n  --alexandrite-analogous-1: #3D8A4C;\n  --alexandrite-analogous-2: #3D7B8A;\n  --alexandrite-triadic-1: #733D8A;\n  --alexandrite-triadic-2: #8A733D;\n  --alexandrite-tetradic-1: #4C3D8A;\n  --alexandrite-tetradic-2: #8A3D54;\n  --alexandrite-tetradic-3: #7B8A3D;\n  --alexandrite-split-complementary-1: #8A3D7B;\n  --alexandrite-split-complementary-2: #8A4C3D;\n  --alexandrite-monochromatic-1: #67BCA2;\n  --alexandrite-monochromatic-2: #3D8B74;\n  --alexandrite-monochromatic-3: #214A3E;\n}\n\n.palette-alexandrite-harmony {\n  color: #111827;\n  background: linear-gradient(135deg, #3D8B74, #8A3D54, #3D8A4C, #3D7B8A, #67BCA2, #214A3E);\n}"
}

CSS Harmony Tokens

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

:root {
  --color-alexandrite: #3D8B74;
  --alexandrite-complementary-1: #8A3D54;
  --alexandrite-analogous-1: #3D8A4C;
  --alexandrite-analogous-2: #3D7B8A;
  --alexandrite-triadic-1: #733D8A;
  --alexandrite-triadic-2: #8A733D;
  --alexandrite-tetradic-1: #4C3D8A;
  --alexandrite-tetradic-2: #8A3D54;
  --alexandrite-tetradic-3: #7B8A3D;
  --alexandrite-split-complementary-1: #8A3D7B;
  --alexandrite-split-complementary-2: #8A4C3D;
  --alexandrite-monochromatic-1: #67BCA2;
  --alexandrite-monochromatic-2: #3D8B74;
  --alexandrite-monochromatic-3: #214A3E;
}

.palette-alexandrite-harmony {
  color: #111827;
  background: linear-gradient(135deg, #3D8B74, #8A3D54, #3D8A4C, #3D7B8A, #67BCA2, #214A3E);
}

Alexandrite Harmony Groups

Open a group to inspect its generated colors, intended behavior, and best design use. Anchor links above open the matching group directly.

Complementary Harmony1 colors · maximum hue contrast

Complementary harmony uses the color opposite the source hue. It creates the strongest direct relationship in the wheel, so it is best for accents, contrast anchors, and palettes that need immediate separation.

Behaviormaximum hue contrast
Best useaccent colors, strong calls to action, visual opposition
Source colorAlexandrite · #3D8B74
#8A3D54#8A3D54
Analogous Harmony2 colors · neighboring hue movement

Analogous harmony uses hues close to the source color. It keeps the palette visually connected and is useful for quiet interfaces, editorial color systems, and smooth background or gradient work.

Behaviorneighboring hue movement
Best usecalm palettes, gradients, natural transitions
Source colorAlexandrite · #3D8B74
#3D8A4C#3D8A4C
#3D7B8A#3D7B8A
Triadic Harmony2 colors · three evenly spaced hues

Triadic harmony places colors around the wheel at equal intervals. It gives more range than analogous harmony while keeping a stable mathematical relationship between the selected hues.

Behaviorthree evenly spaced hues
Best usebalanced contrast, playful systems, broad palette range
Source colorAlexandrite · #3D8B74
#733D8A#733D8A
#8A733D#8A733D
Tetradic Harmony3 colors · two complementary pairs

Tetradic harmony creates a four-color system from two complementary relationships. It is useful when a palette needs multiple roles, but the colors should be assigned carefully so one hue remains dominant.

Behaviortwo complementary pairs
Best uselarge design systems, dashboards, multi-state UI
Source colorAlexandrite · #3D8B74
#4C3D8A#4C3D8A
#8A3D54#8A3D54
#7B8A3D#7B8A3D
Split Complementary Harmony2 colors · softened complementary contrast

Split-complementary harmony replaces the direct opposite with the two hues beside it. This keeps useful contrast while reducing the visual tension of a pure complementary pair.

Behaviorsoftened complementary contrast
Best usebrand palettes, accent pairs, less aggressive contrast
Source colorAlexandrite · #3D8B74
#8A3D7B#8A3D7B
#8A4C3D#8A4C3D
Monochromatic Harmony3 colors · same hue, different values

Monochromatic harmony keeps the source hue and changes lightness. It is the safest system for tonal UI, cards, hover states, shadows, backgrounds, and subtle visual hierarchy.

Behaviorsame hue, different values
Best usesurfaces, states, elevation, restrained UI themes
Source colorAlexandrite · #3D8B74
#67BCA2#67BCA2
Alexandrite#3D8B74
#214A3E#214A3E