Harmony system

Robin Egg Blue Color Harmonies

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

Robin Egg Blue sits in the cyan family with cool temperature and vibrant 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.

SourceRobin Egg Blue · #00CCCC
Groups6
Palette colors6
FamilyCyan

How the harmony works

Robin Egg Blue Harmony Guide

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

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

AI-Ready Dataset v1.0.0
Luminance0.4755
Black text10.51:1AA Pass
White text2: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": "robin-egg-blue",
  "name": "Robin Egg Blue",
  "hex": "#00CCCC",
  "url": "https://www.colorsencyclopedia.com/colors/robin-egg-blue/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/colors/robin-egg-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": "#CC0000",
        "name": "#CC0000",
        "slug": null,
        "rgb": [
          204,
          0,
          0
        ],
        "hsl": [
          0,
          100,
          40
        ],
        "cmyk": [
          0,
          100,
          100,
          20
        ],
        "luminance": 0.1284,
        "contrast": {
          "black": 3.57,
          "white": 5.89
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": []
        },
        "url": "https://www.colorsencyclopedia.com/hex/cc0000/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/cc0000.json"
      }
    ],
    "anchor": "robin-egg-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": "#00CC66",
        "name": "#00CC66",
        "slug": null,
        "rgb": [
          0,
          204,
          102
        ],
        "hsl": [
          150,
          100,
          40
        ],
        "cmyk": [
          100,
          0,
          50,
          20
        ],
        "luminance": 0.4415,
        "contrast": {
          "black": 9.83,
          "white": 2.14
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/00cc66/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/00cc66.json"
      },
      {
        "hex": "#0066CC",
        "name": "Anodized Blue",
        "slug": "anodized-blue",
        "rgb": [
          0,
          102,
          204
        ],
        "hsl": [
          210,
          100,
          40
        ],
        "cmyk": [
          100,
          50,
          0,
          20
        ],
        "luminance": 0.1386,
        "contrast": {
          "black": 3.77,
          "white": 5.57
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": []
        },
        "url": "https://www.colorsencyclopedia.com/colors/anodized-blue/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/colors/anodized-blue.json"
      }
    ],
    "anchor": "robin-egg-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": "#CC00CC",
        "name": "#CC00CC",
        "slug": null,
        "rgb": [
          204,
          0,
          204
        ],
        "hsl": [
          300,
          100,
          40
        ],
        "cmyk": [
          0,
          100,
          0,
          20
        ],
        "luminance": 0.172,
        "contrast": {
          "black": 4.44,
          "white": 4.73
        },
        "wcag": {
          "AA": [
            "#FFFFFF"
          ],
          "AAA": []
        },
        "url": "https://www.colorsencyclopedia.com/hex/cc00cc/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/cc00cc.json"
      },
      {
        "hex": "#CCCC00",
        "name": "#CCCC00",
        "slug": null,
        "rgb": [
          204,
          204,
          0
        ],
        "hsl": [
          60,
          100,
          40
        ],
        "cmyk": [
          0,
          0,
          100,
          20
        ],
        "luminance": 0.5602,
        "contrast": {
          "black": 12.2,
          "white": 1.72
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/cccc00/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/cccc00.json"
      }
    ],
    "anchor": "robin-egg-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": "#6600CC",
        "name": "#6600CC",
        "slug": null,
        "rgb": [
          102,
          0,
          204
        ],
        "hsl": [
          270,
          100,
          40
        ],
        "cmyk": [
          50,
          100,
          0,
          20
        ],
        "luminance": 0.0718,
        "contrast": {
          "black": 2.44,
          "white": 8.62
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": [
            "#FFFFFF",
            "#F5F5F5"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/6600cc/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/6600cc.json"
      },
      {
        "hex": "#CC0000",
        "name": "#CC0000",
        "slug": null,
        "rgb": [
          204,
          0,
          0
        ],
        "hsl": [
          0,
          100,
          40
        ],
        "cmyk": [
          0,
          100,
          100,
          20
        ],
        "luminance": 0.1284,
        "contrast": {
          "black": 3.57,
          "white": 5.89
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": []
        },
        "url": "https://www.colorsencyclopedia.com/hex/cc0000/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/cc0000.json"
      },
      {
        "hex": "#66CC00",
        "name": "#66CC00",
        "slug": null,
        "rgb": [
          102,
          204,
          0
        ],
        "hsl": [
          90,
          100,
          40
        ],
        "cmyk": [
          50,
          0,
          100,
          20
        ],
        "luminance": 0.4601,
        "contrast": {
          "black": 10.2,
          "white": 2.06
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/66cc00/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/66cc00.json"
      }
    ],
    "anchor": "robin-egg-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": "#CC0066",
        "name": "#CC0066",
        "slug": null,
        "rgb": [
          204,
          0,
          102
        ],
        "hsl": [
          330,
          100,
          40
        ],
        "cmyk": [
          0,
          100,
          50,
          20
        ],
        "luminance": 0.138,
        "contrast": {
          "black": 3.76,
          "white": 5.59
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": []
        },
        "url": "https://www.colorsencyclopedia.com/hex/cc0066/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/cc0066.json"
      },
      {
        "hex": "#CC6600",
        "name": "#CC6600",
        "slug": null,
        "rgb": [
          204,
          102,
          0
        ],
        "hsl": [
          30,
          100,
          40
        ],
        "cmyk": [
          0,
          50,
          100,
          20
        ],
        "luminance": 0.2234,
        "contrast": {
          "black": 5.47,
          "white": 3.84
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A"
          ],
          "AAA": []
        },
        "url": "https://www.colorsencyclopedia.com/hex/cc6600/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/cc6600.json"
      }
    ],
    "anchor": "robin-egg-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": "#29FFFF",
        "name": "#29FFFF",
        "slug": null,
        "rgb": [
          41,
          255,
          255
        ],
        "hsl": [
          180,
          100,
          58
        ],
        "cmyk": [
          84,
          0,
          0,
          0
        ],
        "luminance": 0.7921,
        "contrast": {
          "black": 16.84,
          "white": 1.25
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/29ffff/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/29ffff.json"
      },
      {
        "hex": "#00CCCC",
        "name": "Robin Egg Blue",
        "slug": "robin-egg-blue",
        "rgb": [
          0,
          204,
          204
        ],
        "hsl": [
          180,
          100,
          40
        ],
        "cmyk": [
          100,
          0,
          0,
          20
        ],
        "luminance": 0.4755,
        "contrast": {
          "black": 10.51,
          "white": 2
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/colors/robin-egg-blue/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/colors/robin-egg-blue.json"
      },
      {
        "hex": "#007070",
        "name": "#007070",
        "slug": null,
        "rgb": [
          0,
          112,
          112
        ],
        "hsl": [
          180,
          100,
          22
        ],
        "cmyk": [
          100,
          0,
          0,
          56
        ],
        "luminance": 0.1276,
        "contrast": {
          "black": 3.55,
          "white": 5.91
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": []
        },
        "url": "https://www.colorsencyclopedia.com/hex/007070/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/007070.json"
      }
    ],
    "anchor": "robin-egg-blue-harmony-monochromatic"
  }
]
Signature palette
[
  "#00CCCC",
  "#CC0000",
  "#00CC66",
  "#0066CC",
  "#29FFFF",
  "#007070"
]
Accessibility notes
[
  "Black contrast on Robin Egg Blue: 10.51:1",
  "White contrast on Robin Egg Blue: 2:1",
  "AA text options: #000000, #1A1A1A, #36454F"
]
CSS tokens
":root {\n  --color-robin-egg-blue: #00CCCC;\n  --robin-egg-blue-complementary-1: #CC0000;\n  --robin-egg-blue-analogous-1: #00CC66;\n  --robin-egg-blue-analogous-2: #0066CC;\n  --robin-egg-blue-triadic-1: #CC00CC;\n  --robin-egg-blue-triadic-2: #CCCC00;\n  --robin-egg-blue-tetradic-1: #6600CC;\n  --robin-egg-blue-tetradic-2: #CC0000;\n  --robin-egg-blue-tetradic-3: #66CC00;\n  --robin-egg-blue-split-complementary-1: #CC0066;\n  --robin-egg-blue-split-complementary-2: #CC6600;\n  --robin-egg-blue-monochromatic-1: #29FFFF;\n  --robin-egg-blue-monochromatic-2: #00CCCC;\n  --robin-egg-blue-monochromatic-3: #007070;\n}\n\n.palette-robin-egg-blue-harmony {\n  color: #111827;\n  background: linear-gradient(135deg, #00CCCC, #CC0000, #00CC66, #0066CC, #29FFFF, #007070);\n}"
Full JSON dataset
{
  "datasetVersion": "1.0.0",
  "slug": "robin-egg-blue",
  "name": "Robin Egg Blue",
  "hex": "#00CCCC",
  "rgb": [
    0,
    204,
    204
  ],
  "hsl": [
    180,
    100,
    40
  ],
  "cmyk": [
    100,
    0,
    0,
    20
  ],
  "family": "cyan",
  "temperature": "cool",
  "tone": [
    "vibrant"
  ],
  "luminance": 0.4755,
  "contrast": {
    "black": 10.51,
    "white": 2
  },
  "wcag": {
    "AA": [
      "#000000",
      "#1A1A1A",
      "#36454F"
    ],
    "AAA": [
      "#000000",
      "#1A1A1A"
    ]
  },
  "sourceColor": {
    "slug": "robin-egg-blue",
    "name": "Robin Egg Blue",
    "hex": "#00CCCC",
    "url": "https://www.colorsencyclopedia.com/colors/robin-egg-blue/",
    "apiUrl": "https://www.colorsencyclopedia.com/api/colors/robin-egg-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": "#CC0000",
          "name": "#CC0000",
          "slug": null,
          "rgb": [
            204,
            0,
            0
          ],
          "hsl": [
            0,
            100,
            40
          ],
          "cmyk": [
            0,
            100,
            100,
            20
          ],
          "luminance": 0.1284,
          "contrast": {
            "black": 3.57,
            "white": 5.89
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": []
          },
          "url": "https://www.colorsencyclopedia.com/hex/cc0000/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/cc0000.json"
        }
      ],
      "anchor": "robin-egg-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": "#00CC66",
          "name": "#00CC66",
          "slug": null,
          "rgb": [
            0,
            204,
            102
          ],
          "hsl": [
            150,
            100,
            40
          ],
          "cmyk": [
            100,
            0,
            50,
            20
          ],
          "luminance": 0.4415,
          "contrast": {
            "black": 9.83,
            "white": 2.14
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/00cc66/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/00cc66.json"
        },
        {
          "hex": "#0066CC",
          "name": "Anodized Blue",
          "slug": "anodized-blue",
          "rgb": [
            0,
            102,
            204
          ],
          "hsl": [
            210,
            100,
            40
          ],
          "cmyk": [
            100,
            50,
            0,
            20
          ],
          "luminance": 0.1386,
          "contrast": {
            "black": 3.77,
            "white": 5.57
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": []
          },
          "url": "https://www.colorsencyclopedia.com/colors/anodized-blue/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/colors/anodized-blue.json"
        }
      ],
      "anchor": "robin-egg-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": "#CC00CC",
          "name": "#CC00CC",
          "slug": null,
          "rgb": [
            204,
            0,
            204
          ],
          "hsl": [
            300,
            100,
            40
          ],
          "cmyk": [
            0,
            100,
            0,
            20
          ],
          "luminance": 0.172,
          "contrast": {
            "black": 4.44,
            "white": 4.73
          },
          "wcag": {
            "AA": [
              "#FFFFFF"
            ],
            "AAA": []
          },
          "url": "https://www.colorsencyclopedia.com/hex/cc00cc/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/cc00cc.json"
        },
        {
          "hex": "#CCCC00",
          "name": "#CCCC00",
          "slug": null,
          "rgb": [
            204,
            204,
            0
          ],
          "hsl": [
            60,
            100,
            40
          ],
          "cmyk": [
            0,
            0,
            100,
            20
          ],
          "luminance": 0.5602,
          "contrast": {
            "black": 12.2,
            "white": 1.72
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/cccc00/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/cccc00.json"
        }
      ],
      "anchor": "robin-egg-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": "#6600CC",
          "name": "#6600CC",
          "slug": null,
          "rgb": [
            102,
            0,
            204
          ],
          "hsl": [
            270,
            100,
            40
          ],
          "cmyk": [
            50,
            100,
            0,
            20
          ],
          "luminance": 0.0718,
          "contrast": {
            "black": 2.44,
            "white": 8.62
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": [
              "#FFFFFF",
              "#F5F5F5"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/6600cc/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/6600cc.json"
        },
        {
          "hex": "#CC0000",
          "name": "#CC0000",
          "slug": null,
          "rgb": [
            204,
            0,
            0
          ],
          "hsl": [
            0,
            100,
            40
          ],
          "cmyk": [
            0,
            100,
            100,
            20
          ],
          "luminance": 0.1284,
          "contrast": {
            "black": 3.57,
            "white": 5.89
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": []
          },
          "url": "https://www.colorsencyclopedia.com/hex/cc0000/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/cc0000.json"
        },
        {
          "hex": "#66CC00",
          "name": "#66CC00",
          "slug": null,
          "rgb": [
            102,
            204,
            0
          ],
          "hsl": [
            90,
            100,
            40
          ],
          "cmyk": [
            50,
            0,
            100,
            20
          ],
          "luminance": 0.4601,
          "contrast": {
            "black": 10.2,
            "white": 2.06
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/66cc00/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/66cc00.json"
        }
      ],
      "anchor": "robin-egg-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": "#CC0066",
          "name": "#CC0066",
          "slug": null,
          "rgb": [
            204,
            0,
            102
          ],
          "hsl": [
            330,
            100,
            40
          ],
          "cmyk": [
            0,
            100,
            50,
            20
          ],
          "luminance": 0.138,
          "contrast": {
            "black": 3.76,
            "white": 5.59
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": []
          },
          "url": "https://www.colorsencyclopedia.com/hex/cc0066/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/cc0066.json"
        },
        {
          "hex": "#CC6600",
          "name": "#CC6600",
          "slug": null,
          "rgb": [
            204,
            102,
            0
          ],
          "hsl": [
            30,
            100,
            40
          ],
          "cmyk": [
            0,
            50,
            100,
            20
          ],
          "luminance": 0.2234,
          "contrast": {
            "black": 5.47,
            "white": 3.84
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A"
            ],
            "AAA": []
          },
          "url": "https://www.colorsencyclopedia.com/hex/cc6600/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/cc6600.json"
        }
      ],
      "anchor": "robin-egg-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": "#29FFFF",
          "name": "#29FFFF",
          "slug": null,
          "rgb": [
            41,
            255,
            255
          ],
          "hsl": [
            180,
            100,
            58
          ],
          "cmyk": [
            84,
            0,
            0,
            0
          ],
          "luminance": 0.7921,
          "contrast": {
            "black": 16.84,
            "white": 1.25
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/29ffff/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/29ffff.json"
        },
        {
          "hex": "#00CCCC",
          "name": "Robin Egg Blue",
          "slug": "robin-egg-blue",
          "rgb": [
            0,
            204,
            204
          ],
          "hsl": [
            180,
            100,
            40
          ],
          "cmyk": [
            100,
            0,
            0,
            20
          ],
          "luminance": 0.4755,
          "contrast": {
            "black": 10.51,
            "white": 2
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/colors/robin-egg-blue/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/colors/robin-egg-blue.json"
        },
        {
          "hex": "#007070",
          "name": "#007070",
          "slug": null,
          "rgb": [
            0,
            112,
            112
          ],
          "hsl": [
            180,
            100,
            22
          ],
          "cmyk": [
            100,
            0,
            0,
            56
          ],
          "luminance": 0.1276,
          "contrast": {
            "black": 3.55,
            "white": 5.91
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": []
          },
          "url": "https://www.colorsencyclopedia.com/hex/007070/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/007070.json"
        }
      ],
      "anchor": "robin-egg-blue-harmony-monochromatic"
    }
  ],
  "signaturePalette": [
    "#00CCCC",
    "#CC0000",
    "#00CC66",
    "#0066CC",
    "#29FFFF",
    "#007070"
  ],
  "semanticGroups": [
    "cyan harmony",
    "cool harmony",
    "vibrant harmony",
    "robin egg blue palette system"
  ],
  "useCases": [
    "palette generation",
    "brand color exploration",
    "UI accent planning",
    "CSS design tokens",
    "AI color retrieval"
  ],
  "accessibilityNotes": [
    "Black contrast on Robin Egg Blue: 10.51:1",
    "White contrast on Robin Egg Blue: 2:1",
    "AA text options: #000000, #1A1A1A, #36454F"
  ],
  "relatedEndpoints": [
    "https://www.colorsencyclopedia.com/api/harmonies/robin-egg-blue.json",
    "https://www.colorsencyclopedia.com/api/colors/robin-egg-blue.json",
    "https://www.colorsencyclopedia.com/api/hex/00cccc.json"
  ],
  "url": "https://www.colorsencyclopedia.com/harmonies/robin-egg-blue/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/harmonies/robin-egg-blue.json",
  "cssSnippet": ":root {\n  --color-robin-egg-blue: #00CCCC;\n  --robin-egg-blue-complementary-1: #CC0000;\n  --robin-egg-blue-analogous-1: #00CC66;\n  --robin-egg-blue-analogous-2: #0066CC;\n  --robin-egg-blue-triadic-1: #CC00CC;\n  --robin-egg-blue-triadic-2: #CCCC00;\n  --robin-egg-blue-tetradic-1: #6600CC;\n  --robin-egg-blue-tetradic-2: #CC0000;\n  --robin-egg-blue-tetradic-3: #66CC00;\n  --robin-egg-blue-split-complementary-1: #CC0066;\n  --robin-egg-blue-split-complementary-2: #CC6600;\n  --robin-egg-blue-monochromatic-1: #29FFFF;\n  --robin-egg-blue-monochromatic-2: #00CCCC;\n  --robin-egg-blue-monochromatic-3: #007070;\n}\n\n.palette-robin-egg-blue-harmony {\n  color: #111827;\n  background: linear-gradient(135deg, #00CCCC, #CC0000, #00CC66, #0066CC, #29FFFF, #007070);\n}"
}

