Harmony system

Azure Color Harmonies

Azure harmonies from #F0FFFF: complementary #FFF0F0, plus five harmony groups with CSS and contrast data.

Azure is a cool cyan at hue 180°, saturation 100% and lightness 97%. 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.

SourceAzure · #F0FFFF
Groups6
Palette colors6
FamilyCyan

How the harmony works

Azure Harmony Guide

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

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

AI-Ready Dataset v1.0.0
Luminance0.9727
Black text20.45:1AA Pass
White text1.03: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": "azure",
  "name": "Azure",
  "hex": "#F0FFFF",
  "url": "https://www.colorsencyclopedia.com/colors/azure/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/colors/azure.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": "#FFF0F0",
        "name": "#FFF0F0",
        "slug": null,
        "rgb": [
          255,
          240,
          240
        ],
        "hsl": [
          0,
          100,
          97
        ],
        "cmyk": [
          0,
          6,
          6,
          0
        ],
        "luminance": 0.8987,
        "contrast": {
          "black": 18.97,
          "white": 1.11
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": null,
        "apiUrl": null
      }
    ],
    "anchor": "azure-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": "#F0FFF7",
        "name": "#F0FFF7",
        "slug": null,
        "rgb": [
          240,
          255,
          247
        ],
        "hsl": [
          148,
          100,
          97
        ],
        "cmyk": [
          6,
          0,
          3,
          0
        ],
        "luminance": 0.9676,
        "contrast": {
          "black": 20.35,
          "white": 1.03
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": null,
        "apiUrl": null
      },
      {
        "hex": "#F0F7FF",
        "name": "#F0F7FF",
        "slug": null,
        "rgb": [
          240,
          247,
          255
        ],
        "hsl": [
          212,
          100,
          97
        ],
        "cmyk": [
          6,
          3,
          0,
          0
        ],
        "luminance": 0.9227,
        "contrast": {
          "black": 19.45,
          "white": 1.08
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": null,
        "apiUrl": null
      }
    ],
    "anchor": "azure-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": "#FFF0FF",
        "name": "#FFF0FF",
        "slug": null,
        "rgb": [
          255,
          240,
          255
        ],
        "hsl": [
          300,
          100,
          97
        ],
        "cmyk": [
          0,
          6,
          0,
          0
        ],
        "luminance": 0.908,
        "contrast": {
          "black": 19.16,
          "white": 1.1
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": null,
        "apiUrl": null
      },
      {
        "hex": "#FFFFF0",
        "name": "Ivory",
        "slug": "ivory",
        "rgb": [
          255,
          255,
          240
        ],
        "hsl": [
          60,
          100,
          97
        ],
        "cmyk": [
          0,
          0,
          6,
          0
        ],
        "luminance": 0.9907,
        "contrast": {
          "black": 20.81,
          "white": 1.01
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/colors/ivory/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/colors/ivory.json"
      }
    ],
    "anchor": "azure-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": "#F7F0FF",
        "name": "#F7F0FF",
        "slug": null,
        "rgb": [
          247,
          240,
          255
        ],
        "hsl": [
          268,
          100,
          97
        ],
        "cmyk": [
          3,
          6,
          0,
          0
        ],
        "luminance": 0.8931,
        "contrast": {
          "black": 18.86,
          "white": 1.11
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": null,
        "apiUrl": null
      },
      {
        "hex": "#FFF0F0",
        "name": "#FFF0F0",
        "slug": null,
        "rgb": [
          255,
          240,
          240
        ],
        "hsl": [
          0,
          100,
          97
        ],
        "cmyk": [
          0,
          6,
          6,
          0
        ],
        "luminance": 0.8987,
        "contrast": {
          "black": 18.97,
          "white": 1.11
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": null,
        "apiUrl": null
      },
      {
        "hex": "#F7FFF0",
        "name": "#F7FFF0",
        "slug": null,
        "rgb": [
          247,
          255,
          240
        ],
        "hsl": [
          92,
          100,
          97
        ],
        "cmyk": [
          3,
          0,
          6,
          0
        ],
        "luminance": 0.9759,
        "contrast": {
          "black": 20.52,
          "white": 1.02
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": null,
        "apiUrl": null
      }
    ],
    "anchor": "azure-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": "#FFF0F7",
        "name": "#FFF0F7",
        "slug": null,
        "rgb": [
          255,
          240,
          247
        ],
        "hsl": [
          332,
          100,
          97
        ],
        "cmyk": [
          0,
          6,
          3,
          0
        ],
        "luminance": 0.903,
        "contrast": {
          "black": 19.06,
          "white": 1.1
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": null,
        "apiUrl": null
      },
      {
        "hex": "#FFF7F0",
        "name": "#FFF7F0",
        "slug": null,
        "rgb": [
          255,
          247,
          240
        ],
        "hsl": [
          28,
          100,
          97
        ],
        "cmyk": [
          0,
          3,
          6,
          0
        ],
        "luminance": 0.9407,
        "contrast": {
          "black": 19.81,
          "white": 1.06
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": null,
        "apiUrl": null
      }
    ],
    "anchor": "azure-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": "#FFFFFF",
        "name": "White",
        "slug": "white",
        "rgb": [
          255,
          255,
          255
        ],
        "hsl": [
          0,
          0,
          100
        ],
        "cmyk": [
          0,
          0,
          0,
          0
        ],
        "luminance": 1,
        "contrast": {
          "black": 21,
          "white": 1
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/colors/white/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/colors/white.json"
      },
      {
        "hex": "#F0FFFF",
        "name": "Azure",
        "slug": "azure",
        "rgb": [
          240,
          255,
          255
        ],
        "hsl": [
          180,
          100,
          97
        ],
        "cmyk": [
          6,
          0,
          0,
          0
        ],
        "luminance": 0.9727,
        "contrast": {
          "black": 20.45,
          "white": 1.03
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/colors/azure/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/colors/azure.json"
      },
      {
        "hex": "#94FFFF",
        "name": "#94FFFF",
        "slug": null,
        "rgb": [
          148,
          255,
          255
        ],
        "hsl": [
          180,
          100,
          79
        ],
        "cmyk": [
          42,
          0,
          0,
          0
        ],
        "luminance": 0.8504,
        "contrast": {
          "black": 18.01,
          "white": 1.17
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": null,
        "apiUrl": null
      }
    ],
    "anchor": "azure-harmony-monochromatic"
  }
]
Signature palette
[
  "#F0FFFF",
  "#FFF0F0",
  "#F0FFF7",
  "#F0F7FF",
  "#FFFFFF",
  "#94FFFF"
]
Accessibility notes
[
  "Black contrast on Azure: 20.45:1",
  "White contrast on Azure: 1.03:1",
  "AA text options: #000000, #1A1A1A, #36454F"
]
CSS tokens
":root {\n  --color-azure: #F0FFFF;\n  --azure-complementary-1: #FFF0F0;\n  --azure-analogous-1: #F0FFF7;\n  --azure-analogous-2: #F0F7FF;\n  --azure-triadic-1: #FFF0FF;\n  --azure-triadic-2: #FFFFF0;\n  --azure-tetradic-1: #F7F0FF;\n  --azure-tetradic-2: #FFF0F0;\n  --azure-tetradic-3: #F7FFF0;\n  --azure-split-complementary-1: #FFF0F7;\n  --azure-split-complementary-2: #FFF7F0;\n  --azure-monochromatic-1: #FFFFFF;\n  --azure-monochromatic-2: #F0FFFF;\n  --azure-monochromatic-3: #94FFFF;\n}\n\n.palette-azure-harmony {\n  color: #111827;\n  background: linear-gradient(135deg, #F0FFFF, #FFF0F0, #F0FFF7, #F0F7FF, #FFFFFF, #94FFFF);\n}"
Full JSON dataset
{
  "datasetVersion": "1.0.0",
  "slug": "azure",
  "name": "Azure",
  "hex": "#F0FFFF",
  "rgb": [
    240,
    255,
    255
  ],
  "hsl": [
    180,
    100,
    97
  ],
  "cmyk": [
    6,
    0,
    0,
    0
  ],
  "family": "cyan",
  "temperature": "cool",
  "tone": [
    "light",
    "pastel"
  ],
  "luminance": 0.9727,
  "contrast": {
    "black": 20.45,
    "white": 1.03
  },
  "wcag": {
    "AA": [
      "#000000",
      "#1A1A1A",
      "#36454F"
    ],
    "AAA": [
      "#000000",
      "#1A1A1A",
      "#36454F"
    ]
  },
  "sourceColor": {
    "slug": "azure",
    "name": "Azure",
    "hex": "#F0FFFF",
    "url": "https://www.colorsencyclopedia.com/colors/azure/",
    "apiUrl": "https://www.colorsencyclopedia.com/api/colors/azure.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": "#FFF0F0",
          "name": "#FFF0F0",
          "slug": null,
          "rgb": [
            255,
            240,
            240
          ],
          "hsl": [
            0,
            100,
            97
          ],
          "cmyk": [
            0,
            6,
            6,
            0
          ],
          "luminance": 0.8987,
          "contrast": {
            "black": 18.97,
            "white": 1.11
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": null,
          "apiUrl": null
        }
      ],
      "anchor": "azure-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": "#F0FFF7",
          "name": "#F0FFF7",
          "slug": null,
          "rgb": [
            240,
            255,
            247
          ],
          "hsl": [
            148,
            100,
            97
          ],
          "cmyk": [
            6,
            0,
            3,
            0
          ],
          "luminance": 0.9676,
          "contrast": {
            "black": 20.35,
            "white": 1.03
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": null,
          "apiUrl": null
        },
        {
          "hex": "#F0F7FF",
          "name": "#F0F7FF",
          "slug": null,
          "rgb": [
            240,
            247,
            255
          ],
          "hsl": [
            212,
            100,
            97
          ],
          "cmyk": [
            6,
            3,
            0,
            0
          ],
          "luminance": 0.9227,
          "contrast": {
            "black": 19.45,
            "white": 1.08
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": null,
          "apiUrl": null
        }
      ],
      "anchor": "azure-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": "#FFF0FF",
          "name": "#FFF0FF",
          "slug": null,
          "rgb": [
            255,
            240,
            255
          ],
          "hsl": [
            300,
            100,
            97
          ],
          "cmyk": [
            0,
            6,
            0,
            0
          ],
          "luminance": 0.908,
          "contrast": {
            "black": 19.16,
            "white": 1.1
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": null,
          "apiUrl": null
        },
        {
          "hex": "#FFFFF0",
          "name": "Ivory",
          "slug": "ivory",
          "rgb": [
            255,
            255,
            240
          ],
          "hsl": [
            60,
            100,
            97
          ],
          "cmyk": [
            0,
            0,
            6,
            0
          ],
          "luminance": 0.9907,
          "contrast": {
            "black": 20.81,
            "white": 1.01
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/colors/ivory/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/colors/ivory.json"
        }
      ],
      "anchor": "azure-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": "#F7F0FF",
          "name": "#F7F0FF",
          "slug": null,
          "rgb": [
            247,
            240,
            255
          ],
          "hsl": [
            268,
            100,
            97
          ],
          "cmyk": [
            3,
            6,
            0,
            0
          ],
          "luminance": 0.8931,
          "contrast": {
            "black": 18.86,
            "white": 1.11
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": null,
          "apiUrl": null
        },
        {
          "hex": "#FFF0F0",
          "name": "#FFF0F0",
          "slug": null,
          "rgb": [
            255,
            240,
            240
          ],
          "hsl": [
            0,
            100,
            97
          ],
          "cmyk": [
            0,
            6,
            6,
            0
          ],
          "luminance": 0.8987,
          "contrast": {
            "black": 18.97,
            "white": 1.11
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": null,
          "apiUrl": null
        },
        {
          "hex": "#F7FFF0",
          "name": "#F7FFF0",
          "slug": null,
          "rgb": [
            247,
            255,
            240
          ],
          "hsl": [
            92,
            100,
            97
          ],
          "cmyk": [
            3,
            0,
            6,
            0
          ],
          "luminance": 0.9759,
          "contrast": {
            "black": 20.52,
            "white": 1.02
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": null,
          "apiUrl": null
        }
      ],
      "anchor": "azure-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": "#FFF0F7",
          "name": "#FFF0F7",
          "slug": null,
          "rgb": [
            255,
            240,
            247
          ],
          "hsl": [
            332,
            100,
            97
          ],
          "cmyk": [
            0,
            6,
            3,
            0
          ],
          "luminance": 0.903,
          "contrast": {
            "black": 19.06,
            "white": 1.1
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": null,
          "apiUrl": null
        },
        {
          "hex": "#FFF7F0",
          "name": "#FFF7F0",
          "slug": null,
          "rgb": [
            255,
            247,
            240
          ],
          "hsl": [
            28,
            100,
            97
          ],
          "cmyk": [
            0,
            3,
            6,
            0
          ],
          "luminance": 0.9407,
          "contrast": {
            "black": 19.81,
            "white": 1.06
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": null,
          "apiUrl": null
        }
      ],
      "anchor": "azure-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": "#FFFFFF",
          "name": "White",
          "slug": "white",
          "rgb": [
            255,
            255,
            255
          ],
          "hsl": [
            0,
            0,
            100
          ],
          "cmyk": [
            0,
            0,
            0,
            0
          ],
          "luminance": 1,
          "contrast": {
            "black": 21,
            "white": 1
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/colors/white/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/colors/white.json"
        },
        {
          "hex": "#F0FFFF",
          "name": "Azure",
          "slug": "azure",
          "rgb": [
            240,
            255,
            255
          ],
          "hsl": [
            180,
            100,
            97
          ],
          "cmyk": [
            6,
            0,
            0,
            0
          ],
          "luminance": 0.9727,
          "contrast": {
            "black": 20.45,
            "white": 1.03
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/colors/azure/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/colors/azure.json"
        },
        {
          "hex": "#94FFFF",
          "name": "#94FFFF",
          "slug": null,
          "rgb": [
            148,
            255,
            255
          ],
          "hsl": [
            180,
            100,
            79
          ],
          "cmyk": [
            42,
            0,
            0,
            0
          ],
          "luminance": 0.8504,
          "contrast": {
            "black": 18.01,
            "white": 1.17
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": null,
          "apiUrl": null
        }
      ],
      "anchor": "azure-harmony-monochromatic"
    }
  ],
  "signaturePalette": [
    "#F0FFFF",
    "#FFF0F0",
    "#F0FFF7",
    "#F0F7FF",
    "#FFFFFF",
    "#94FFFF"
  ],
  "semanticGroups": [
    "cyan harmony",
    "cool harmony",
    "light harmony",
    "pastel harmony",
    "azure palette system"
  ],
  "useCases": [
    "palette generation",
    "brand color exploration",
    "UI accent planning",
    "CSS design tokens",
    "AI color retrieval"
  ],
  "accessibilityNotes": [
    "Black contrast on Azure: 20.45:1",
    "White contrast on Azure: 1.03:1",
    "AA text options: #000000, #1A1A1A, #36454F"
  ],
  "relatedEndpoints": [
    "https://www.colorsencyclopedia.com/api/harmonies/azure.json",
    "https://www.colorsencyclopedia.com/api/colors/azure.json",
    "https://www.colorsencyclopedia.com/api/hex/f0ffff.json"
  ],
  "url": "https://www.colorsencyclopedia.com/harmonies/azure/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/harmonies/azure.json",
  "cssSnippet": ":root {\n  --color-azure: #F0FFFF;\n  --azure-complementary-1: #FFF0F0;\n  --azure-analogous-1: #F0FFF7;\n  --azure-analogous-2: #F0F7FF;\n  --azure-triadic-1: #FFF0FF;\n  --azure-triadic-2: #FFFFF0;\n  --azure-tetradic-1: #F7F0FF;\n  --azure-tetradic-2: #FFF0F0;\n  --azure-tetradic-3: #F7FFF0;\n  --azure-split-complementary-1: #FFF0F7;\n  --azure-split-complementary-2: #FFF7F0;\n  --azure-monochromatic-1: #FFFFFF;\n  --azure-monochromatic-2: #F0FFFF;\n  --azure-monochromatic-3: #94FFFF;\n}\n\n.palette-azure-harmony {\n  color: #111827;\n  background: linear-gradient(135deg, #F0FFFF, #FFF0F0, #F0FFF7, #F0F7FF, #FFFFFF, #94FFFF);\n}"
}

