Harmony system

Aegean Blue Color Harmonies

Aegean Blue harmonies from #4E6E81: complementary #83624E, plus five harmony groups with CSS and contrast data.

Aegean Blue is a cool blue at hue 202°, saturation 25% and lightness 41%. 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.

SourceAegean Blue · #4E6E81
Groups6
Palette colors6
FamilyBlue

How the harmony works

Aegean Blue Harmony Guide

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

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

AI-Ready Dataset v1.0.0
Luminance0.1436
Black text3.87:1AA Fail
White text5.42: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": "aegean-blue",
  "name": "Aegean Blue",
  "hex": "#4E6E81",
  "url": "https://www.colorsencyclopedia.com/colors/aegean-blue/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/colors/aegean-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": "#83624E",
        "name": "#83624E",
        "slug": null,
        "rgb": [
          131,
          98,
          78
        ],
        "hsl": [
          23,
          25,
          41
        ],
        "cmyk": [
          0,
          25,
          40,
          49
        ],
        "luminance": 0.1411,
        "contrast": {
          "black": 3.82,
          "white": 5.49
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": []
        },
        "url": null,
        "apiUrl": null
      }
    ],
    "anchor": "aegean-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": "#4E837C",
        "name": "#4E837C",
        "slug": null,
        "rgb": [
          78,
          131,
          124
        ],
        "hsl": [
          172,
          25,
          41
        ],
        "cmyk": [
          40,
          0,
          5,
          49
        ],
        "luminance": 0.1931,
        "contrast": {
          "black": 4.86,
          "white": 4.32
        },
        "wcag": {
          "AA": [
            "#000000"
          ],
          "AAA": []
        },
        "url": null,
        "apiUrl": null
      },
      {
        "hex": "#4E5583",
        "name": "#4E5583",
        "slug": null,
        "rgb": [
          78,
          85,
          131
        ],
        "hsl": [
          232,
          25,
          41
        ],
        "cmyk": [
          40,
          35,
          0,
          49
        ],
        "luminance": 0.0976,
        "contrast": {
          "black": 2.95,
          "white": 7.11
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": [
            "#FFFFFF"
          ]
        },
        "url": null,
        "apiUrl": null
      }
    ],
    "anchor": "aegean-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": "#834E70",
        "name": "#834E70",
        "slug": null,
        "rgb": [
          131,
          78,
          112
        ],
        "hsl": [
          322,
          25,
          41
        ],
        "cmyk": [
          0,
          40,
          15,
          49
        ],
        "luminance": 0.1144,
        "contrast": {
          "black": 3.29,
          "white": 6.39
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": []
        },
        "url": null,
        "apiUrl": null
      },
      {
        "hex": "#70834E",
        "name": "#70834E",
        "slug": null,
        "rgb": [
          112,
          131,
          78
        ],
        "hsl": [
          82,
          25,
          41
        ],
        "cmyk": [
          15,
          0,
          40,
          49
        ],
        "luminance": 0.2023,
        "contrast": {
          "black": 5.05,
          "white": 4.16
        },
        "wcag": {
          "AA": [
            "#000000"
          ],
          "AAA": []
        },
        "url": null,
        "apiUrl": null
      }
    ],
    "anchor": "aegean-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": "#7C4E83",
        "name": "#7C4E83",
        "slug": null,
        "rgb": [
          124,
          78,
          131
        ],
        "hsl": [
          292,
          25,
          41
        ],
        "cmyk": [
          5,
          40,
          0,
          49
        ],
        "luminance": 0.1137,
        "contrast": {
          "black": 3.27,
          "white": 6.41
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": []
        },
        "url": null,
        "apiUrl": null
      },
      {
        "hex": "#83624E",
        "name": "#83624E",
        "slug": null,
        "rgb": [
          131,
          98,
          78
        ],
        "hsl": [
          23,
          25,
          41
        ],
        "cmyk": [
          0,
          25,
          40,
          49
        ],
        "luminance": 0.1411,
        "contrast": {
          "black": 3.82,
          "white": 5.49
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": []
        },
        "url": null,
        "apiUrl": null
      },
      {
        "hex": "#55834E",
        "name": "#55834E",
        "slug": null,
        "rgb": [
          85,
          131,
          78
        ],
        "hsl": [
          112,
          25,
          41
        ],
        "cmyk": [
          35,
          0,
          40,
          49
        ],
        "luminance": 0.1871,
        "contrast": {
          "black": 4.74,
          "white": 4.43
        },
        "wcag": {
          "AA": [
            "#000000"
          ],
          "AAA": []
        },
        "url": null,
        "apiUrl": null
      }
    ],
    "anchor": "aegean-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": "#834E55",
        "name": "#834E55",
        "slug": null,
        "rgb": [
          131,
          78,
          85
        ],
        "hsl": [
          352,
          25,
          41
        ],
        "cmyk": [
          0,
          40,
          35,
          49
        ],
        "luminance": 0.1093,
        "contrast": {
          "black": 3.19,
          "white": 6.59
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": []
        },
        "url": null,
        "apiUrl": null
      },
      {
        "hex": "#837C4E",
        "name": "#837C4E",
        "slug": null,
        "rgb": [
          131,
          124,
          78
        ],
        "hsl": [
          52,
          25,
          41
        ],
        "cmyk": [
          0,
          5,
          40,
          49
        ],
        "luminance": 0.1979,
        "contrast": {
          "black": 4.96,
          "white": 4.24
        },
        "wcag": {
          "AA": [
            "#000000"
          ],
          "AAA": []
        },
        "url": null,
        "apiUrl": null
      }
    ],
    "anchor": "aegean-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": "#7C9DB1",
        "name": "#7C9DB1",
        "slug": null,
        "rgb": [
          124,
          157,
          177
        ],
        "hsl": [
          203,
          25,
          59
        ],
        "cmyk": [
          30,
          11,
          0,
          31
        ],
        "luminance": 0.3157,
        "contrast": {
          "black": 7.31,
          "white": 2.87
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A"
          ],
          "AAA": [
            "#000000"
          ]
        },
        "url": null,
        "apiUrl": null
      },
      {
        "hex": "#4E6E81",
        "name": "Aegean Blue",
        "slug": "aegean-blue",
        "rgb": [
          78,
          110,
          129
        ],
        "hsl": [
          202,
          25,
          41
        ],
        "cmyk": [
          40,
          15,
          0,
          49
        ],
        "luminance": 0.1436,
        "contrast": {
          "black": 3.87,
          "white": 5.42
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": []
        },
        "url": "https://www.colorsencyclopedia.com/colors/aegean-blue/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/colors/aegean-blue.json"
      },
      {
        "hex": "#2C3F49",
        "name": "#2C3F49",
        "slug": null,
        "rgb": [
          44,
          63,
          73
        ],
        "hsl": [
          201,
          25,
          23
        ],
        "cmyk": [
          40,
          14,
          0,
          71
        ],
        "luminance": 0.0457,
        "contrast": {
          "black": 1.91,
          "white": 10.97
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": [
            "#FFFFFF",
            "#F5F5F5"
          ]
        },
        "url": null,
        "apiUrl": null
      }
    ],
    "anchor": "aegean-blue-harmony-monochromatic"
  }
]
Signature palette
[
  "#4E6E81",
  "#83624E",
  "#4E837C",
  "#4E5583",
  "#7C9DB1",
  "#2C3F49"
]
Accessibility notes
[
  "Black contrast on Aegean Blue: 3.87:1",
  "White contrast on Aegean Blue: 5.42:1",
  "AA text options: #FFFFFF, #F5F5F5"
]
CSS tokens
":root {\n  --color-aegean-blue: #4E6E81;\n  --aegean-blue-complementary-1: #83624E;\n  --aegean-blue-analogous-1: #4E837C;\n  --aegean-blue-analogous-2: #4E5583;\n  --aegean-blue-triadic-1: #834E70;\n  --aegean-blue-triadic-2: #70834E;\n  --aegean-blue-tetradic-1: #7C4E83;\n  --aegean-blue-tetradic-2: #83624E;\n  --aegean-blue-tetradic-3: #55834E;\n  --aegean-blue-split-complementary-1: #834E55;\n  --aegean-blue-split-complementary-2: #837C4E;\n  --aegean-blue-monochromatic-1: #7C9DB1;\n  --aegean-blue-monochromatic-2: #4E6E81;\n  --aegean-blue-monochromatic-3: #2C3F49;\n}\n\n.palette-aegean-blue-harmony {\n  color: #FFFFFF;\n  background: linear-gradient(135deg, #4E6E81, #83624E, #4E837C, #4E5583, #7C9DB1, #2C3F49);\n}"
Full JSON dataset
{
  "datasetVersion": "1.0.0",
  "slug": "aegean-blue",
  "name": "Aegean Blue",
  "hex": "#4E6E81",
  "rgb": [
    78,
    110,
    129
  ],
  "hsl": [
    202,
    25,
    41
  ],
  "cmyk": [
    40,
    15,
    0,
    49
  ],
  "family": "blue",
  "temperature": "cool",
  "tone": [
    "muted"
  ],
  "luminance": 0.1436,
  "contrast": {
    "black": 3.87,
    "white": 5.42
  },
  "wcag": {
    "AA": [
      "#FFFFFF",
      "#F5F5F5"
    ],
    "AAA": []
  },
  "sourceColor": {
    "slug": "aegean-blue",
    "name": "Aegean Blue",
    "hex": "#4E6E81",
    "url": "https://www.colorsencyclopedia.com/colors/aegean-blue/",
    "apiUrl": "https://www.colorsencyclopedia.com/api/colors/aegean-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": "#83624E",
          "name": "#83624E",
          "slug": null,
          "rgb": [
            131,
            98,
            78
          ],
          "hsl": [
            23,
            25,
            41
          ],
          "cmyk": [
            0,
            25,
            40,
            49
          ],
          "luminance": 0.1411,
          "contrast": {
            "black": 3.82,
            "white": 5.49
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": []
          },
          "url": null,
          "apiUrl": null
        }
      ],
      "anchor": "aegean-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": "#4E837C",
          "name": "#4E837C",
          "slug": null,
          "rgb": [
            78,
            131,
            124
          ],
          "hsl": [
            172,
            25,
            41
          ],
          "cmyk": [
            40,
            0,
            5,
            49
          ],
          "luminance": 0.1931,
          "contrast": {
            "black": 4.86,
            "white": 4.32
          },
          "wcag": {
            "AA": [
              "#000000"
            ],
            "AAA": []
          },
          "url": null,
          "apiUrl": null
        },
        {
          "hex": "#4E5583",
          "name": "#4E5583",
          "slug": null,
          "rgb": [
            78,
            85,
            131
          ],
          "hsl": [
            232,
            25,
            41
          ],
          "cmyk": [
            40,
            35,
            0,
            49
          ],
          "luminance": 0.0976,
          "contrast": {
            "black": 2.95,
            "white": 7.11
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": [
              "#FFFFFF"
            ]
          },
          "url": null,
          "apiUrl": null
        }
      ],
      "anchor": "aegean-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": "#834E70",
          "name": "#834E70",
          "slug": null,
          "rgb": [
            131,
            78,
            112
          ],
          "hsl": [
            322,
            25,
            41
          ],
          "cmyk": [
            0,
            40,
            15,
            49
          ],
          "luminance": 0.1144,
          "contrast": {
            "black": 3.29,
            "white": 6.39
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": []
          },
          "url": null,
          "apiUrl": null
        },
        {
          "hex": "#70834E",
          "name": "#70834E",
          "slug": null,
          "rgb": [
            112,
            131,
            78
          ],
          "hsl": [
            82,
            25,
            41
          ],
          "cmyk": [
            15,
            0,
            40,
            49
          ],
          "luminance": 0.2023,
          "contrast": {
            "black": 5.05,
            "white": 4.16
          },
          "wcag": {
            "AA": [
              "#000000"
            ],
            "AAA": []
          },
          "url": null,
          "apiUrl": null
        }
      ],
      "anchor": "aegean-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": "#7C4E83",
          "name": "#7C4E83",
          "slug": null,
          "rgb": [
            124,
            78,
            131
          ],
          "hsl": [
            292,
            25,
            41
          ],
          "cmyk": [
            5,
            40,
            0,
            49
          ],
          "luminance": 0.1137,
          "contrast": {
            "black": 3.27,
            "white": 6.41
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": []
          },
          "url": null,
          "apiUrl": null
        },
        {
          "hex": "#83624E",
          "name": "#83624E",
          "slug": null,
          "rgb": [
            131,
            98,
            78
          ],
          "hsl": [
            23,
            25,
            41
          ],
          "cmyk": [
            0,
            25,
            40,
            49
          ],
          "luminance": 0.1411,
          "contrast": {
            "black": 3.82,
            "white": 5.49
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": []
          },
          "url": null,
          "apiUrl": null
        },
        {
          "hex": "#55834E",
          "name": "#55834E",
          "slug": null,
          "rgb": [
            85,
            131,
            78
          ],
          "hsl": [
            112,
            25,
            41
          ],
          "cmyk": [
            35,
            0,
            40,
            49
          ],
          "luminance": 0.1871,
          "contrast": {
            "black": 4.74,
            "white": 4.43
          },
          "wcag": {
            "AA": [
              "#000000"
            ],
            "AAA": []
          },
          "url": null,
          "apiUrl": null
        }
      ],
      "anchor": "aegean-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": "#834E55",
          "name": "#834E55",
          "slug": null,
          "rgb": [
            131,
            78,
            85
          ],
          "hsl": [
            352,
            25,
            41
          ],
          "cmyk": [
            0,
            40,
            35,
            49
          ],
          "luminance": 0.1093,
          "contrast": {
            "black": 3.19,
            "white": 6.59
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": []
          },
          "url": null,
          "apiUrl": null
        },
        {
          "hex": "#837C4E",
          "name": "#837C4E",
          "slug": null,
          "rgb": [
            131,
            124,
            78
          ],
          "hsl": [
            52,
            25,
            41
          ],
          "cmyk": [
            0,
            5,
            40,
            49
          ],
          "luminance": 0.1979,
          "contrast": {
            "black": 4.96,
            "white": 4.24
          },
          "wcag": {
            "AA": [
              "#000000"
            ],
            "AAA": []
          },
          "url": null,
          "apiUrl": null
        }
      ],
      "anchor": "aegean-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": "#7C9DB1",
          "name": "#7C9DB1",
          "slug": null,
          "rgb": [
            124,
            157,
            177
          ],
          "hsl": [
            203,
            25,
            59
          ],
          "cmyk": [
            30,
            11,
            0,
            31
          ],
          "luminance": 0.3157,
          "contrast": {
            "black": 7.31,
            "white": 2.87
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A"
            ],
            "AAA": [
              "#000000"
            ]
          },
          "url": null,
          "apiUrl": null
        },
        {
          "hex": "#4E6E81",
          "name": "Aegean Blue",
          "slug": "aegean-blue",
          "rgb": [
            78,
            110,
            129
          ],
          "hsl": [
            202,
            25,
            41
          ],
          "cmyk": [
            40,
            15,
            0,
            49
          ],
          "luminance": 0.1436,
          "contrast": {
            "black": 3.87,
            "white": 5.42
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": []
          },
          "url": "https://www.colorsencyclopedia.com/colors/aegean-blue/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/colors/aegean-blue.json"
        },
        {
          "hex": "#2C3F49",
          "name": "#2C3F49",
          "slug": null,
          "rgb": [
            44,
            63,
            73
          ],
          "hsl": [
            201,
            25,
            23
          ],
          "cmyk": [
            40,
            14,
            0,
            71
          ],
          "luminance": 0.0457,
          "contrast": {
            "black": 1.91,
            "white": 10.97
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": [
              "#FFFFFF",
              "#F5F5F5"
            ]
          },
          "url": null,
          "apiUrl": null
        }
      ],
      "anchor": "aegean-blue-harmony-monochromatic"
    }
  ],
  "signaturePalette": [
    "#4E6E81",
    "#83624E",
    "#4E837C",
    "#4E5583",
    "#7C9DB1",
    "#2C3F49"
  ],
  "semanticGroups": [
    "blue harmony",
    "cool harmony",
    "muted harmony",
    "aegean blue palette system"
  ],
  "useCases": [
    "palette generation",
    "brand color exploration",
    "UI accent planning",
    "CSS design tokens",
    "AI color retrieval"
  ],
  "accessibilityNotes": [
    "Black contrast on Aegean Blue: 3.87:1",
    "White contrast on Aegean Blue: 5.42:1",
    "AA text options: #FFFFFF, #F5F5F5"
  ],
  "relatedEndpoints": [
    "https://www.colorsencyclopedia.com/api/harmonies/aegean-blue.json",
    "https://www.colorsencyclopedia.com/api/colors/aegean-blue.json",
    "https://www.colorsencyclopedia.com/api/hex/4e6e81.json"
  ],
  "url": "https://www.colorsencyclopedia.com/harmonies/aegean-blue/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/harmonies/aegean-blue.json",
  "cssSnippet": ":root {\n  --color-aegean-blue: #4E6E81;\n  --aegean-blue-complementary-1: #83624E;\n  --aegean-blue-analogous-1: #4E837C;\n  --aegean-blue-analogous-2: #4E5583;\n  --aegean-blue-triadic-1: #834E70;\n  --aegean-blue-triadic-2: #70834E;\n  --aegean-blue-tetradic-1: #7C4E83;\n  --aegean-blue-tetradic-2: #83624E;\n  --aegean-blue-tetradic-3: #55834E;\n  --aegean-blue-split-complementary-1: #834E55;\n  --aegean-blue-split-complementary-2: #837C4E;\n  --aegean-blue-monochromatic-1: #7C9DB1;\n  --aegean-blue-monochromatic-2: #4E6E81;\n  --aegean-blue-monochromatic-3: #2C3F49;\n}\n\n.palette-aegean-blue-harmony {\n  color: #FFFFFF;\n  background: linear-gradient(135deg, #4E6E81, #83624E, #4E837C, #4E5583, #7C9DB1, #2C3F49);\n}"
}

