Harmony system

Moonstone Color Harmonies

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

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

SourceMoonstone · #D9E6E8
Groups6
Palette colors6
FamilyCyan

How the harmony works

Moonstone Harmony Guide

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

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

AI-Ready Dataset v1.0.0
Luminance0.7717
Black text16.43:1AA Pass
White text1.28: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": "moonstone",
  "name": "Moonstone",
  "hex": "#D9E6E8",
  "url": "https://www.colorsencyclopedia.com/colors/moonstone/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/colors/moonstone.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": "#E8DBD9",
        "name": "#E8DBD9",
        "slug": null,
        "rgb": [
          232,
          219,
          217
        ],
        "hsl": [
          8,
          25,
          88
        ],
        "cmyk": [
          0,
          6,
          6,
          9
        ],
        "luminance": 0.7283,
        "contrast": {
          "black": 15.57,
          "white": 1.35
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/e8dbd9/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/e8dbd9.json"
      }
    ],
    "anchor": "moonstone-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": "#D9E8E2",
        "name": "#D9E8E2",
        "slug": null,
        "rgb": [
          217,
          232,
          226
        ],
        "hsl": [
          156,
          25,
          88
        ],
        "cmyk": [
          6,
          0,
          3,
          9
        ],
        "luminance": 0.7796,
        "contrast": {
          "black": 16.59,
          "white": 1.27
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/d9e8e2/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/d9e8e2.json"
      },
      {
        "hex": "#D9DEE8",
        "name": "#D9DEE8",
        "slug": null,
        "rgb": [
          217,
          222,
          232
        ],
        "hsl": [
          220,
          25,
          88
        ],
        "cmyk": [
          6,
          4,
          0,
          9
        ],
        "luminance": 0.7282,
        "contrast": {
          "black": 15.56,
          "white": 1.35
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/d9dee8/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/d9dee8.json"
      }
    ],
    "anchor": "moonstone-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": "#E8D9E6",
        "name": "#E8D9E6",
        "slug": null,
        "rgb": [
          232,
          217,
          230
        ],
        "hsl": [
          308,
          25,
          88
        ],
        "cmyk": [
          0,
          6,
          1,
          9
        ],
        "luminance": 0.7249,
        "contrast": {
          "black": 15.5,
          "white": 1.36
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/e8d9e6/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/e8d9e6.json"
      },
      {
        "hex": "#E6E8D9",
        "name": "#E6E8D9",
        "slug": null,
        "rgb": [
          230,
          232,
          217
        ],
        "hsl": [
          68,
          25,
          88
        ],
        "cmyk": [
          1,
          0,
          6,
          9
        ],
        "luminance": 0.7955,
        "contrast": {
          "black": 16.91,
          "white": 1.24
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/e6e8d9/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/e6e8d9.json"
      }
    ],
    "anchor": "moonstone-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": "#E2D9E8",
        "name": "#E2D9E8",
        "slug": null,
        "rgb": [
          226,
          217,
          232
        ],
        "hsl": [
          276,
          25,
          88
        ],
        "cmyk": [
          3,
          6,
          0,
          9
        ],
        "luminance": 0.7162,
        "contrast": {
          "black": 15.32,
          "white": 1.37
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/e2d9e8/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/e2d9e8.json"
      },
      {
        "hex": "#E8DBD9",
        "name": "#E8DBD9",
        "slug": null,
        "rgb": [
          232,
          219,
          217
        ],
        "hsl": [
          8,
          25,
          88
        ],
        "cmyk": [
          0,
          6,
          6,
          9
        ],
        "luminance": 0.7283,
        "contrast": {
          "black": 15.57,
          "white": 1.35
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/e8dbd9/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/e8dbd9.json"
      },
      {
        "hex": "#DEE8D9",
        "name": "#DEE8D9",
        "slug": null,
        "rgb": [
          222,
          232,
          217
        ],
        "hsl": [
          100,
          25,
          88
        ],
        "cmyk": [
          4,
          0,
          6,
          9
        ],
        "luminance": 0.7825,
        "contrast": {
          "black": 16.65,
          "white": 1.26
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/dee8d9/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/dee8d9.json"
      }
    ],
    "anchor": "moonstone-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": "#E8D9DE",
        "name": "#E8D9DE",
        "slug": null,
        "rgb": [
          232,
          217,
          222
        ],
        "hsl": [
          340,
          25,
          88
        ],
        "cmyk": [
          0,
          6,
          4,
          9
        ],
        "luminance": 0.7206,
        "contrast": {
          "black": 15.41,
          "white": 1.36
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/e8d9de/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/e8d9de.json"
      },
      {
        "hex": "#E8E2D9",
        "name": "#E8E2D9",
        "slug": null,
        "rgb": [
          232,
          226,
          217
        ],
        "hsl": [
          36,
          25,
          88
        ],
        "cmyk": [
          0,
          3,
          6,
          9
        ],
        "luminance": 0.7656,
        "contrast": {
          "black": 16.31,
          "white": 1.29
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/e8e2d9/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/e8e2d9.json"
      }
    ],
    "anchor": "moonstone-harmony-split-complementary"
  },
  {
    "key": "monochromatic",
    "label": "Monochromatic",
    "behavior": "same hue, different values",
    "bestUse": "surfaces, states, elevation, restrained UI themes",
    "description": "Monochromatic harmony keeps the source hue and changes lightness. It is the safest system for tonal UI, cards, hover states, shadows, backgrounds, and subtle visual hierarchy.",
    "colors": [
      {
        "hex": "#FFFFFF",
        "name": "White",
        "slug": "white",
        "rgb": [
          255,
          255,
          255
        ],
        "hsl": [
          0,
          0,
          100
        ],
        "cmyk": [
          0,
          0,
          0,
          0
        ],
        "luminance": 1,
        "contrast": {
          "black": 21,
          "white": 1
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/colors/white/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/colors/white.json"
      },
      {
        "hex": "#D9E6E8",
        "name": "Moonstone",
        "slug": "moonstone",
        "rgb": [
          217,
          230,
          232
        ],
        "hsl": [
          188,
          25,
          88
        ],
        "cmyk": [
          6,
          1,
          0,
          9
        ],
        "luminance": 0.7717,
        "contrast": {
          "black": 16.43,
          "white": 1.28
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/colors/moonstone/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/colors/moonstone.json"
      },
      {
        "hex": "#9FC1C6",
        "name": "#9FC1C6",
        "slug": null,
        "rgb": [
          159,
          193,
          198
        ],
        "hsl": [
          188,
          25,
          70
        ],
        "cmyk": [
          20,
          3,
          0,
          22
        ],
        "luminance": 0.4959,
        "contrast": {
          "black": 10.92,
          "white": 1.92
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/9fc1c6/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/9fc1c6.json"
      }
    ],
    "anchor": "moonstone-harmony-monochromatic"
  }
]
Signature palette
[
  "#D9E6E8",
  "#E8DBD9",
  "#D9E8E2",
  "#D9DEE8",
  "#FFFFFF",
  "#9FC1C6"
]
Accessibility notes
[
  "Black contrast on Moonstone: 16.43:1",
  "White contrast on Moonstone: 1.28:1",
  "AA text options: #000000, #1A1A1A, #36454F"
]
CSS tokens
":root {\n  --color-moonstone: #D9E6E8;\n  --moonstone-complementary-1: #E8DBD9;\n  --moonstone-analogous-1: #D9E8E2;\n  --moonstone-analogous-2: #D9DEE8;\n  --moonstone-triadic-1: #E8D9E6;\n  --moonstone-triadic-2: #E6E8D9;\n  --moonstone-tetradic-1: #E2D9E8;\n  --moonstone-tetradic-2: #E8DBD9;\n  --moonstone-tetradic-3: #DEE8D9;\n  --moonstone-split-complementary-1: #E8D9DE;\n  --moonstone-split-complementary-2: #E8E2D9;\n  --moonstone-monochromatic-1: #FFFFFF;\n  --moonstone-monochromatic-2: #D9E6E8;\n  --moonstone-monochromatic-3: #9FC1C6;\n}\n\n.palette-moonstone-harmony {\n  color: #111827;\n  background: linear-gradient(135deg, #D9E6E8, #E8DBD9, #D9E8E2, #D9DEE8, #FFFFFF, #9FC1C6);\n}"
Full JSON dataset
{
  "datasetVersion": "1.0.0",
  "slug": "moonstone",
  "name": "Moonstone",
  "hex": "#D9E6E8",
  "rgb": [
    217,
    230,
    232
  ],
  "hsl": [
    188,
    25,
    88
  ],
  "cmyk": [
    6,
    1,
    0,
    9
  ],
  "family": "cyan",
  "temperature": "cool",
  "tone": [
    "light"
  ],
  "luminance": 0.7717,
  "contrast": {
    "black": 16.43,
    "white": 1.28
  },
  "wcag": {
    "AA": [
      "#000000",
      "#1A1A1A",
      "#36454F"
    ],
    "AAA": [
      "#000000",
      "#1A1A1A",
      "#36454F"
    ]
  },
  "sourceColor": {
    "slug": "moonstone",
    "name": "Moonstone",
    "hex": "#D9E6E8",
    "url": "https://www.colorsencyclopedia.com/colors/moonstone/",
    "apiUrl": "https://www.colorsencyclopedia.com/api/colors/moonstone.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": "#E8DBD9",
          "name": "#E8DBD9",
          "slug": null,
          "rgb": [
            232,
            219,
            217
          ],
          "hsl": [
            8,
            25,
            88
          ],
          "cmyk": [
            0,
            6,
            6,
            9
          ],
          "luminance": 0.7283,
          "contrast": {
            "black": 15.57,
            "white": 1.35
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/e8dbd9/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/e8dbd9.json"
        }
      ],
      "anchor": "moonstone-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": "#D9E8E2",
          "name": "#D9E8E2",
          "slug": null,
          "rgb": [
            217,
            232,
            226
          ],
          "hsl": [
            156,
            25,
            88
          ],
          "cmyk": [
            6,
            0,
            3,
            9
          ],
          "luminance": 0.7796,
          "contrast": {
            "black": 16.59,
            "white": 1.27
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/d9e8e2/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/d9e8e2.json"
        },
        {
          "hex": "#D9DEE8",
          "name": "#D9DEE8",
          "slug": null,
          "rgb": [
            217,
            222,
            232
          ],
          "hsl": [
            220,
            25,
            88
          ],
          "cmyk": [
            6,
            4,
            0,
            9
          ],
          "luminance": 0.7282,
          "contrast": {
            "black": 15.56,
            "white": 1.35
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/d9dee8/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/d9dee8.json"
        }
      ],
      "anchor": "moonstone-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": "#E8D9E6",
          "name": "#E8D9E6",
          "slug": null,
          "rgb": [
            232,
            217,
            230
          ],
          "hsl": [
            308,
            25,
            88
          ],
          "cmyk": [
            0,
            6,
            1,
            9
          ],
          "luminance": 0.7249,
          "contrast": {
            "black": 15.5,
            "white": 1.36
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/e8d9e6/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/e8d9e6.json"
        },
        {
          "hex": "#E6E8D9",
          "name": "#E6E8D9",
          "slug": null,
          "rgb": [
            230,
            232,
            217
          ],
          "hsl": [
            68,
            25,
            88
          ],
          "cmyk": [
            1,
            0,
            6,
            9
          ],
          "luminance": 0.7955,
          "contrast": {
            "black": 16.91,
            "white": 1.24
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/e6e8d9/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/e6e8d9.json"
        }
      ],
      "anchor": "moonstone-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": "#E2D9E8",
          "name": "#E2D9E8",
          "slug": null,
          "rgb": [
            226,
            217,
            232
          ],
          "hsl": [
            276,
            25,
            88
          ],
          "cmyk": [
            3,
            6,
            0,
            9
          ],
          "luminance": 0.7162,
          "contrast": {
            "black": 15.32,
            "white": 1.37
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/e2d9e8/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/e2d9e8.json"
        },
        {
          "hex": "#E8DBD9",
          "name": "#E8DBD9",
          "slug": null,
          "rgb": [
            232,
            219,
            217
          ],
          "hsl": [
            8,
            25,
            88
          ],
          "cmyk": [
            0,
            6,
            6,
            9
          ],
          "luminance": 0.7283,
          "contrast": {
            "black": 15.57,
            "white": 1.35
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/e8dbd9/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/e8dbd9.json"
        },
        {
          "hex": "#DEE8D9",
          "name": "#DEE8D9",
          "slug": null,
          "rgb": [
            222,
            232,
            217
          ],
          "hsl": [
            100,
            25,
            88
          ],
          "cmyk": [
            4,
            0,
            6,
            9
          ],
          "luminance": 0.7825,
          "contrast": {
            "black": 16.65,
            "white": 1.26
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/dee8d9/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/dee8d9.json"
        }
      ],
      "anchor": "moonstone-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": "#E8D9DE",
          "name": "#E8D9DE",
          "slug": null,
          "rgb": [
            232,
            217,
            222
          ],
          "hsl": [
            340,
            25,
            88
          ],
          "cmyk": [
            0,
            6,
            4,
            9
          ],
          "luminance": 0.7206,
          "contrast": {
            "black": 15.41,
            "white": 1.36
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/e8d9de/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/e8d9de.json"
        },
        {
          "hex": "#E8E2D9",
          "name": "#E8E2D9",
          "slug": null,
          "rgb": [
            232,
            226,
            217
          ],
          "hsl": [
            36,
            25,
            88
          ],
          "cmyk": [
            0,
            3,
            6,
            9
          ],
          "luminance": 0.7656,
          "contrast": {
            "black": 16.31,
            "white": 1.29
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/e8e2d9/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/e8e2d9.json"
        }
      ],
      "anchor": "moonstone-harmony-split-complementary"
    },
    {
      "key": "monochromatic",
      "label": "Monochromatic",
      "behavior": "same hue, different values",
      "bestUse": "surfaces, states, elevation, restrained UI themes",
      "description": "Monochromatic harmony keeps the source hue and changes lightness. It is the safest system for tonal UI, cards, hover states, shadows, backgrounds, and subtle visual hierarchy.",
      "colors": [
        {
          "hex": "#FFFFFF",
          "name": "White",
          "slug": "white",
          "rgb": [
            255,
            255,
            255
          ],
          "hsl": [
            0,
            0,
            100
          ],
          "cmyk": [
            0,
            0,
            0,
            0
          ],
          "luminance": 1,
          "contrast": {
            "black": 21,
            "white": 1
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/colors/white/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/colors/white.json"
        },
        {
          "hex": "#D9E6E8",
          "name": "Moonstone",
          "slug": "moonstone",
          "rgb": [
            217,
            230,
            232
          ],
          "hsl": [
            188,
            25,
            88
          ],
          "cmyk": [
            6,
            1,
            0,
            9
          ],
          "luminance": 0.7717,
          "contrast": {
            "black": 16.43,
            "white": 1.28
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/colors/moonstone/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/colors/moonstone.json"
        },
        {
          "hex": "#9FC1C6",
          "name": "#9FC1C6",
          "slug": null,
          "rgb": [
            159,
            193,
            198
          ],
          "hsl": [
            188,
            25,
            70
          ],
          "cmyk": [
            20,
            3,
            0,
            22
          ],
          "luminance": 0.4959,
          "contrast": {
            "black": 10.92,
            "white": 1.92
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/9fc1c6/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/9fc1c6.json"
        }
      ],
      "anchor": "moonstone-harmony-monochromatic"
    }
  ],
  "signaturePalette": [
    "#D9E6E8",
    "#E8DBD9",
    "#D9E8E2",
    "#D9DEE8",
    "#FFFFFF",
    "#9FC1C6"
  ],
  "semanticGroups": [
    "cyan harmony",
    "cool harmony",
    "light harmony",
    "moonstone palette system"
  ],
  "useCases": [
    "palette generation",
    "brand color exploration",
    "UI accent planning",
    "CSS design tokens",
    "AI color retrieval"
  ],
  "accessibilityNotes": [
    "Black contrast on Moonstone: 16.43:1",
    "White contrast on Moonstone: 1.28:1",
    "AA text options: #000000, #1A1A1A, #36454F"
  ],
  "relatedEndpoints": [
    "https://www.colorsencyclopedia.com/api/harmonies/moonstone.json",
    "https://www.colorsencyclopedia.com/api/colors/moonstone.json",
    "https://www.colorsencyclopedia.com/api/hex/d9e6e8.json"
  ],
  "url": "https://www.colorsencyclopedia.com/harmonies/moonstone/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/harmonies/moonstone.json",
  "cssSnippet": ":root {\n  --color-moonstone: #D9E6E8;\n  --moonstone-complementary-1: #E8DBD9;\n  --moonstone-analogous-1: #D9E8E2;\n  --moonstone-analogous-2: #D9DEE8;\n  --moonstone-triadic-1: #E8D9E6;\n  --moonstone-triadic-2: #E6E8D9;\n  --moonstone-tetradic-1: #E2D9E8;\n  --moonstone-tetradic-2: #E8DBD9;\n  --moonstone-tetradic-3: #DEE8D9;\n  --moonstone-split-complementary-1: #E8D9DE;\n  --moonstone-split-complementary-2: #E8E2D9;\n  --moonstone-monochromatic-1: #FFFFFF;\n  --moonstone-monochromatic-2: #D9E6E8;\n  --moonstone-monochromatic-3: #9FC1C6;\n}\n\n.palette-moonstone-harmony {\n  color: #111827;\n  background: linear-gradient(135deg, #D9E6E8, #E8DBD9, #D9E8E2, #D9DEE8, #FFFFFF, #9FC1C6);\n}"
}

CSS Harmony Tokens

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

:root {
  --color-moonstone: #D9E6E8;
  --moonstone-complementary-1: #E8DBD9;
  --moonstone-analogous-1: #D9E8E2;
  --moonstone-analogous-2: #D9DEE8;
  --moonstone-triadic-1: #E8D9E6;
  --moonstone-triadic-2: #E6E8D9;
  --moonstone-tetradic-1: #E2D9E8;
  --moonstone-tetradic-2: #E8DBD9;
  --moonstone-tetradic-3: #DEE8D9;
  --moonstone-split-complementary-1: #E8D9DE;
  --moonstone-split-complementary-2: #E8E2D9;
  --moonstone-monochromatic-1: #FFFFFF;
  --moonstone-monochromatic-2: #D9E6E8;
  --moonstone-monochromatic-3: #9FC1C6;
}

.palette-moonstone-harmony {
  color: #111827;
  background: linear-gradient(135deg, #D9E6E8, #E8DBD9, #D9E8E2, #D9DEE8, #FFFFFF, #9FC1C6);
}

Moonstone 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 colorMoonstone · #D9E6E8
#E8DBD9#E8DBD9
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 colorMoonstone · #D9E6E8
#D9E8E2#D9E8E2
#D9DEE8#D9DEE8
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 colorMoonstone · #D9E6E8
#E8D9E6#E8D9E6
#E6E8D9#E6E8D9
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 colorMoonstone · #D9E6E8
#E2D9E8#E2D9E8
#E8DBD9#E8DBD9
#DEE8D9#DEE8D9
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 colorMoonstone · #D9E6E8
#E8D9DE#E8D9DE
#E8E2D9#E8E2D9
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 colorMoonstone · #D9E6E8
White#FFFFFF
Moonstone#D9E6E8
#9FC1C6#9FC1C6