Harmony system

Coral Reef Color Harmonies

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

Coral Reef sits in the red 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.

SourceCoral Reef · #FD7C6E
Groups6
Palette colors6
FamilyRed

How the harmony works

Coral Reef Harmony Guide

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

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

AI-Ready Dataset v1.0.0
Luminance0.3642
Black text8.28:1AA Pass
White text2.54: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": "coral-reef",
  "name": "Coral Reef",
  "hex": "#FD7C6E",
  "url": "https://www.colorsencyclopedia.com/colors/coral-reef/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/colors/coral-reef.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": "#6DEEFD",
        "name": "#6DEEFD",
        "slug": null,
        "rgb": [
          109,
          238,
          253
        ],
        "hsl": [
          186,
          97,
          71
        ],
        "cmyk": [
          57,
          6,
          0,
          1
        ],
        "luminance": 0.7149,
        "contrast": {
          "black": 15.3,
          "white": 1.37
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/6deefd/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/6deefd.json"
      }
    ],
    "anchor": "coral-reef-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": "#FD6DA7",
        "name": "#FD6DA7",
        "slug": null,
        "rgb": [
          253,
          109,
          167
        ],
        "hsl": [
          336,
          97,
          71
        ],
        "cmyk": [
          0,
          57,
          34,
          1
        ],
        "luminance": 0.3461,
        "contrast": {
          "black": 7.92,
          "white": 2.65
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A"
          ],
          "AAA": [
            "#000000"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/fd6da7/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/fd6da7.json"
      },
      {
        "hex": "#FDC36D",
        "name": "#FDC36D",
        "slug": null,
        "rgb": [
          253,
          195,
          109
        ],
        "hsl": [
          36,
          97,
          71
        ],
        "cmyk": [
          0,
          23,
          57,
          1
        ],
        "luminance": 0.6102,
        "contrast": {
          "black": 13.2,
          "white": 1.59
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/fdc36d/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/fdc36d.json"
      }
    ],
    "anchor": "coral-reef-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": "#6DFD7C",
        "name": "#6DFD7C",
        "slug": null,
        "rgb": [
          109,
          253,
          124
        ],
        "hsl": [
          126,
          97,
          71
        ],
        "cmyk": [
          57,
          0,
          51,
          1
        ],
        "luminance": 0.7496,
        "contrast": {
          "black": 15.99,
          "white": 1.31
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/6dfd7c/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/6dfd7c.json"
      },
      {
        "hex": "#7C6DFD",
        "name": "#7C6DFD",
        "slug": null,
        "rgb": [
          124,
          109,
          253
        ],
        "hsl": [
          246,
          97,
          71
        ],
        "cmyk": [
          51,
          57,
          0,
          1
        ],
        "luminance": 0.2231,
        "contrast": {
          "black": 5.46,
          "white": 3.84
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A"
          ],
          "AAA": []
        },
        "url": "https://www.colorsencyclopedia.com/hex/7c6dfd/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/7c6dfd.json"
      }
    ],
    "anchor": "coral-reef-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": "#A7FD6D",
        "name": "#A7FD6D",
        "slug": null,
        "rgb": [
          167,
          253,
          109
        ],
        "hsl": [
          96,
          97,
          71
        ],
        "cmyk": [
          34,
          0,
          57,
          1
        ],
        "luminance": 0.7957,
        "contrast": {
          "black": 16.91,
          "white": 1.24
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/a7fd6d/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/a7fd6d.json"
      },
      {
        "hex": "#6DEEFD",
        "name": "#6DEEFD",
        "slug": null,
        "rgb": [
          109,
          238,
          253
        ],
        "hsl": [
          186,
          97,
          71
        ],
        "cmyk": [
          57,
          6,
          0,
          1
        ],
        "luminance": 0.7149,
        "contrast": {
          "black": 15.3,
          "white": 1.37
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/6deefd/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/6deefd.json"
      },
      {
        "hex": "#C36DFD",
        "name": "#C36DFD",
        "slug": null,
        "rgb": [
          195,
          109,
          253
        ],
        "hsl": [
          276,
          97,
          71
        ],
        "cmyk": [
          23,
          57,
          0,
          1
        ],
        "luminance": 0.2963,
        "contrast": {
          "black": 6.93,
          "white": 3.03
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A"
          ],
          "AAA": []
        },
        "url": "https://www.colorsencyclopedia.com/hex/c36dfd/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/c36dfd.json"
      }
    ],
    "anchor": "coral-reef-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": "#6DFDC3",
        "name": "#6DFDC3",
        "slug": null,
        "rgb": [
          109,
          253,
          195
        ],
        "hsl": [
          156,
          97,
          71
        ],
        "cmyk": [
          57,
          0,
          23,
          1
        ],
        "luminance": 0.7744,
        "contrast": {
          "black": 16.49,
          "white": 1.27
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/6dfdc3/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/6dfdc3.json"
      },
      {
        "hex": "#6DA7FD",
        "name": "#6DA7FD",
        "slug": null,
        "rgb": [
          109,
          167,
          253
        ],
        "hsl": [
          216,
          97,
          71
        ],
        "cmyk": [
          57,
          34,
          0,
          1
        ],
        "luminance": 0.3798,
        "contrast": {
          "black": 8.6,
          "white": 2.44
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/6da7fd/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/6da7fd.json"
      }
    ],
    "anchor": "coral-reef-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": "#FECDC8",
        "name": "#FECDC8",
        "slug": null,
        "rgb": [
          254,
          205,
          200
        ],
        "hsl": [
          6,
          96,
          89
        ],
        "cmyk": [
          0,
          19,
          21,
          0
        ],
        "luminance": 0.689,
        "contrast": {
          "black": 14.78,
          "white": 1.42
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/fecdc8/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/fecdc8.json"
      },
      {
        "hex": "#FD7C6E",
        "name": "Coral Reef",
        "slug": "coral-reef",
        "rgb": [
          253,
          124,
          110
        ],
        "hsl": [
          6,
          97,
          71
        ],
        "cmyk": [
          0,
          51,
          57,
          1
        ],
        "luminance": 0.3642,
        "contrast": {
          "black": 8.28,
          "white": 2.54
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A"
          ],
          "AAA": [
            "#000000"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/colors/coral-reef/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/colors/coral-reef.json"
      },
      {
        "hex": "#FB2A13",
        "name": "#FB2A13",
        "slug": null,
        "rgb": [
          251,
          42,
          19
        ],
        "hsl": [
          6,
          97,
          53
        ],
        "cmyk": [
          0,
          83,
          92,
          2
        ],
        "luminance": 0.2221,
        "contrast": {
          "black": 5.44,
          "white": 3.86
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A"
          ],
          "AAA": []
        },
        "url": "https://www.colorsencyclopedia.com/hex/fb2a13/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/fb2a13.json"
      }
    ],
    "anchor": "coral-reef-harmony-monochromatic"
  }
]
Signature palette
[
  "#FD7C6E",
  "#6DEEFD",
  "#FD6DA7",
  "#FDC36D",
  "#FECDC8",
  "#FB2A13"
]
Accessibility notes
[
  "Black contrast on Coral Reef: 8.28:1",
  "White contrast on Coral Reef: 2.54:1",
  "AA text options: #000000, #1A1A1A"
]
CSS tokens
":root {\n  --color-coral-reef: #FD7C6E;\n  --coral-reef-complementary-1: #6DEEFD;\n  --coral-reef-analogous-1: #FD6DA7;\n  --coral-reef-analogous-2: #FDC36D;\n  --coral-reef-triadic-1: #6DFD7C;\n  --coral-reef-triadic-2: #7C6DFD;\n  --coral-reef-tetradic-1: #A7FD6D;\n  --coral-reef-tetradic-2: #6DEEFD;\n  --coral-reef-tetradic-3: #C36DFD;\n  --coral-reef-split-complementary-1: #6DFDC3;\n  --coral-reef-split-complementary-2: #6DA7FD;\n  --coral-reef-monochromatic-1: #FECDC8;\n  --coral-reef-monochromatic-2: #FD7C6E;\n  --coral-reef-monochromatic-3: #FB2A13;\n}\n\n.palette-coral-reef-harmony {\n  color: #111827;\n  background: linear-gradient(135deg, #FD7C6E, #6DEEFD, #FD6DA7, #FDC36D, #FECDC8, #FB2A13);\n}"
Full JSON dataset
{
  "datasetVersion": "1.0.0",
  "slug": "coral-reef",
  "name": "Coral Reef",
  "hex": "#FD7C6E",
  "rgb": [
    253,
    124,
    110
  ],
  "hsl": [
    6,
    97,
    71
  ],
  "cmyk": [
    0,
    51,
    57,
    1
  ],
  "family": "red",
  "temperature": "warm",
  "tone": [
    "vibrant"
  ],
  "luminance": 0.3642,
  "contrast": {
    "black": 8.28,
    "white": 2.54
  },
  "wcag": {
    "AA": [
      "#000000",
      "#1A1A1A"
    ],
    "AAA": [
      "#000000"
    ]
  },
  "sourceColor": {
    "slug": "coral-reef",
    "name": "Coral Reef",
    "hex": "#FD7C6E",
    "url": "https://www.colorsencyclopedia.com/colors/coral-reef/",
    "apiUrl": "https://www.colorsencyclopedia.com/api/colors/coral-reef.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": "#6DEEFD",
          "name": "#6DEEFD",
          "slug": null,
          "rgb": [
            109,
            238,
            253
          ],
          "hsl": [
            186,
            97,
            71
          ],
          "cmyk": [
            57,
            6,
            0,
            1
          ],
          "luminance": 0.7149,
          "contrast": {
            "black": 15.3,
            "white": 1.37
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/6deefd/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/6deefd.json"
        }
      ],
      "anchor": "coral-reef-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": "#FD6DA7",
          "name": "#FD6DA7",
          "slug": null,
          "rgb": [
            253,
            109,
            167
          ],
          "hsl": [
            336,
            97,
            71
          ],
          "cmyk": [
            0,
            57,
            34,
            1
          ],
          "luminance": 0.3461,
          "contrast": {
            "black": 7.92,
            "white": 2.65
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A"
            ],
            "AAA": [
              "#000000"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/fd6da7/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/fd6da7.json"
        },
        {
          "hex": "#FDC36D",
          "name": "#FDC36D",
          "slug": null,
          "rgb": [
            253,
            195,
            109
          ],
          "hsl": [
            36,
            97,
            71
          ],
          "cmyk": [
            0,
            23,
            57,
            1
          ],
          "luminance": 0.6102,
          "contrast": {
            "black": 13.2,
            "white": 1.59
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/fdc36d/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/fdc36d.json"
        }
      ],
      "anchor": "coral-reef-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": "#6DFD7C",
          "name": "#6DFD7C",
          "slug": null,
          "rgb": [
            109,
            253,
            124
          ],
          "hsl": [
            126,
            97,
            71
          ],
          "cmyk": [
            57,
            0,
            51,
            1
          ],
          "luminance": 0.7496,
          "contrast": {
            "black": 15.99,
            "white": 1.31
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/6dfd7c/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/6dfd7c.json"
        },
        {
          "hex": "#7C6DFD",
          "name": "#7C6DFD",
          "slug": null,
          "rgb": [
            124,
            109,
            253
          ],
          "hsl": [
            246,
            97,
            71
          ],
          "cmyk": [
            51,
            57,
            0,
            1
          ],
          "luminance": 0.2231,
          "contrast": {
            "black": 5.46,
            "white": 3.84
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A"
            ],
            "AAA": []
          },
          "url": "https://www.colorsencyclopedia.com/hex/7c6dfd/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/7c6dfd.json"
        }
      ],
      "anchor": "coral-reef-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": "#A7FD6D",
          "name": "#A7FD6D",
          "slug": null,
          "rgb": [
            167,
            253,
            109
          ],
          "hsl": [
            96,
            97,
            71
          ],
          "cmyk": [
            34,
            0,
            57,
            1
          ],
          "luminance": 0.7957,
          "contrast": {
            "black": 16.91,
            "white": 1.24
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/a7fd6d/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/a7fd6d.json"
        },
        {
          "hex": "#6DEEFD",
          "name": "#6DEEFD",
          "slug": null,
          "rgb": [
            109,
            238,
            253
          ],
          "hsl": [
            186,
            97,
            71
          ],
          "cmyk": [
            57,
            6,
            0,
            1
          ],
          "luminance": 0.7149,
          "contrast": {
            "black": 15.3,
            "white": 1.37
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/6deefd/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/6deefd.json"
        },
        {
          "hex": "#C36DFD",
          "name": "#C36DFD",
          "slug": null,
          "rgb": [
            195,
            109,
            253
          ],
          "hsl": [
            276,
            97,
            71
          ],
          "cmyk": [
            23,
            57,
            0,
            1
          ],
          "luminance": 0.2963,
          "contrast": {
            "black": 6.93,
            "white": 3.03
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A"
            ],
            "AAA": []
          },
          "url": "https://www.colorsencyclopedia.com/hex/c36dfd/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/c36dfd.json"
        }
      ],
      "anchor": "coral-reef-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": "#6DFDC3",
          "name": "#6DFDC3",
          "slug": null,
          "rgb": [
            109,
            253,
            195
          ],
          "hsl": [
            156,
            97,
            71
          ],
          "cmyk": [
            57,
            0,
            23,
            1
          ],
          "luminance": 0.7744,
          "contrast": {
            "black": 16.49,
            "white": 1.27
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/6dfdc3/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/6dfdc3.json"
        },
        {
          "hex": "#6DA7FD",
          "name": "#6DA7FD",
          "slug": null,
          "rgb": [
            109,
            167,
            253
          ],
          "hsl": [
            216,
            97,
            71
          ],
          "cmyk": [
            57,
            34,
            0,
            1
          ],
          "luminance": 0.3798,
          "contrast": {
            "black": 8.6,
            "white": 2.44
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/6da7fd/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/6da7fd.json"
        }
      ],
      "anchor": "coral-reef-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": "#FECDC8",
          "name": "#FECDC8",
          "slug": null,
          "rgb": [
            254,
            205,
            200
          ],
          "hsl": [
            6,
            96,
            89
          ],
          "cmyk": [
            0,
            19,
            21,
            0
          ],
          "luminance": 0.689,
          "contrast": {
            "black": 14.78,
            "white": 1.42
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/fecdc8/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/fecdc8.json"
        },
        {
          "hex": "#FD7C6E",
          "name": "Coral Reef",
          "slug": "coral-reef",
          "rgb": [
            253,
            124,
            110
          ],
          "hsl": [
            6,
            97,
            71
          ],
          "cmyk": [
            0,
            51,
            57,
            1
          ],
          "luminance": 0.3642,
          "contrast": {
            "black": 8.28,
            "white": 2.54
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A"
            ],
            "AAA": [
              "#000000"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/colors/coral-reef/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/colors/coral-reef.json"
        },
        {
          "hex": "#FB2A13",
          "name": "#FB2A13",
          "slug": null,
          "rgb": [
            251,
            42,
            19
          ],
          "hsl": [
            6,
            97,
            53
          ],
          "cmyk": [
            0,
            83,
            92,
            2
          ],
          "luminance": 0.2221,
          "contrast": {
            "black": 5.44,
            "white": 3.86
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A"
            ],
            "AAA": []
          },
          "url": "https://www.colorsencyclopedia.com/hex/fb2a13/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/fb2a13.json"
        }
      ],
      "anchor": "coral-reef-harmony-monochromatic"
    }
  ],
  "signaturePalette": [
    "#FD7C6E",
    "#6DEEFD",
    "#FD6DA7",
    "#FDC36D",
    "#FECDC8",
    "#FB2A13"
  ],
  "semanticGroups": [
    "red harmony",
    "warm harmony",
    "vibrant harmony",
    "coral reef palette system"
  ],
  "useCases": [
    "palette generation",
    "brand color exploration",
    "UI accent planning",
    "CSS design tokens",
    "AI color retrieval"
  ],
  "accessibilityNotes": [
    "Black contrast on Coral Reef: 8.28:1",
    "White contrast on Coral Reef: 2.54:1",
    "AA text options: #000000, #1A1A1A"
  ],
  "relatedEndpoints": [
    "https://www.colorsencyclopedia.com/api/harmonies/coral-reef.json",
    "https://www.colorsencyclopedia.com/api/colors/coral-reef.json",
    "https://www.colorsencyclopedia.com/api/hex/fd7c6e.json"
  ],
  "url": "https://www.colorsencyclopedia.com/harmonies/coral-reef/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/harmonies/coral-reef.json",
  "cssSnippet": ":root {\n  --color-coral-reef: #FD7C6E;\n  --coral-reef-complementary-1: #6DEEFD;\n  --coral-reef-analogous-1: #FD6DA7;\n  --coral-reef-analogous-2: #FDC36D;\n  --coral-reef-triadic-1: #6DFD7C;\n  --coral-reef-triadic-2: #7C6DFD;\n  --coral-reef-tetradic-1: #A7FD6D;\n  --coral-reef-tetradic-2: #6DEEFD;\n  --coral-reef-tetradic-3: #C36DFD;\n  --coral-reef-split-complementary-1: #6DFDC3;\n  --coral-reef-split-complementary-2: #6DA7FD;\n  --coral-reef-monochromatic-1: #FECDC8;\n  --coral-reef-monochromatic-2: #FD7C6E;\n  --coral-reef-monochromatic-3: #FB2A13;\n}\n\n.palette-coral-reef-harmony {\n  color: #111827;\n  background: linear-gradient(135deg, #FD7C6E, #6DEEFD, #FD6DA7, #FDC36D, #FECDC8, #FB2A13);\n}"
}