CSS Harmony Tokens

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

:root {
  --color-aegean-blue: #4E6E81;
  --aegean-blue-complementary-1: #83624E;
  --aegean-blue-analogous-1: #4E837C;
  --aegean-blue-analogous-2: #4E5583;
  --aegean-blue-triadic-1: #834E70;
  --aegean-blue-triadic-2: #70834E;
  --aegean-blue-tetradic-1: #7C4E83;
  --aegean-blue-tetradic-2: #83624E;
  --aegean-blue-tetradic-3: #55834E;
  --aegean-blue-split-complementary-1: #834E55;
  --aegean-blue-split-complementary-2: #837C4E;
  --aegean-blue-monochromatic-1: #7C9DB1;
  --aegean-blue-monochromatic-2: #4E6E81;
  --aegean-blue-monochromatic-3: #2C3F49;
}

.palette-aegean-blue-harmony {
  color: #FFFFFF;
  background: linear-gradient(135deg, #4E6E81, #83624E, #4E837C, #4E5583, #7C9DB1, #2C3F49);
}

Aegean 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 Aegean Blue #4E6E81 and produces #83624E. 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 colorAegean Blue · #4E6E81
Analogous Harmony2 colors · neighboring hue movement

The analogous set starts from Aegean Blue #4E6E81 and produces #4E837C and #4E5583. 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 colorAegean Blue · #4E6E81
Triadic Harmony2 colors · three evenly spaced hues

The triadic set starts from Aegean Blue #4E6E81 and produces #834E70 and #70834E. 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 colorAegean Blue · #4E6E81
Tetradic Harmony3 colors · two complementary pairs

The tetradic set starts from Aegean Blue #4E6E81 and produces #7C4E83, #83624E, and #55834E. 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 colorAegean Blue · #4E6E81
Split Complementary Harmony2 colors · softened complementary contrast

The split complementary set starts from Aegean Blue #4E6E81 and produces #834E55 and #837C4E. 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 colorAegean Blue · #4E6E81
Monochromatic Harmony3 colors · same hue, different values

The monochromatic set starts from Aegean Blue #4E6E81 and produces #7C9DB1, #4E6E81, and #2C3F49. Its same hue, different values relationship suits surfaces, states, elevation, and restrained UI themes. The generated values match Aegean Blue in the named-color dataset.

Behaviorsame hue, different values
Best usesurfaces, states, elevation, restrained UI themes
Source colorAegean Blue · #4E6E81