Harmony system

Manganese Blue Color Harmonies

Manganese Blue harmonies from #03A89E: complementary #AA030F, plus five harmony groups with CSS and contrast data.

Manganese Blue is a cool cyan at hue 176°, saturation 96% and lightness 34%. The sets below keep those measurements visible while moving around the color wheel, making it easier to choose close hues, direct contrast or a wider token system.

SourceManganese Blue · #03A89E
Groups6
Palette colors6
FamilyCyan

How the harmony works

Manganese Blue Harmony Guide

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

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

AI-Ready Dataset v1.0.0
Luminance0.3049
Black text7.1:1AA Pass
White text2.96: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": "manganese-blue",
  "name": "Manganese Blue",
  "hex": "#03A89E",
  "url": "https://www.colorsencyclopedia.com/colors/manganese-blue/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/colors/manganese-blue.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": "#AA030F",
        "name": "#AA030F",
        "slug": null,
        "rgb": [
          170,
          3,
          15
        ],
        "hsl": [
          356,
          97,
          34
        ],
        "cmyk": [
          0,
          98,
          91,
          33
        ],
        "luminance": 0.0865,
        "contrast": {
          "black": 2.73,
          "white": 7.69
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": [
            "#FFFFFF",
            "#F5F5F5"
          ]
        },
        "url": null,
        "apiUrl": null
      }
    ],
    "anchor": "manganese-blue-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": "#03AA4C",
        "name": "#03AA4C",
        "slug": null,
        "rgb": [
          3,
          170,
          76
        ],
        "hsl": [
          146,
          97,
          34
        ],
        "cmyk": [
          98,
          0,
          55,
          33
        ],
        "luminance": 0.2929,
        "contrast": {
          "black": 6.86,
          "white": 3.06
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A"
          ],
          "AAA": []
        },
        "url": "https://www.colorsencyclopedia.com/hex/03aa4c/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/03aa4c.json"
      },
      {
        "hex": "#0362AA",
        "name": "#0362AA",
        "slug": null,
        "rgb": [
          3,
          98,
          170
        ],
        "hsl": [
          206,
          97,
          34
        ],
        "cmyk": [
          98,
          42,
          0,
          33
        ],
        "luminance": 0.1166,
        "contrast": {
          "black": 3.33,
          "white": 6.3
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": []
        },
        "url": null,
        "apiUrl": null
      }
    ],
    "anchor": "manganese-blue-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": "#9F03AA",
        "name": "#9F03AA",
        "slug": null,
        "rgb": [
          159,
          3,
          170
        ],
        "hsl": [
          296,
          97,
          34
        ],
        "cmyk": [
          6,
          98,
          0,
          33
        ],
        "luminance": 0.1034,
        "contrast": {
          "black": 3.07,
          "white": 6.84
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": []
        },
        "url": null,
        "apiUrl": null
      },
      {
        "hex": "#AA9F03",
        "name": "#AA9F03",
        "slug": null,
        "rgb": [
          170,
          159,
          3
        ],
        "hsl": [
          56,
          97,
          34
        ],
        "cmyk": [
          0,
          6,
          98,
          33
        ],
        "luminance": 0.3335,
        "contrast": {
          "black": 7.67,
          "white": 2.74
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A"
          ],
          "AAA": [
            "#000000"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/aa9f03/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/aa9f03.json"
      }
    ],
    "anchor": "manganese-blue-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": "#4C03AA",
        "name": "#4C03AA",
        "slug": null,
        "rgb": [
          76,
          3,
          170
        ],
        "hsl": [
          266,
          97,
          34
        ],
        "cmyk": [
          55,
          98,
          0,
          33
        ],
        "luminance": 0.045,
        "contrast": {
          "black": 1.9,
          "white": 11.05
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": [
            "#FFFFFF",
            "#F5F5F5"
          ]
        },
        "url": null,
        "apiUrl": null
      },
      {
        "hex": "#AA030F",
        "name": "#AA030F",
        "slug": null,
        "rgb": [
          170,
          3,
          15
        ],
        "hsl": [
          356,
          97,
          34
        ],
        "cmyk": [
          0,
          98,
          91,
          33
        ],
        "luminance": 0.0865,
        "contrast": {
          "black": 2.73,
          "white": 7.69
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": [
            "#FFFFFF",
            "#F5F5F5"
          ]
        },
        "url": null,
        "apiUrl": null
      },
      {
        "hex": "#62AA03",
        "name": "#62AA03",
        "slug": null,
        "rgb": [
          98,
          170,
          3
        ],
        "hsl": [
          86,
          97,
          34
        ],
        "cmyk": [
          42,
          0,
          98,
          33
        ],
        "luminance": 0.3135,
        "contrast": {
          "black": 7.27,
          "white": 2.89
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A"
          ],
          "AAA": [
            "#000000"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/62aa03/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/62aa03.json"
      }
    ],
    "anchor": "manganese-blue-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": "#AA0362",
        "name": "#AA0362",
        "slug": null,
        "rgb": [
          170,
          3,
          98
        ],
        "hsl": [
          326,
          97,
          34
        ],
        "cmyk": [
          0,
          98,
          42,
          33
        ],
        "luminance": 0.0949,
        "contrast": {
          "black": 2.9,
          "white": 7.25
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": [
            "#FFFFFF"
          ]
        },
        "url": null,
        "apiUrl": null
      },
      {
        "hex": "#AA4C03",
        "name": "#AA4C03",
        "slug": null,
        "rgb": [
          170,
          76,
          3
        ],
        "hsl": [
          26,
          97,
          34
        ],
        "cmyk": [
          0,
          55,
          98,
          33
        ],
        "luminance": 0.1372,
        "contrast": {
          "black": 3.74,
          "white": 5.61
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": []
        },
        "url": "https://www.colorsencyclopedia.com/hex/aa4c03/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/aa4c03.json"
      }
    ],
    "anchor": "manganese-blue-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": "#0FFAEA",
        "name": "#0FFAEA",
        "slug": null,
        "rgb": [
          15,
          250,
          234
        ],
        "hsl": [
          176,
          96,
          52
        ],
        "cmyk": [
          94,
          0,
          6,
          2
        ],
        "luminance": 0.7441,
        "contrast": {
          "black": 15.88,
          "white": 1.32
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": null,
        "apiUrl": null
      },
      {
        "hex": "#03A89E",
        "name": "Manganese Blue",
        "slug": "manganese-blue",
        "rgb": [
          3,
          168,
          158
        ],
        "hsl": [
          176,
          96,
          34
        ],
        "cmyk": [
          98,
          0,
          6,
          34
        ],
        "luminance": 0.3049,
        "contrast": {
          "black": 7.1,
          "white": 2.96
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A"
          ],
          "AAA": [
            "#000000"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/colors/manganese-blue/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/colors/manganese-blue.json"
      },
      {
        "hex": "#02504B",
        "name": "#02504B",
        "slug": null,
        "rgb": [
          2,
          80,
          75
        ],
        "hsl": [
          176,
          95,
          16
        ],
        "cmyk": [
          98,
          0,
          6,
          69
        ],
        "luminance": 0.0626,
        "contrast": {
          "black": 2.25,
          "white": 9.33
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": [
            "#FFFFFF",
            "#F5F5F5"
          ]
        },
        "url": null,
        "apiUrl": null
      }
    ],
    "anchor": "manganese-blue-harmony-monochromatic"
  }
]
Signature palette
[
  "#03A89E",
  "#AA030F",
  "#03AA4C",
  "#0362AA",
  "#0FFAEA",
  "#02504B"
]
Accessibility notes
[
  "Black contrast on Manganese Blue: 7.1:1",
  "White contrast on Manganese Blue: 2.96:1",
  "AA text options: #000000, #1A1A1A"
]
CSS tokens
":root {\n  --color-manganese-blue: #03A89E;\n  --manganese-blue-complementary-1: #AA030F;\n  --manganese-blue-analogous-1: #03AA4C;\n  --manganese-blue-analogous-2: #0362AA;\n  --manganese-blue-triadic-1: #9F03AA;\n  --manganese-blue-triadic-2: #AA9F03;\n  --manganese-blue-tetradic-1: #4C03AA;\n  --manganese-blue-tetradic-2: #AA030F;\n  --manganese-blue-tetradic-3: #62AA03;\n  --manganese-blue-split-complementary-1: #AA0362;\n  --manganese-blue-split-complementary-2: #AA4C03;\n  --manganese-blue-monochromatic-1: #0FFAEA;\n  --manganese-blue-monochromatic-2: #03A89E;\n  --manganese-blue-monochromatic-3: #02504B;\n}\n\n.palette-manganese-blue-harmony {\n  color: #111827;\n  background: linear-gradient(135deg, #03A89E, #AA030F, #03AA4C, #0362AA, #0FFAEA, #02504B);\n}"
Full JSON dataset
{
  "datasetVersion": "1.0.0",
  "slug": "manganese-blue",
  "name": "Manganese Blue",
  "hex": "#03A89E",
  "rgb": [
    3,
    168,
    158
  ],
  "hsl": [
    176,
    96,
    34
  ],
  "cmyk": [
    98,
    0,
    6,
    34
  ],
  "family": "cyan",
  "temperature": "cool",
  "tone": [
    "balanced"
  ],
  "luminance": 0.3049,
  "contrast": {
    "black": 7.1,
    "white": 2.96
  },
  "wcag": {
    "AA": [
      "#000000",
      "#1A1A1A"
    ],
    "AAA": [
      "#000000"
    ]
  },
  "sourceColor": {
    "slug": "manganese-blue",
    "name": "Manganese Blue",
    "hex": "#03A89E",
    "url": "https://www.colorsencyclopedia.com/colors/manganese-blue/",
    "apiUrl": "https://www.colorsencyclopedia.com/api/colors/manganese-blue.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": "#AA030F",
          "name": "#AA030F",
          "slug": null,
          "rgb": [
            170,
            3,
            15
          ],
          "hsl": [
            356,
            97,
            34
          ],
          "cmyk": [
            0,
            98,
            91,
            33
          ],
          "luminance": 0.0865,
          "contrast": {
            "black": 2.73,
            "white": 7.69
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": [
              "#FFFFFF",
              "#F5F5F5"
            ]
          },
          "url": null,
          "apiUrl": null
        }
      ],
      "anchor": "manganese-blue-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": "#03AA4C",
          "name": "#03AA4C",
          "slug": null,
          "rgb": [
            3,
            170,
            76
          ],
          "hsl": [
            146,
            97,
            34
          ],
          "cmyk": [
            98,
            0,
            55,
            33
          ],
          "luminance": 0.2929,
          "contrast": {
            "black": 6.86,
            "white": 3.06
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A"
            ],
            "AAA": []
          },
          "url": "https://www.colorsencyclopedia.com/hex/03aa4c/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/03aa4c.json"
        },
        {
          "hex": "#0362AA",
          "name": "#0362AA",
          "slug": null,
          "rgb": [
            3,
            98,
            170
          ],
          "hsl": [
            206,
            97,
            34
          ],
          "cmyk": [
            98,
            42,
            0,
            33
          ],
          "luminance": 0.1166,
          "contrast": {
            "black": 3.33,
            "white": 6.3
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": []
          },
          "url": null,
          "apiUrl": null
        }
      ],
      "anchor": "manganese-blue-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": "#9F03AA",
          "name": "#9F03AA",
          "slug": null,
          "rgb": [
            159,
            3,
            170
          ],
          "hsl": [
            296,
            97,
            34
          ],
          "cmyk": [
            6,
            98,
            0,
            33
          ],
          "luminance": 0.1034,
          "contrast": {
            "black": 3.07,
            "white": 6.84
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": []
          },
          "url": null,
          "apiUrl": null
        },
        {
          "hex": "#AA9F03",
          "name": "#AA9F03",
          "slug": null,
          "rgb": [
            170,
            159,
            3
          ],
          "hsl": [
            56,
            97,
            34
          ],
          "cmyk": [
            0,
            6,
            98,
            33
          ],
          "luminance": 0.3335,
          "contrast": {
            "black": 7.67,
            "white": 2.74
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A"
            ],
            "AAA": [
              "#000000"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/aa9f03/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/aa9f03.json"
        }
      ],
      "anchor": "manganese-blue-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": "#4C03AA",
          "name": "#4C03AA",
          "slug": null,
          "rgb": [
            76,
            3,
            170
          ],
          "hsl": [
            266,
            97,
            34
          ],
          "cmyk": [
            55,
            98,
            0,
            33
          ],
          "luminance": 0.045,
          "contrast": {
            "black": 1.9,
            "white": 11.05
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": [
              "#FFFFFF",
              "#F5F5F5"
            ]
          },
          "url": null,
          "apiUrl": null
        },
        {
          "hex": "#AA030F",
          "name": "#AA030F",
          "slug": null,
          "rgb": [
            170,
            3,
            15
          ],
          "hsl": [
            356,
            97,
            34
          ],
          "cmyk": [
            0,
            98,
            91,
            33
          ],
          "luminance": 0.0865,
          "contrast": {
            "black": 2.73,
            "white": 7.69
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": [
              "#FFFFFF",
              "#F5F5F5"
            ]
          },
          "url": null,
          "apiUrl": null
        },
        {
          "hex": "#62AA03",
          "name": "#62AA03",
          "slug": null,
          "rgb": [
            98,
            170,
            3
          ],
          "hsl": [
            86,
            97,
            34
          ],
          "cmyk": [
            42,
            0,
            98,
            33
          ],
          "luminance": 0.3135,
          "contrast": {
            "black": 7.27,
            "white": 2.89
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A"
            ],
            "AAA": [
              "#000000"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/62aa03/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/62aa03.json"
        }
      ],
      "anchor": "manganese-blue-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": "#AA0362",
          "name": "#AA0362",
          "slug": null,
          "rgb": [
            170,
            3,
            98
          ],
          "hsl": [
            326,
            97,
            34
          ],
          "cmyk": [
            0,
            98,
            42,
            33
          ],
          "luminance": 0.0949,
          "contrast": {
            "black": 2.9,
            "white": 7.25
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": [
              "#FFFFFF"
            ]
          },
          "url": null,
          "apiUrl": null
        },
        {
          "hex": "#AA4C03",
          "name": "#AA4C03",
          "slug": null,
          "rgb": [
            170,
            76,
            3
          ],
          "hsl": [
            26,
            97,
            34
          ],
          "cmyk": [
            0,
            55,
            98,
            33
          ],
          "luminance": 0.1372,
          "contrast": {
            "black": 3.74,
            "white": 5.61
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": []
          },
          "url": "https://www.colorsencyclopedia.com/hex/aa4c03/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/aa4c03.json"
        }
      ],
      "anchor": "manganese-blue-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": "#0FFAEA",
          "name": "#0FFAEA",
          "slug": null,
          "rgb": [
            15,
            250,
            234
          ],
          "hsl": [
            176,
            96,
            52
          ],
          "cmyk": [
            94,
            0,
            6,
            2
          ],
          "luminance": 0.7441,
          "contrast": {
            "black": 15.88,
            "white": 1.32
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": null,
          "apiUrl": null
        },
        {
          "hex": "#03A89E",
          "name": "Manganese Blue",
          "slug": "manganese-blue",
          "rgb": [
            3,
            168,
            158
          ],
          "hsl": [
            176,
            96,
            34
          ],
          "cmyk": [
            98,
            0,
            6,
            34
          ],
          "luminance": 0.3049,
          "contrast": {
            "black": 7.1,
            "white": 2.96
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A"
            ],
            "AAA": [
              "#000000"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/colors/manganese-blue/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/colors/manganese-blue.json"
        },
        {
          "hex": "#02504B",
          "name": "#02504B",
          "slug": null,
          "rgb": [
            2,
            80,
            75
          ],
          "hsl": [
            176,
            95,
            16
          ],
          "cmyk": [
            98,
            0,
            6,
            69
          ],
          "luminance": 0.0626,
          "contrast": {
            "black": 2.25,
            "white": 9.33
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": [
              "#FFFFFF",
              "#F5F5F5"
            ]
          },
          "url": null,
          "apiUrl": null
        }
      ],
      "anchor": "manganese-blue-harmony-monochromatic"
    }
  ],
  "signaturePalette": [
    "#03A89E",
    "#AA030F",
    "#03AA4C",
    "#0362AA",
    "#0FFAEA",
    "#02504B"
  ],
  "semanticGroups": [
    "cyan harmony",
    "cool harmony",
    "balanced harmony",
    "manganese blue palette system"
  ],
  "useCases": [
    "palette generation",
    "brand color exploration",
    "UI accent planning",
    "CSS design tokens",
    "AI color retrieval"
  ],
  "accessibilityNotes": [
    "Black contrast on Manganese Blue: 7.1:1",
    "White contrast on Manganese Blue: 2.96:1",
    "AA text options: #000000, #1A1A1A"
  ],
  "relatedEndpoints": [
    "https://www.colorsencyclopedia.com/api/harmonies/manganese-blue.json",
    "https://www.colorsencyclopedia.com/api/colors/manganese-blue.json",
    "https://www.colorsencyclopedia.com/api/hex/03a89e.json"
  ],
  "url": "https://www.colorsencyclopedia.com/harmonies/manganese-blue/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/harmonies/manganese-blue.json",
  "cssSnippet": ":root {\n  --color-manganese-blue: #03A89E;\n  --manganese-blue-complementary-1: #AA030F;\n  --manganese-blue-analogous-1: #03AA4C;\n  --manganese-blue-analogous-2: #0362AA;\n  --manganese-blue-triadic-1: #9F03AA;\n  --manganese-blue-triadic-2: #AA9F03;\n  --manganese-blue-tetradic-1: #4C03AA;\n  --manganese-blue-tetradic-2: #AA030F;\n  --manganese-blue-tetradic-3: #62AA03;\n  --manganese-blue-split-complementary-1: #AA0362;\n  --manganese-blue-split-complementary-2: #AA4C03;\n  --manganese-blue-monochromatic-1: #0FFAEA;\n  --manganese-blue-monochromatic-2: #03A89E;\n  --manganese-blue-monochromatic-3: #02504B;\n}\n\n.palette-manganese-blue-harmony {\n  color: #111827;\n  background: linear-gradient(135deg, #03A89E, #AA030F, #03AA4C, #0362AA, #0FFAEA, #02504B);\n}"
}