CSS Harmony Tokens

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

:root {
  --color-coral-reef: #FD7C6E;
  --coral-reef-complementary-1: #6DEEFD;
  --coral-reef-analogous-1: #FD6DA7;
  --coral-reef-analogous-2: #FDC36D;
  --coral-reef-triadic-1: #6DFD7C;
  --coral-reef-triadic-2: #7C6DFD;
  --coral-reef-tetradic-1: #A7FD6D;
  --coral-reef-tetradic-2: #6DEEFD;
  --coral-reef-tetradic-3: #C36DFD;
  --coral-reef-split-complementary-1: #6DFDC3;
  --coral-reef-split-complementary-2: #6DA7FD;
  --coral-reef-monochromatic-1: #FECDC8;
  --coral-reef-monochromatic-2: #FD7C6E;
  --coral-reef-monochromatic-3: #FB2A13;
}

.palette-coral-reef-harmony {
  color: #111827;
  background: linear-gradient(135deg, #FD7C6E, #6DEEFD, #FD6DA7, #FDC36D, #FECDC8, #FB2A13);
}

Coral Reef 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 colorCoral Reef · #FD7C6E
#6DEEFD#6DEEFD
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 colorCoral Reef · #FD7C6E
#FD6DA7#FD6DA7
#FDC36D#FDC36D
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 colorCoral Reef · #FD7C6E
#6DFD7C#6DFD7C
#7C6DFD#7C6DFD
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 colorCoral Reef · #FD7C6E
#A7FD6D#A7FD6D
#6DEEFD#6DEEFD
#C36DFD#C36DFD
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 colorCoral Reef · #FD7C6E
#6DFDC3#6DFDC3
#6DA7FD#6DA7FD
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 colorCoral Reef · #FD7C6E
#FECDC8#FECDC8
Coral Reef#FD7C6E
#FB2A13#FB2A13