Harmony system

Anodized Blue Color Harmonies

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

Anodized Blue sits in the blue family with cool temperature and vibrant, jewel tone 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.

SourceAnodized Blue · #0066CC
Groups6
Palette colors6
FamilyBlue

How the harmony works

Anodized Blue Harmony Guide

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

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

AI-Ready Dataset v1.0.0
Luminance0.1386
Black text3.77:1AA Fail
White text5.57: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": "anodized-blue",
  "name": "Anodized Blue",
  "hex": "#0066CC",
  "url": "https://www.colorsencyclopedia.com/colors/anodized-blue/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/colors/anodized-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": "#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": "anodized-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": "#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": "#0000CC",
        "name": "#0000CC",
        "slug": null,
        "rgb": [
          0,
          0,
          204
        ],
        "hsl": [
          240,
          100,
          40
        ],
        "cmyk": [
          100,
          100,
          0,
          20
        ],
        "luminance": 0.0436,
        "contrast": {
          "black": 1.87,
          "white": 11.22
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": [
            "#FFFFFF",
            "#F5F5F5"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/0000cc/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/0000cc.json"
      }
    ],
    "anchor": "anodized-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": "#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": "#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": "anodized-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": "#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": "#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"
      },
      {
        "hex": "#00CC00",
        "name": "#00CC00",
        "slug": null,
        "rgb": [
          0,
          204,
          0
        ],
        "hsl": [
          120,
          100,
          40
        ],
        "cmyk": [
          100,
          0,
          100,
          20
        ],
        "luminance": 0.4319,
        "contrast": {
          "black": 9.64,
          "white": 2.18
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/00cc00/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/00cc00.json"
      }
    ],
    "anchor": "anodized-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": "#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": "#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": "anodized-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": "#2994FF",
        "name": "#2994FF",
        "slug": null,
        "rgb": [
          41,
          148,
          255
        ],
        "hsl": [
          210,
          100,
          58
        ],
        "cmyk": [
          84,
          42,
          0,
          0
        ],
        "luminance": 0.2887,
        "contrast": {
          "black": 6.77,
          "white": 3.1
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A"
          ],
          "AAA": []
        },
        "url": "https://www.colorsencyclopedia.com/hex/2994ff/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/2994ff.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"
      },
      {
        "hex": "#003870",
        "name": "#003870",
        "slug": null,
        "rgb": [
          0,
          56,
          112
        ],
        "hsl": [
          210,
          100,
          22
        ],
        "cmyk": [
          100,
          50,
          0,
          56
        ],
        "luminance": 0.04,
        "contrast": {
          "black": 1.8,
          "white": 11.67
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": [
            "#FFFFFF",
            "#F5F5F5"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/003870/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/003870.json"
      }
    ],
    "anchor": "anodized-blue-harmony-monochromatic"
  }
]
Signature palette
[
  "#0066CC",
  "#CC6600",
  "#00CCCC",
  "#0000CC",
  "#2994FF",
  "#003870"
]
Accessibility notes
[
  "Black contrast on Anodized Blue: 3.77:1",
  "White contrast on Anodized Blue: 5.57:1",
  "AA text options: #FFFFFF, #F5F5F5"
]
CSS tokens
":root {\n  --color-anodized-blue: #0066CC;\n  --anodized-blue-complementary-1: #CC6600;\n  --anodized-blue-analogous-1: #00CCCC;\n  --anodized-blue-analogous-2: #0000CC;\n  --anodized-blue-triadic-1: #CC0066;\n  --anodized-blue-triadic-2: #66CC00;\n  --anodized-blue-tetradic-1: #CC00CC;\n  --anodized-blue-tetradic-2: #CC6600;\n  --anodized-blue-tetradic-3: #00CC00;\n  --anodized-blue-split-complementary-1: #CC0000;\n  --anodized-blue-split-complementary-2: #CCCC00;\n  --anodized-blue-monochromatic-1: #2994FF;\n  --anodized-blue-monochromatic-2: #0066CC;\n  --anodized-blue-monochromatic-3: #003870;\n}\n\n.palette-anodized-blue-harmony {\n  color: #FFFFFF;\n  background: linear-gradient(135deg, #0066CC, #CC6600, #00CCCC, #0000CC, #2994FF, #003870);\n}"
Full JSON dataset
{
  "datasetVersion": "1.0.0",
  "slug": "anodized-blue",
  "name": "Anodized Blue",
  "hex": "#0066CC",
  "rgb": [
    0,
    102,
    204
  ],
  "hsl": [
    210,
    100,
    40
  ],
  "cmyk": [
    100,
    50,
    0,
    20
  ],
  "family": "blue",
  "temperature": "cool",
  "tone": [
    "vibrant",
    "jewel-tone"
  ],
  "luminance": 0.1386,
  "contrast": {
    "black": 3.77,
    "white": 5.57
  },
  "wcag": {
    "AA": [
      "#FFFFFF",
      "#F5F5F5"
    ],
    "AAA": []
  },
  "sourceColor": {
    "slug": "anodized-blue",
    "name": "Anodized Blue",
    "hex": "#0066CC",
    "url": "https://www.colorsencyclopedia.com/colors/anodized-blue/",
    "apiUrl": "https://www.colorsencyclopedia.com/api/colors/anodized-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": "#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": "anodized-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": "#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": "#0000CC",
          "name": "#0000CC",
          "slug": null,
          "rgb": [
            0,
            0,
            204
          ],
          "hsl": [
            240,
            100,
            40
          ],
          "cmyk": [
            100,
            100,
            0,
            20
          ],
          "luminance": 0.0436,
          "contrast": {
            "black": 1.87,
            "white": 11.22
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": [
              "#FFFFFF",
              "#F5F5F5"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/0000cc/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/0000cc.json"
        }
      ],
      "anchor": "anodized-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": "#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": "#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": "anodized-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": "#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": "#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"
        },
        {
          "hex": "#00CC00",
          "name": "#00CC00",
          "slug": null,
          "rgb": [
            0,
            204,
            0
          ],
          "hsl": [
            120,
            100,
            40
          ],
          "cmyk": [
            100,
            0,
            100,
            20
          ],
          "luminance": 0.4319,
          "contrast": {
            "black": 9.64,
            "white": 2.18
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/00cc00/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/00cc00.json"
        }
      ],
      "anchor": "anodized-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": "#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": "#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": "anodized-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": "#2994FF",
          "name": "#2994FF",
          "slug": null,
          "rgb": [
            41,
            148,
            255
          ],
          "hsl": [
            210,
            100,
            58
          ],
          "cmyk": [
            84,
            42,
            0,
            0
          ],
          "luminance": 0.2887,
          "contrast": {
            "black": 6.77,
            "white": 3.1
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A"
            ],
            "AAA": []
          },
          "url": "https://www.colorsencyclopedia.com/hex/2994ff/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/2994ff.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"
        },
        {
          "hex": "#003870",
          "name": "#003870",
          "slug": null,
          "rgb": [
            0,
            56,
            112
          ],
          "hsl": [
            210,
            100,
            22
          ],
          "cmyk": [
            100,
            50,
            0,
            56
          ],
          "luminance": 0.04,
          "contrast": {
            "black": 1.8,
            "white": 11.67
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": [
              "#FFFFFF",
              "#F5F5F5"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/003870/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/003870.json"
        }
      ],
      "anchor": "anodized-blue-harmony-monochromatic"
    }
  ],
  "signaturePalette": [
    "#0066CC",
    "#CC6600",
    "#00CCCC",
    "#0000CC",
    "#2994FF",
    "#003870"
  ],
  "semanticGroups": [
    "blue harmony",
    "cool harmony",
    "vibrant harmony",
    "jewel tone harmony",
    "anodized blue palette system"
  ],
  "useCases": [
    "palette generation",
    "brand color exploration",
    "UI accent planning",
    "CSS design tokens",
    "AI color retrieval"
  ],
  "accessibilityNotes": [
    "Black contrast on Anodized Blue: 3.77:1",
    "White contrast on Anodized Blue: 5.57:1",
    "AA text options: #FFFFFF, #F5F5F5"
  ],
  "relatedEndpoints": [
    "https://www.colorsencyclopedia.com/api/harmonies/anodized-blue.json",
    "https://www.colorsencyclopedia.com/api/colors/anodized-blue.json",
    "https://www.colorsencyclopedia.com/api/hex/0066cc.json"
  ],
  "url": "https://www.colorsencyclopedia.com/harmonies/anodized-blue/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/harmonies/anodized-blue.json",
  "cssSnippet": ":root {\n  --color-anodized-blue: #0066CC;\n  --anodized-blue-complementary-1: #CC6600;\n  --anodized-blue-analogous-1: #00CCCC;\n  --anodized-blue-analogous-2: #0000CC;\n  --anodized-blue-triadic-1: #CC0066;\n  --anodized-blue-triadic-2: #66CC00;\n  --anodized-blue-tetradic-1: #CC00CC;\n  --anodized-blue-tetradic-2: #CC6600;\n  --anodized-blue-tetradic-3: #00CC00;\n  --anodized-blue-split-complementary-1: #CC0000;\n  --anodized-blue-split-complementary-2: #CCCC00;\n  --anodized-blue-monochromatic-1: #2994FF;\n  --anodized-blue-monochromatic-2: #0066CC;\n  --anodized-blue-monochromatic-3: #003870;\n}\n\n.palette-anodized-blue-harmony {\n  color: #FFFFFF;\n  background: linear-gradient(135deg, #0066CC, #CC6600, #00CCCC, #0000CC, #2994FF, #003870);\n}"
}