CSS Harmony Tokens

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

:root {
  --color-azure: #F0FFFF;
  --azure-complementary-1: #FFF0F0;
  --azure-analogous-1: #F0FFF7;
  --azure-analogous-2: #F0F7FF;
  --azure-triadic-1: #FFF0FF;
  --azure-triadic-2: #FFFFF0;
  --azure-tetradic-1: #F7F0FF;
  --azure-tetradic-2: #FFF0F0;
  --azure-tetradic-3: #F7FFF0;
  --azure-split-complementary-1: #FFF0F7;
  --azure-split-complementary-2: #FFF7F0;
  --azure-monochromatic-1: #FFFFFF;
  --azure-monochromatic-2: #F0FFFF;
  --azure-monochromatic-3: #94FFFF;
}

.palette-azure-harmony {
  color: #111827;
  background: linear-gradient(135deg, #F0FFFF, #FFF0F0, #F0FFF7, #F0F7FF, #FFFFFF, #94FFFF);
}

Azure 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 Azure #F0FFFF and produces #FFF0F0. 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 colorAzure · #F0FFFF
Analogous Harmony2 colors · neighboring hue movement

The analogous set starts from Azure #F0FFFF and produces #F0FFF7 and #F0F7FF. 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 colorAzure · #F0FFFF
Triadic Harmony2 colors · three evenly spaced hues

The triadic set starts from Azure #F0FFFF and produces #FFF0FF and #FFFFF0. Its three evenly spaced hues relationship suits balanced contrast, playful systems, and broad palette range. The generated values match Ivory in the named-color dataset.

Behaviorthree evenly spaced hues
Best usebalanced contrast, playful systems, broad palette range
Source colorAzure · #F0FFFF
Tetradic Harmony3 colors · two complementary pairs

The tetradic set starts from Azure #F0FFFF and produces #F7F0FF, #FFF0F0, and #F7FFF0. 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 colorAzure · #F0FFFF
Split Complementary Harmony2 colors · softened complementary contrast

The split complementary set starts from Azure #F0FFFF and produces #FFF0F7 and #FFF7F0. 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 colorAzure · #F0FFFF
Monochromatic Harmony3 colors · same hue, different values

The monochromatic set starts from Azure #F0FFFF and produces #FFFFFF, #F0FFFF, and #94FFFF. Its same hue, different values relationship suits surfaces, states, elevation, and restrained UI themes. The generated values match White and Azure in the named-color dataset.

Behaviorsame hue, different values
Best usesurfaces, states, elevation, restrained UI themes
Source colorAzure · #F0FFFF