CSS Harmony Tokens

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

:root {
  --color-robin-egg-blue: #00CCCC;
  --robin-egg-blue-complementary-1: #CC0000;
  --robin-egg-blue-analogous-1: #00CC66;
  --robin-egg-blue-analogous-2: #0066CC;
  --robin-egg-blue-triadic-1: #CC00CC;
  --robin-egg-blue-triadic-2: #CCCC00;
  --robin-egg-blue-tetradic-1: #6600CC;
  --robin-egg-blue-tetradic-2: #CC0000;
  --robin-egg-blue-tetradic-3: #66CC00;
  --robin-egg-blue-split-complementary-1: #CC0066;
  --robin-egg-blue-split-complementary-2: #CC6600;
  --robin-egg-blue-monochromatic-1: #29FFFF;
  --robin-egg-blue-monochromatic-2: #00CCCC;
  --robin-egg-blue-monochromatic-3: #007070;
}

.palette-robin-egg-blue-harmony {
  color: #111827;
  background: linear-gradient(135deg, #00CCCC, #CC0000, #00CC66, #0066CC, #29FFFF, #007070);
}

Robin Egg 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

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 colorRobin Egg Blue · #00CCCC
#CC0000#CC0000
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 colorRobin Egg Blue · #00CCCC
#00CC66#00CC66
Anodized Blue#0066CC
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 colorRobin Egg Blue · #00CCCC
#CC00CC#CC00CC
#CCCC00#CCCC00
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 colorRobin Egg Blue · #00CCCC
#6600CC#6600CC
#CC0000#CC0000
#66CC00#66CC00
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 colorRobin Egg Blue · #00CCCC
#CC0066#CC0066
#CC6600#CC6600
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 colorRobin Egg Blue · #00CCCC
#29FFFF#29FFFF
Robin Egg Blue#00CCCC
#007070#007070