CSS Harmony Tokens

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

:root {
  --color-manganese-blue: #03A89E;
  --manganese-blue-complementary-1: #AA030F;
  --manganese-blue-analogous-1: #03AA4C;
  --manganese-blue-analogous-2: #0362AA;
  --manganese-blue-triadic-1: #9F03AA;
  --manganese-blue-triadic-2: #AA9F03;
  --manganese-blue-tetradic-1: #4C03AA;
  --manganese-blue-tetradic-2: #AA030F;
  --manganese-blue-tetradic-3: #62AA03;
  --manganese-blue-split-complementary-1: #AA0362;
  --manganese-blue-split-complementary-2: #AA4C03;
  --manganese-blue-monochromatic-1: #0FFAEA;
  --manganese-blue-monochromatic-2: #03A89E;
  --manganese-blue-monochromatic-3: #02504B;
}

.palette-manganese-blue-harmony {
  color: #111827;
  background: linear-gradient(135deg, #03A89E, #AA030F, #03AA4C, #0362AA, #0FFAEA, #02504B);
}

Manganese Blue Harmony Groups

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

Complementary Harmony1 colors · maximum hue contrast

The complementary set starts from Manganese Blue #03A89E and produces #AA030F. Its maximum hue contrast relationship suits accent colors, strong calls to action, and visual opposition. None of these generated values has an exact named-color match in the current dataset.

Behaviormaximum hue contrast
Best useaccent colors, strong calls to action, visual opposition
Source colorManganese Blue · #03A89E
Analogous Harmony2 colors · neighboring hue movement

The analogous set starts from Manganese Blue #03A89E and produces #03AA4C and #0362AA. Its neighboring hue movement relationship suits calm palettes, gradients, and natural transitions. None of these generated values has an exact named-color match in the current dataset.

Behaviorneighboring hue movement
Best usecalm palettes, gradients, natural transitions
Source colorManganese Blue · #03A89E
Triadic Harmony2 colors · three evenly spaced hues

The triadic set starts from Manganese Blue #03A89E and produces #9F03AA and #AA9F03. Its three evenly spaced hues relationship suits balanced contrast, playful systems, and broad palette range. None of these generated values has an exact named-color match in the current dataset.

Behaviorthree evenly spaced hues
Best usebalanced contrast, playful systems, broad palette range
Source colorManganese Blue · #03A89E
Tetradic Harmony3 colors · two complementary pairs

The tetradic set starts from Manganese Blue #03A89E and produces #4C03AA, #AA030F, and #62AA03. Its two complementary pairs relationship suits large design systems, dashboards, and multi-state UI. None of these generated values has an exact named-color match in the current dataset.

Behaviortwo complementary pairs
Best uselarge design systems, dashboards, multi-state UI
Source colorManganese Blue · #03A89E
Split Complementary Harmony2 colors · softened complementary contrast

The split complementary set starts from Manganese Blue #03A89E and produces #AA0362 and #AA4C03. Its softened complementary contrast relationship suits brand palettes, accent pairs, and less aggressive contrast. None of these generated values has an exact named-color match in the current dataset.

Behaviorsoftened complementary contrast
Best usebrand palettes, accent pairs, less aggressive contrast
Source colorManganese Blue · #03A89E
Monochromatic Harmony3 colors · same hue, different values

The monochromatic set starts from Manganese Blue #03A89E and produces #0FFAEA, #03A89E, and #02504B. Its same hue, different values relationship suits surfaces, states, elevation, and restrained UI themes. The generated values match Manganese Blue in the named-color dataset.

Behaviorsame hue, different values
Best usesurfaces, states, elevation, restrained UI themes
Source colorManganese Blue · #03A89E