Harmony system

Amber Color Harmonies

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

Amber sits in the yellow family with warm 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.

SourceAmber · #FFBF00
Groups6
Palette colors6
FamilyYellow

How the harmony works

Amber Harmony Guide

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

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

AI-Ready Dataset v1.0.0
Luminance0.5852
Black text12.7:1AA Pass
White text1.65: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": "amber",
  "name": "Amber",
  "hex": "#FFBF00",
  "url": "https://www.colorsencyclopedia.com/colors/amber/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/colors/amber.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": "#0040FF",
        "name": "#0040FF",
        "slug": null,
        "rgb": [
          0,
          64,
          255
        ],
        "hsl": [
          225,
          100,
          50
        ],
        "cmyk": [
          100,
          75,
          0,
          0
        ],
        "luminance": 0.1089,
        "contrast": {
          "black": 3.18,
          "white": 6.61
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": []
        },
        "url": "https://www.colorsencyclopedia.com/hex/0040ff/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/0040ff.json"
      }
    ],
    "anchor": "amber-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": "#FF4000",
        "name": "#FF4000",
        "slug": null,
        "rgb": [
          255,
          64,
          0
        ],
        "hsl": [
          15,
          100,
          50
        ],
        "cmyk": [
          0,
          75,
          100,
          0
        ],
        "luminance": 0.2493,
        "contrast": {
          "black": 5.99,
          "white": 3.51
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A"
          ],
          "AAA": []
        },
        "url": "https://www.colorsencyclopedia.com/hex/ff4000/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/ff4000.json"
      },
      {
        "hex": "#BFFF00",
        "name": "#BFFF00",
        "slug": null,
        "rgb": [
          191,
          255,
          0
        ],
        "hsl": [
          75,
          100,
          50
        ],
        "cmyk": [
          25,
          0,
          100,
          0
        ],
        "luminance": 0.826,
        "contrast": {
          "black": 17.52,
          "white": 1.2
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/bfff00/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/bfff00.json"
      }
    ],
    "anchor": "amber-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": "#00FFBF",
        "name": "#00FFBF",
        "slug": null,
        "rgb": [
          0,
          255,
          191
        ],
        "hsl": [
          165,
          100,
          50
        ],
        "cmyk": [
          100,
          0,
          25,
          0
        ],
        "luminance": 0.7528,
        "contrast": {
          "black": 16.06,
          "white": 1.31
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/00ffbf/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/00ffbf.json"
      },
      {
        "hex": "#BF00FF",
        "name": "Electric Purple",
        "slug": "electric-purple",
        "rgb": [
          191,
          0,
          255
        ],
        "hsl": [
          285,
          100,
          50
        ],
        "cmyk": [
          25,
          100,
          0,
          0
        ],
        "luminance": 0.183,
        "contrast": {
          "black": 4.66,
          "white": 4.51
        },
        "wcag": {
          "AA": [
            "#000000",
            "#FFFFFF"
          ],
          "AAA": []
        },
        "url": "https://www.colorsencyclopedia.com/colors/electric-purple/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/colors/electric-purple.json"
      }
    ],
    "anchor": "amber-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": "#00FF40",
        "name": "#00FF40",
        "slug": null,
        "rgb": [
          0,
          255,
          64
        ],
        "hsl": [
          135,
          100,
          50
        ],
        "cmyk": [
          100,
          0,
          75,
          0
        ],
        "luminance": 0.7189,
        "contrast": {
          "black": 15.38,
          "white": 1.37
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/00ff40/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/00ff40.json"
      },
      {
        "hex": "#0040FF",
        "name": "#0040FF",
        "slug": null,
        "rgb": [
          0,
          64,
          255
        ],
        "hsl": [
          225,
          100,
          50
        ],
        "cmyk": [
          100,
          75,
          0,
          0
        ],
        "luminance": 0.1089,
        "contrast": {
          "black": 3.18,
          "white": 6.61
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": []
        },
        "url": "https://www.colorsencyclopedia.com/hex/0040ff/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/0040ff.json"
      },
      {
        "hex": "#FF00BF",
        "name": "#FF00BF",
        "slug": null,
        "rgb": [
          255,
          0,
          191
        ],
        "hsl": [
          315,
          100,
          50
        ],
        "cmyk": [
          0,
          100,
          25,
          0
        ],
        "luminance": 0.2502,
        "contrast": {
          "black": 6,
          "white": 3.5
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A"
          ],
          "AAA": []
        },
        "url": "https://www.colorsencyclopedia.com/hex/ff00bf/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/ff00bf.json"
      }
    ],
    "anchor": "amber-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": "#00BFFF",
        "name": "Deep Sky Blue",
        "slug": "deep-sky-blue",
        "rgb": [
          0,
          191,
          255
        ],
        "hsl": [
          195,
          100,
          50
        ],
        "cmyk": [
          100,
          25,
          0,
          0
        ],
        "luminance": 0.4448,
        "contrast": {
          "black": 9.9,
          "white": 2.12
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/colors/deep-sky-blue/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/colors/deep-sky-blue.json"
      },
      {
        "hex": "#4000FF",
        "name": "#4000FF",
        "slug": null,
        "rgb": [
          64,
          0,
          255
        ],
        "hsl": [
          255,
          100,
          50
        ],
        "cmyk": [
          75,
          100,
          0,
          0
        ],
        "luminance": 0.0831,
        "contrast": {
          "black": 2.66,
          "white": 7.89
        },
        "wcag": {
          "AA": [
            "#FFFFFF",
            "#F5F5F5"
          ],
          "AAA": [
            "#FFFFFF",
            "#F5F5F5"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/4000ff/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/4000ff.json"
      }
    ],
    "anchor": "amber-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": "#FFD65C",
        "name": "#FFD65C",
        "slug": null,
        "rgb": [
          255,
          214,
          92
        ],
        "hsl": [
          45,
          100,
          68
        ],
        "cmyk": [
          0,
          16,
          64,
          0
        ],
        "luminance": 0.7013,
        "contrast": {
          "black": 15.03,
          "white": 1.4
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/ffd65c/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/ffd65c.json"
      },
      {
        "hex": "#FFBF00",
        "name": "Fluorescent Orange",
        "slug": "fluorescent-orange",
        "rgb": [
          255,
          191,
          0
        ],
        "hsl": [
          45,
          100,
          50
        ],
        "cmyk": [
          0,
          25,
          100,
          0
        ],
        "luminance": 0.5852,
        "contrast": {
          "black": 12.7,
          "white": 1.65
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/colors/fluorescent-orange/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/colors/fluorescent-orange.json"
      },
      {
        "hex": "#A37A00",
        "name": "#A37A00",
        "slug": null,
        "rgb": [
          163,
          122,
          0
        ],
        "hsl": [
          45,
          100,
          32
        ],
        "cmyk": [
          0,
          25,
          100,
          36
        ],
        "luminance": 0.2171,
        "contrast": {
          "black": 5.34,
          "white": 3.93
        },
        "wcag": {
          "AA": [
            "#000000"
          ],
          "AAA": []
        },
        "url": "https://www.colorsencyclopedia.com/hex/a37a00/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/a37a00.json"
      }
    ],
    "anchor": "amber-harmony-monochromatic"
  }
]
Signature palette
[
  "#FFBF00",
  "#0040FF",
  "#FF4000",
  "#BFFF00",
  "#FFD65C",
  "#A37A00"
]
Accessibility notes
[
  "Black contrast on Amber: 12.7:1",
  "White contrast on Amber: 1.65:1",
  "AA text options: #000000, #1A1A1A, #36454F"
]
CSS tokens
":root {\n  --color-amber: #FFBF00;\n  --amber-complementary-1: #0040FF;\n  --amber-analogous-1: #FF4000;\n  --amber-analogous-2: #BFFF00;\n  --amber-triadic-1: #00FFBF;\n  --amber-triadic-2: #BF00FF;\n  --amber-tetradic-1: #00FF40;\n  --amber-tetradic-2: #0040FF;\n  --amber-tetradic-3: #FF00BF;\n  --amber-split-complementary-1: #00BFFF;\n  --amber-split-complementary-2: #4000FF;\n  --amber-monochromatic-1: #FFD65C;\n  --amber-monochromatic-2: #FFBF00;\n  --amber-monochromatic-3: #A37A00;\n}\n\n.palette-amber-harmony {\n  color: #111827;\n  background: linear-gradient(135deg, #FFBF00, #0040FF, #FF4000, #BFFF00, #FFD65C, #A37A00);\n}"
Full JSON dataset
{
  "datasetVersion": "1.0.0",
  "slug": "amber",
  "name": "Amber",
  "hex": "#FFBF00",
  "rgb": [
    255,
    191,
    0
  ],
  "hsl": [
    45,
    100,
    50
  ],
  "cmyk": [
    0,
    25,
    100,
    0
  ],
  "family": "yellow",
  "temperature": "warm",
  "tone": [
    "vibrant"
  ],
  "luminance": 0.5852,
  "contrast": {
    "black": 12.7,
    "white": 1.65
  },
  "wcag": {
    "AA": [
      "#000000",
      "#1A1A1A",
      "#36454F"
    ],
    "AAA": [
      "#000000",
      "#1A1A1A"
    ]
  },
  "sourceColor": {
    "slug": "amber",
    "name": "Amber",
    "hex": "#FFBF00",
    "url": "https://www.colorsencyclopedia.com/colors/amber/",
    "apiUrl": "https://www.colorsencyclopedia.com/api/colors/amber.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": "#0040FF",
          "name": "#0040FF",
          "slug": null,
          "rgb": [
            0,
            64,
            255
          ],
          "hsl": [
            225,
            100,
            50
          ],
          "cmyk": [
            100,
            75,
            0,
            0
          ],
          "luminance": 0.1089,
          "contrast": {
            "black": 3.18,
            "white": 6.61
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": []
          },
          "url": "https://www.colorsencyclopedia.com/hex/0040ff/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/0040ff.json"
        }
      ],
      "anchor": "amber-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": "#FF4000",
          "name": "#FF4000",
          "slug": null,
          "rgb": [
            255,
            64,
            0
          ],
          "hsl": [
            15,
            100,
            50
          ],
          "cmyk": [
            0,
            75,
            100,
            0
          ],
          "luminance": 0.2493,
          "contrast": {
            "black": 5.99,
            "white": 3.51
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A"
            ],
            "AAA": []
          },
          "url": "https://www.colorsencyclopedia.com/hex/ff4000/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/ff4000.json"
        },
        {
          "hex": "#BFFF00",
          "name": "#BFFF00",
          "slug": null,
          "rgb": [
            191,
            255,
            0
          ],
          "hsl": [
            75,
            100,
            50
          ],
          "cmyk": [
            25,
            0,
            100,
            0
          ],
          "luminance": 0.826,
          "contrast": {
            "black": 17.52,
            "white": 1.2
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/bfff00/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/bfff00.json"
        }
      ],
      "anchor": "amber-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": "#00FFBF",
          "name": "#00FFBF",
          "slug": null,
          "rgb": [
            0,
            255,
            191
          ],
          "hsl": [
            165,
            100,
            50
          ],
          "cmyk": [
            100,
            0,
            25,
            0
          ],
          "luminance": 0.7528,
          "contrast": {
            "black": 16.06,
            "white": 1.31
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/00ffbf/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/00ffbf.json"
        },
        {
          "hex": "#BF00FF",
          "name": "Electric Purple",
          "slug": "electric-purple",
          "rgb": [
            191,
            0,
            255
          ],
          "hsl": [
            285,
            100,
            50
          ],
          "cmyk": [
            25,
            100,
            0,
            0
          ],
          "luminance": 0.183,
          "contrast": {
            "black": 4.66,
            "white": 4.51
          },
          "wcag": {
            "AA": [
              "#000000",
              "#FFFFFF"
            ],
            "AAA": []
          },
          "url": "https://www.colorsencyclopedia.com/colors/electric-purple/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/colors/electric-purple.json"
        }
      ],
      "anchor": "amber-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": "#00FF40",
          "name": "#00FF40",
          "slug": null,
          "rgb": [
            0,
            255,
            64
          ],
          "hsl": [
            135,
            100,
            50
          ],
          "cmyk": [
            100,
            0,
            75,
            0
          ],
          "luminance": 0.7189,
          "contrast": {
            "black": 15.38,
            "white": 1.37
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/00ff40/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/00ff40.json"
        },
        {
          "hex": "#0040FF",
          "name": "#0040FF",
          "slug": null,
          "rgb": [
            0,
            64,
            255
          ],
          "hsl": [
            225,
            100,
            50
          ],
          "cmyk": [
            100,
            75,
            0,
            0
          ],
          "luminance": 0.1089,
          "contrast": {
            "black": 3.18,
            "white": 6.61
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": []
          },
          "url": "https://www.colorsencyclopedia.com/hex/0040ff/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/0040ff.json"
        },
        {
          "hex": "#FF00BF",
          "name": "#FF00BF",
          "slug": null,
          "rgb": [
            255,
            0,
            191
          ],
          "hsl": [
            315,
            100,
            50
          ],
          "cmyk": [
            0,
            100,
            25,
            0
          ],
          "luminance": 0.2502,
          "contrast": {
            "black": 6,
            "white": 3.5
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A"
            ],
            "AAA": []
          },
          "url": "https://www.colorsencyclopedia.com/hex/ff00bf/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/ff00bf.json"
        }
      ],
      "anchor": "amber-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": "#00BFFF",
          "name": "Deep Sky Blue",
          "slug": "deep-sky-blue",
          "rgb": [
            0,
            191,
            255
          ],
          "hsl": [
            195,
            100,
            50
          ],
          "cmyk": [
            100,
            25,
            0,
            0
          ],
          "luminance": 0.4448,
          "contrast": {
            "black": 9.9,
            "white": 2.12
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/colors/deep-sky-blue/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/colors/deep-sky-blue.json"
        },
        {
          "hex": "#4000FF",
          "name": "#4000FF",
          "slug": null,
          "rgb": [
            64,
            0,
            255
          ],
          "hsl": [
            255,
            100,
            50
          ],
          "cmyk": [
            75,
            100,
            0,
            0
          ],
          "luminance": 0.0831,
          "contrast": {
            "black": 2.66,
            "white": 7.89
          },
          "wcag": {
            "AA": [
              "#FFFFFF",
              "#F5F5F5"
            ],
            "AAA": [
              "#FFFFFF",
              "#F5F5F5"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/4000ff/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/4000ff.json"
        }
      ],
      "anchor": "amber-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": "#FFD65C",
          "name": "#FFD65C",
          "slug": null,
          "rgb": [
            255,
            214,
            92
          ],
          "hsl": [
            45,
            100,
            68
          ],
          "cmyk": [
            0,
            16,
            64,
            0
          ],
          "luminance": 0.7013,
          "contrast": {
            "black": 15.03,
            "white": 1.4
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/ffd65c/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/ffd65c.json"
        },
        {
          "hex": "#FFBF00",
          "name": "Fluorescent Orange",
          "slug": "fluorescent-orange",
          "rgb": [
            255,
            191,
            0
          ],
          "hsl": [
            45,
            100,
            50
          ],
          "cmyk": [
            0,
            25,
            100,
            0
          ],
          "luminance": 0.5852,
          "contrast": {
            "black": 12.7,
            "white": 1.65
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/colors/fluorescent-orange/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/colors/fluorescent-orange.json"
        },
        {
          "hex": "#A37A00",
          "name": "#A37A00",
          "slug": null,
          "rgb": [
            163,
            122,
            0
          ],
          "hsl": [
            45,
            100,
            32
          ],
          "cmyk": [
            0,
            25,
            100,
            36
          ],
          "luminance": 0.2171,
          "contrast": {
            "black": 5.34,
            "white": 3.93
          },
          "wcag": {
            "AA": [
              "#000000"
            ],
            "AAA": []
          },
          "url": "https://www.colorsencyclopedia.com/hex/a37a00/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/a37a00.json"
        }
      ],
      "anchor": "amber-harmony-monochromatic"
    }
  ],
  "signaturePalette": [
    "#FFBF00",
    "#0040FF",
    "#FF4000",
    "#BFFF00",
    "#FFD65C",
    "#A37A00"
  ],
  "semanticGroups": [
    "yellow harmony",
    "warm harmony",
    "vibrant harmony",
    "amber palette system"
  ],
  "useCases": [
    "palette generation",
    "brand color exploration",
    "UI accent planning",
    "CSS design tokens",
    "AI color retrieval"
  ],
  "accessibilityNotes": [
    "Black contrast on Amber: 12.7:1",
    "White contrast on Amber: 1.65:1",
    "AA text options: #000000, #1A1A1A, #36454F"
  ],
  "relatedEndpoints": [
    "https://www.colorsencyclopedia.com/api/harmonies/amber.json",
    "https://www.colorsencyclopedia.com/api/colors/amber.json",
    "https://www.colorsencyclopedia.com/api/hex/ffbf00.json"
  ],
  "url": "https://www.colorsencyclopedia.com/harmonies/amber/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/harmonies/amber.json",
  "cssSnippet": ":root {\n  --color-amber: #FFBF00;\n  --amber-complementary-1: #0040FF;\n  --amber-analogous-1: #FF4000;\n  --amber-analogous-2: #BFFF00;\n  --amber-triadic-1: #00FFBF;\n  --amber-triadic-2: #BF00FF;\n  --amber-tetradic-1: #00FF40;\n  --amber-tetradic-2: #0040FF;\n  --amber-tetradic-3: #FF00BF;\n  --amber-split-complementary-1: #00BFFF;\n  --amber-split-complementary-2: #4000FF;\n  --amber-monochromatic-1: #FFD65C;\n  --amber-monochromatic-2: #FFBF00;\n  --amber-monochromatic-3: #A37A00;\n}\n\n.palette-amber-harmony {\n  color: #111827;\n  background: linear-gradient(135deg, #FFBF00, #0040FF, #FF4000, #BFFF00, #FFD65C, #A37A00);\n}"
}