CSS Harmony Tokens

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

:root {
  --color-anodized-blue: #0066CC;
  --anodized-blue-complementary-1: #CC6600;
  --anodized-blue-analogous-1: #00CCCC;
  --anodized-blue-analogous-2: #0000CC;
  --anodized-blue-triadic-1: #CC0066;
  --anodized-blue-triadic-2: #66CC00;
  --anodized-blue-tetradic-1: #CC00CC;
  --anodized-blue-tetradic-2: #CC6600;
  --anodized-blue-tetradic-3: #00CC00;
  --anodized-blue-split-complementary-1: #CC0000;
  --anodized-blue-split-complementary-2: #CCCC00;
  --anodized-blue-monochromatic-1: #2994FF;
  --anodized-blue-monochromatic-2: #0066CC;
  --anodized-blue-monochromatic-3: #003870;
}

.palette-anodized-blue-harmony {
  color: #FFFFFF;
  background: linear-gradient(135deg, #0066CC, #CC6600, #00CCCC, #0000CC, #2994FF, #003870);
}

Anodized 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 colorAnodized Blue · #0066CC
#CC6600#CC6600
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 colorAnodized Blue · #0066CC
Robin Egg Blue#00CCCC
#0000CC#0000CC
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 colorAnodized Blue · #0066CC
#CC0066#CC0066
#66CC00#66CC00
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 colorAnodized Blue · #0066CC
#CC00CC#CC00CC
#CC6600#CC6600
#00CC00#00CC00
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 colorAnodized Blue · #0066CC
#CC0000#CC0000
#CCCC00#CCCC00
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 colorAnodized Blue · #0066CC
#2994FF#2994FF
Anodized Blue#0066CC
#003870#003870