Harmony system

Dark Magenta Color Harmonies

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

Dark Magenta sits in the pink family with warm temperature and balanced 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.

SourceDark Magenta · #8B008B
Groups6
Palette colors6
FamilyPink

How the harmony works

Dark Magenta Harmony Guide

Dark Magenta harmonies are computed from hue relationships rather than subjective palette names. Complementary colors create direct contrast, analogous colors stay close to the source hue, triadic and tetradic groups add broader palette range, split-complementary colors soften contrast, and monochromatic variants keep the same hue for UI surfaces and states.

Machine-readable data

Machine-Readable Dark Magenta Harmony Data (JSON)

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

AI-Ready Dataset v1.0.0
Luminance0.0735
Black text2.47:1AA Fail
White text8.5:1AA Pass
sourceColorCanonical source color
harmonyGroupsComplementary, analogous, triadic, tetradic, split-complementary, and monochromatic sets
signaturePaletteCompact harmony preview palette
semanticGroupsAI-ready harmony labels
useCasesDesign and retrieval contexts
accessibilityNotesContrast guidance for the source color
Download JSON Open API
Structured sections
Source color
{
  "slug": "dark-magenta",
  "name": "Dark Magenta",
  "hex": "#8B008B",
  "url": "https://www.colorsencyclopedia.com/colors/dark-magenta/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/colors/dark-magenta.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": "#008A00",
        "name": "#008A00",
        "slug": null,
        "rgb": [
          0,
          138,
          0
        ],
        "hsl": [
          120,
          100,
          27
        ],
        "cmyk": [
          100,
          0,
          100,
          46
        ],
        "luminance": 0.1818,
        "contrast": {
          "black": 4.64,
          "white": 4.53
        },
        "wcag": {
          "AA": [
            "#000000",
            "#FFFFFF"
          ],
          "AAA": []
        },
        "url": "https://www.colorsencyclopedia.com/hex/008a00/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/008a00.json"
      }
    ],
    "anchor": "dark-magenta-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": "#45008A",
        "name": "#45008A",
        "slug": null,
        "rgb": [
          69,
          0,
          138
        ],
        "hsl": [
          270,
          100,
          27
        ],
        "cmyk": [
          50,
          100,
          0,
          46
        ],
        "luminance": 0.031,
        "contrast": {
          "black": 1.62,
          "white": 12.96
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": [
            "#FFFFFF",
            "#F5F5F5"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/45008a/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/45008a.json"
      },
      {
        "hex": "#8A0045",
        "name": "#8A0045",
        "slug": null,
        "rgb": [
          138,
          0,
          69
        ],
        "hsl": [
          330,
          100,
          27
        ],
        "cmyk": [
          0,
          100,
          50,
          46
        ],
        "luminance": 0.0583,
        "contrast": {
          "black": 2.17,
          "white": 9.7
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": [
            "#FFFFFF",
            "#F5F5F5"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/8a0045/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/8a0045.json"
      }
    ],
    "anchor": "dark-magenta-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": "#8A8A00",
        "name": "#8A8A00",
        "slug": null,
        "rgb": [
          138,
          138,
          0
        ],
        "hsl": [
          60,
          100,
          27
        ],
        "cmyk": [
          0,
          0,
          100,
          46
        ],
        "luminance": 0.2358,
        "contrast": {
          "black": 5.72,
          "white": 3.67
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A"
          ],
          "AAA": []
        },
        "url": "https://www.colorsencyclopedia.com/hex/8a8a00/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/8a8a00.json"
      },
      {
        "hex": "#008A8A",
        "name": "#008A8A",
        "slug": null,
        "rgb": [
          0,
          138,
          138
        ],
        "hsl": [
          180,
          100,
          27
        ],
        "cmyk": [
          100,
          0,
          0,
          46
        ],
        "luminance": 0.2001,
        "contrast": {
          "black": 5,
          "white": 4.2
        },
        "wcag": {
          "AA": [
            "#000000"
          ],
          "AAA": []
        },
        "url": "https://www.colorsencyclopedia.com/hex/008a8a/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/008a8a.json"
      }
    ],
    "anchor": "dark-magenta-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": "#8A4500",
        "name": "#8A4500",
        "slug": null,
        "rgb": [
          138,
          69,
          0
        ],
        "hsl": [
          30,
          100,
          27
        ],
        "cmyk": [
          0,
          50,
          100,
          46
        ],
        "luminance": 0.0966,
        "contrast": {
          "black": 2.93,
          "white": 7.16
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": [
            "#FFFFFF"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/8a4500/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/8a4500.json"
      },
      {
        "hex": "#008A00",
        "name": "#008A00",
        "slug": null,
        "rgb": [
          0,
          138,
          0
        ],
        "hsl": [
          120,
          100,
          27
        ],
        "cmyk": [
          100,
          0,
          100,
          46
        ],
        "luminance": 0.1818,
        "contrast": {
          "black": 4.64,
          "white": 4.53
        },
        "wcag": {
          "AA": [
            "#000000",
            "#FFFFFF"
          ],
          "AAA": []
        },
        "url": "https://www.colorsencyclopedia.com/hex/008a00/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/008a00.json"
      },
      {
        "hex": "#00458A",
        "name": "#00458A",
        "slug": null,
        "rgb": [
          0,
          69,
          138
        ],
        "hsl": [
          210,
          100,
          27
        ],
        "cmyk": [
          100,
          50,
          0,
          46
        ],
        "luminance": 0.0609,
        "contrast": {
          "black": 2.22,
          "white": 9.47
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": [
            "#FFFFFF",
            "#F5F5F5"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/00458a/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/00458a.json"
      }
    ],
    "anchor": "dark-magenta-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": "#458A00",
        "name": "#458A00",
        "slug": null,
        "rgb": [
          69,
          138,
          0
        ],
        "hsl": [
          90,
          100,
          27
        ],
        "cmyk": [
          50,
          0,
          100,
          46
        ],
        "luminance": 0.1944,
        "contrast": {
          "black": 4.89,
          "white": 4.3
        },
        "wcag": {
          "AA": [
            "#000000"
          ],
          "AAA": []
        },
        "url": "https://www.colorsencyclopedia.com/hex/458a00/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/458a00.json"
      },
      {
        "hex": "#008A45",
        "name": "#008A45",
        "slug": null,
        "rgb": [
          0,
          138,
          69
        ],
        "hsl": [
          150,
          100,
          27
        ],
        "cmyk": [
          100,
          0,
          50,
          46
        ],
        "luminance": 0.1861,
        "contrast": {
          "black": 4.72,
          "white": 4.45
        },
        "wcag": {
          "AA": [
            "#000000"
          ],
          "AAA": []
        },
        "url": "https://www.colorsencyclopedia.com/hex/008a45/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/008a45.json"
      }
    ],
    "anchor": "dark-magenta-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": "#E600E5",
        "name": "#E600E5",
        "slug": null,
        "rgb": [
          230,
          0,
          229
        ],
        "hsl": [
          300,
          100,
          45
        ],
        "cmyk": [
          0,
          100,
          0,
          10
        ],
        "luminance": 0.2248,
        "contrast": {
          "black": 5.5,
          "white": 3.82
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A"
          ],
          "AAA": []
        },
        "url": "https://www.colorsencyclopedia.com/hex/e600e5/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/e600e5.json"
      },
      {
        "hex": "#8B008B",
        "name": "Dark Magenta",
        "slug": "dark-magenta",
        "rgb": [
          139,
          0,
          139
        ],
        "hsl": [
          300,
          100,
          27
        ],
        "cmyk": [
          0,
          100,
          0,
          45
        ],
        "luminance": 0.0735,
        "contrast": {
          "black": 2.47,
          "white": 8.5
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": [
            "#FFFFFF",
            "#F5F5F5"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/colors/dark-magenta/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/colors/dark-magenta.json"
      },
      {
        "hex": "#2E002E",
        "name": "#2E002E",
        "slug": null,
        "rgb": [
          46,
          0,
          46
        ],
        "hsl": [
          300,
          100,
          9
        ],
        "cmyk": [
          0,
          100,
          0,
          82
        ],
        "luminance": 0.0078,
        "contrast": {
          "black": 1.16,
          "white": 18.17
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": [
            "#FFFFFF",
            "#F5F5F5"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/2e002e/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/2e002e.json"
      }
    ],
    "anchor": "dark-magenta-harmony-monochromatic"
  }
]
Signature palette
[
  "#8B008B",
  "#008A00",
  "#45008A",
  "#8A0045",
  "#E600E5",
  "#2E002E"
]
Accessibility notes
[
  "Black contrast on Dark Magenta: 2.47:1",
  "White contrast on Dark Magenta: 8.5:1",
  "AA text options: #FFFFFF, #F5F5F5"
]
CSS tokens
":root {\n  --color-dark-magenta: #8B008B;\n  --dark-magenta-complementary-1: #008A00;\n  --dark-magenta-analogous-1: #45008A;\n  --dark-magenta-analogous-2: #8A0045;\n  --dark-magenta-triadic-1: #8A8A00;\n  --dark-magenta-triadic-2: #008A8A;\n  --dark-magenta-tetradic-1: #8A4500;\n  --dark-magenta-tetradic-2: #008A00;\n  --dark-magenta-tetradic-3: #00458A;\n  --dark-magenta-split-complementary-1: #458A00;\n  --dark-magenta-split-complementary-2: #008A45;\n  --dark-magenta-monochromatic-1: #E600E5;\n  --dark-magenta-monochromatic-2: #8B008B;\n  --dark-magenta-monochromatic-3: #2E002E;\n}\n\n.palette-dark-magenta-harmony {\n  color: #FFFFFF;\n  background: linear-gradient(135deg, #8B008B, #008A00, #45008A, #8A0045, #E600E5, #2E002E);\n}"
Full JSON dataset
{
  "datasetVersion": "1.0.0",
  "slug": "dark-magenta",
  "name": "Dark Magenta",
  "hex": "#8B008B",
  "rgb": [
    139,
    0,
    139
  ],
  "hsl": [
    300,
    100,
    27
  ],
  "cmyk": [
    0,
    100,
    0,
    45
  ],
  "family": "pink",
  "temperature": "warm",
  "tone": [
    "balanced"
  ],
  "luminance": 0.0735,
  "contrast": {
    "black": 2.47,
    "white": 8.5
  },
  "wcag": {
    "AA": [
      "#FFFFFF",
      "#F5F5F5"
    ],
    "AAA": [
      "#FFFFFF",
      "#F5F5F5"
    ]
  },
  "sourceColor": {
    "slug": "dark-magenta",
    "name": "Dark Magenta",
    "hex": "#8B008B",
    "url": "https://www.colorsencyclopedia.com/colors/dark-magenta/",
    "apiUrl": "https://www.colorsencyclopedia.com/api/colors/dark-magenta.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": "#008A00",
          "name": "#008A00",
          "slug": null,
          "rgb": [
            0,
            138,
            0
          ],
          "hsl": [
            120,
            100,
            27
          ],
          "cmyk": [
            100,
            0,
            100,
            46
          ],
          "luminance": 0.1818,
          "contrast": {
            "black": 4.64,
            "white": 4.53
          },
          "wcag": {
            "AA": [
              "#000000",
              "#FFFFFF"
            ],
            "AAA": []
          },
          "url": "https://www.colorsencyclopedia.com/hex/008a00/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/008a00.json"
        }
      ],
      "anchor": "dark-magenta-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": "#45008A",
          "name": "#45008A",
          "slug": null,
          "rgb": [
            69,
            0,
            138
          ],
          "hsl": [
            270,
            100,
            27
          ],
          "cmyk": [
            50,
            100,
            0,
            46
          ],
          "luminance": 0.031,
          "contrast": {
            "black": 1.62,
            "white": 12.96
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": [
              "#FFFFFF",
              "#F5F5F5"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/45008a/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/45008a.json"
        },
        {
          "hex": "#8A0045",
          "name": "#8A0045",
          "slug": null,
          "rgb": [
            138,
            0,
            69
          ],
          "hsl": [
            330,
            100,
            27
          ],
          "cmyk": [
            0,
            100,
            50,
            46
          ],
          "luminance": 0.0583,
          "contrast": {
            "black": 2.17,
            "white": 9.7
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": [
              "#FFFFFF",
              "#F5F5F5"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/8a0045/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/8a0045.json"
        }
      ],
      "anchor": "dark-magenta-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": "#8A8A00",
          "name": "#8A8A00",
          "slug": null,
          "rgb": [
            138,
            138,
            0
          ],
          "hsl": [
            60,
            100,
            27
          ],
          "cmyk": [
            0,
            0,
            100,
            46
          ],
          "luminance": 0.2358,
          "contrast": {
            "black": 5.72,
            "white": 3.67
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A"
            ],
            "AAA": []
          },
          "url": "https://www.colorsencyclopedia.com/hex/8a8a00/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/8a8a00.json"
        },
        {
          "hex": "#008A8A",
          "name": "#008A8A",
          "slug": null,
          "rgb": [
            0,
            138,
            138
          ],
          "hsl": [
            180,
            100,
            27
          ],
          "cmyk": [
            100,
            0,
            0,
            46
          ],
          "luminance": 0.2001,
          "contrast": {
            "black": 5,
            "white": 4.2
          },
          "wcag": {
            "AA": [
              "#000000"
            ],
            "AAA": []
          },
          "url": "https://www.colorsencyclopedia.com/hex/008a8a/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/008a8a.json"
        }
      ],
      "anchor": "dark-magenta-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": "#8A4500",
          "name": "#8A4500",
          "slug": null,
          "rgb": [
            138,
            69,
            0
          ],
          "hsl": [
            30,
            100,
            27
          ],
          "cmyk": [
            0,
            50,
            100,
            46
          ],
          "luminance": 0.0966,
          "contrast": {
            "black": 2.93,
            "white": 7.16
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": [
              "#FFFFFF"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/8a4500/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/8a4500.json"
        },
        {
          "hex": "#008A00",
          "name": "#008A00",
          "slug": null,
          "rgb": [
            0,
            138,
            0
          ],
          "hsl": [
            120,
            100,
            27
          ],
          "cmyk": [
            100,
            0,
            100,
            46
          ],
          "luminance": 0.1818,
          "contrast": {
            "black": 4.64,
            "white": 4.53
          },
          "wcag": {
            "AA": [
              "#000000",
              "#FFFFFF"
            ],
            "AAA": []
          },
          "url": "https://www.colorsencyclopedia.com/hex/008a00/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/008a00.json"
        },
        {
          "hex": "#00458A",
          "name": "#00458A",
          "slug": null,
          "rgb": [
            0,
            69,
            138
          ],
          "hsl": [
            210,
            100,
            27
          ],
          "cmyk": [
            100,
            50,
            0,
            46
          ],
          "luminance": 0.0609,
          "contrast": {
            "black": 2.22,
            "white": 9.47
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": [
              "#FFFFFF",
              "#F5F5F5"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/00458a/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/00458a.json"
        }
      ],
      "anchor": "dark-magenta-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": "#458A00",
          "name": "#458A00",
          "slug": null,
          "rgb": [
            69,
            138,
            0
          ],
          "hsl": [
            90,
            100,
            27
          ],
          "cmyk": [
            50,
            0,
            100,
            46
          ],
          "luminance": 0.1944,
          "contrast": {
            "black": 4.89,
            "white": 4.3
          },
          "wcag": {
            "AA": [
              "#000000"
            ],
            "AAA": []
          },
          "url": "https://www.colorsencyclopedia.com/hex/458a00/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/458a00.json"
        },
        {
          "hex": "#008A45",
          "name": "#008A45",
          "slug": null,
          "rgb": [
            0,
            138,
            69
          ],
          "hsl": [
            150,
            100,
            27
          ],
          "cmyk": [
            100,
            0,
            50,
            46
          ],
          "luminance": 0.1861,
          "contrast": {
            "black": 4.72,
            "white": 4.45
          },
          "wcag": {
            "AA": [
              "#000000"
            ],
            "AAA": []
          },
          "url": "https://www.colorsencyclopedia.com/hex/008a45/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/008a45.json"
        }
      ],
      "anchor": "dark-magenta-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": "#E600E5",
          "name": "#E600E5",
          "slug": null,
          "rgb": [
            230,
            0,
            229
          ],
          "hsl": [
            300,
            100,
            45
          ],
          "cmyk": [
            0,
            100,
            0,
            10
          ],
          "luminance": 0.2248,
          "contrast": {
            "black": 5.5,
            "white": 3.82
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A"
            ],
            "AAA": []
          },
          "url": "https://www.colorsencyclopedia.com/hex/e600e5/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/e600e5.json"
        },
        {
          "hex": "#8B008B",
          "name": "Dark Magenta",
          "slug": "dark-magenta",
          "rgb": [
            139,
            0,
            139
          ],
          "hsl": [
            300,
            100,
            27
          ],
          "cmyk": [
            0,
            100,
            0,
            45
          ],
          "luminance": 0.0735,
          "contrast": {
            "black": 2.47,
            "white": 8.5
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": [
              "#FFFFFF",
              "#F5F5F5"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/colors/dark-magenta/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/colors/dark-magenta.json"
        },
        {
          "hex": "#2E002E",
          "name": "#2E002E",
          "slug": null,
          "rgb": [
            46,
            0,
            46
          ],
          "hsl": [
            300,
            100,
            9
          ],
          "cmyk": [
            0,
            100,
            0,
            82
          ],
          "luminance": 0.0078,
          "contrast": {
            "black": 1.16,
            "white": 18.17
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": [
              "#FFFFFF",
              "#F5F5F5"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/2e002e/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/2e002e.json"
        }
      ],
      "anchor": "dark-magenta-harmony-monochromatic"
    }
  ],
  "signaturePalette": [
    "#8B008B",
    "#008A00",
    "#45008A",
    "#8A0045",
    "#E600E5",
    "#2E002E"
  ],
  "semanticGroups": [
    "pink harmony",
    "warm harmony",
    "balanced harmony",
    "dark magenta palette system"
  ],
  "useCases": [
    "palette generation",
    "brand color exploration",
    "UI accent planning",
    "CSS design tokens",
    "AI color retrieval"
  ],
  "accessibilityNotes": [
    "Black contrast on Dark Magenta: 2.47:1",
    "White contrast on Dark Magenta: 8.5:1",
    "AA text options: #FFFFFF, #F5F5F5"
  ],
  "relatedEndpoints": [
    "https://www.colorsencyclopedia.com/api/harmonies/dark-magenta.json",
    "https://www.colorsencyclopedia.com/api/colors/dark-magenta.json",
    "https://www.colorsencyclopedia.com/api/hex/8b008b.json"
  ],
  "url": "https://www.colorsencyclopedia.com/harmonies/dark-magenta/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/harmonies/dark-magenta.json",
  "cssSnippet": ":root {\n  --color-dark-magenta: #8B008B;\n  --dark-magenta-complementary-1: #008A00;\n  --dark-magenta-analogous-1: #45008A;\n  --dark-magenta-analogous-2: #8A0045;\n  --dark-magenta-triadic-1: #8A8A00;\n  --dark-magenta-triadic-2: #008A8A;\n  --dark-magenta-tetradic-1: #8A4500;\n  --dark-magenta-tetradic-2: #008A00;\n  --dark-magenta-tetradic-3: #00458A;\n  --dark-magenta-split-complementary-1: #458A00;\n  --dark-magenta-split-complementary-2: #008A45;\n  --dark-magenta-monochromatic-1: #E600E5;\n  --dark-magenta-monochromatic-2: #8B008B;\n  --dark-magenta-monochromatic-3: #2E002E;\n}\n\n.palette-dark-magenta-harmony {\n  color: #FFFFFF;\n  background: linear-gradient(135deg, #8B008B, #008A00, #45008A, #8A0045, #E600E5, #2E002E);\n}"
}