CSS Harmony Tokens

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

:root {
  --color-amber: #FFBF00;
  --amber-complementary-1: #0040FF;
  --amber-analogous-1: #FF4000;
  --amber-analogous-2: #BFFF00;
  --amber-triadic-1: #00FFBF;
  --amber-triadic-2: #BF00FF;
  --amber-tetradic-1: #00FF40;
  --amber-tetradic-2: #0040FF;
  --amber-tetradic-3: #FF00BF;
  --amber-split-complementary-1: #00BFFF;
  --amber-split-complementary-2: #4000FF;
  --amber-monochromatic-1: #FFD65C;
  --amber-monochromatic-2: #FFBF00;
  --amber-monochromatic-3: #A37A00;
}

.palette-amber-harmony {
  color: #111827;
  background: linear-gradient(135deg, #FFBF00, #0040FF, #FF4000, #BFFF00, #FFD65C, #A37A00);
}

Amber 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 colorAmber · #FFBF00
#0040FF#0040FF
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 colorAmber · #FFBF00
#FF4000#FF4000
#BFFF00#BFFF00
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 colorAmber · #FFBF00
#00FFBF#00FFBF
Electric Purple#BF00FF
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 colorAmber · #FFBF00
#00FF40#00FF40
#0040FF#0040FF
#FF00BF#FF00BF
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 colorAmber · #FFBF00
Deep Sky Blue#00BFFF
#4000FF#4000FF
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 colorAmber · #FFBF00
#FFD65C#FFD65C
Fluorescent Orange#FFBF00
#A37A00#A37A00