CSS Harmony Tokens

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

:root {
  --color-dark-magenta: #8B008B;
  --dark-magenta-complementary-1: #008A00;
  --dark-magenta-analogous-1: #45008A;
  --dark-magenta-analogous-2: #8A0045;
  --dark-magenta-triadic-1: #8A8A00;
  --dark-magenta-triadic-2: #008A8A;
  --dark-magenta-tetradic-1: #8A4500;
  --dark-magenta-tetradic-2: #008A00;
  --dark-magenta-tetradic-3: #00458A;
  --dark-magenta-split-complementary-1: #458A00;
  --dark-magenta-split-complementary-2: #008A45;
  --dark-magenta-monochromatic-1: #E600E5;
  --dark-magenta-monochromatic-2: #8B008B;
  --dark-magenta-monochromatic-3: #2E002E;
}

.palette-dark-magenta-harmony {
  color: #FFFFFF;
  background: linear-gradient(135deg, #8B008B, #008A00, #45008A, #8A0045, #E600E5, #2E002E);
}

Dark Magenta 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 colorDark Magenta · #8B008B
#008A00#008A00
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 colorDark Magenta · #8B008B
#45008A#45008A
#8A0045#8A0045
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 colorDark Magenta · #8B008B
#8A8A00#8A8A00
#008A8A#008A8A
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 colorDark Magenta · #8B008B
#8A4500#8A4500
#008A00#008A00
#00458A#00458A
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 colorDark Magenta · #8B008B
#458A00#458A00
#008A45#008A45
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 colorDark Magenta · #8B008B
#E600E5#E600E5
Dark Magenta#8B008B
#2E002E#2E002E