Harmony system

Salmon Pink Color Harmonies

Salmon Pink harmonies from #FF91A4: complementary #8FFFEC, plus five harmony groups with CSS and contrast data.

Salmon Pink is a warm red at hue 350°, saturation 100% and lightness 78%. 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.

SourceSalmon Pink · #FF91A4
Groups6
Palette colors6
FamilyRed

How the harmony works

Salmon Pink Harmony Guide

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

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

AI-Ready Dataset v1.0.0
Luminance0.4419
Black text9.84:1AA Pass
White text2.13: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": "salmon-pink",
  "name": "Salmon Pink",
  "hex": "#FF91A4",
  "url": "https://www.colorsencyclopedia.com/colors/salmon-pink/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/colors/salmon-pink.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": "#8FFFEC",
        "name": "#8FFFEC",
        "slug": null,
        "rgb": [
          143,
          255,
          236
        ],
        "hsl": [
          170,
          100,
          78
        ],
        "cmyk": [
          44,
          0,
          7,
          0
        ],
        "luminance": 0.8342,
        "contrast": {
          "black": 17.68,
          "white": 1.19
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": null,
        "apiUrl": null
      }
    ],
    "anchor": "salmon-pink-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": "#FF8FDA",
        "name": "#FF8FDA",
        "slug": null,
        "rgb": [
          255,
          143,
          218
        ],
        "hsl": [
          320,
          100,
          78
        ],
        "cmyk": [
          0,
          44,
          15,
          0
        ],
        "luminance": 0.4597,
        "contrast": {
          "black": 10.19,
          "white": 2.06
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A"
          ]
        },
        "url": null,
        "apiUrl": null
      },
      {
        "hex": "#FFB48F",
        "name": "#FFB48F",
        "slug": null,
        "rgb": [
          255,
          180,
          143
        ],
        "hsl": [
          20,
          100,
          78
        ],
        "cmyk": [
          0,
          29,
          44,
          0
        ],
        "luminance": 0.5589,
        "contrast": {
          "black": 12.18,
          "white": 1.72
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A"
          ]
        },
        "url": null,
        "apiUrl": null
      }
    ],
    "anchor": "salmon-pink-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": "#A2FF8F",
        "name": "#A2FF8F",
        "slug": null,
        "rgb": [
          162,
          255,
          143
        ],
        "hsl": [
          110,
          100,
          78
        ],
        "cmyk": [
          36,
          0,
          44,
          0
        ],
        "luminance": 0.8118,
        "contrast": {
          "black": 17.24,
          "white": 1.22
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": null,
        "apiUrl": null
      },
      {
        "hex": "#8FA2FF",
        "name": "#8FA2FF",
        "slug": null,
        "rgb": [
          143,
          162,
          255
        ],
        "hsl": [
          230,
          100,
          78
        ],
        "cmyk": [
          44,
          36,
          0,
          0
        ],
        "luminance": 0.389,
        "contrast": {
          "black": 8.78,
          "white": 2.39
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A"
          ]
        },
        "url": null,
        "apiUrl": null
      }
    ],
    "anchor": "salmon-pink-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": "#DAFF8F",
        "name": "#DAFF8F",
        "slug": null,
        "rgb": [
          218,
          255,
          143
        ],
        "hsl": [
          80,
          100,
          78
        ],
        "cmyk": [
          15,
          0,
          44,
          0
        ],
        "luminance": 0.8841,
        "contrast": {
          "black": 18.68,
          "white": 1.12
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": null,
        "apiUrl": null
      },
      {
        "hex": "#8FFFEC",
        "name": "#8FFFEC",
        "slug": null,
        "rgb": [
          143,
          255,
          236
        ],
        "hsl": [
          170,
          100,
          78
        ],
        "cmyk": [
          44,
          0,
          7,
          0
        ],
        "luminance": 0.8342,
        "contrast": {
          "black": 17.68,
          "white": 1.19
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": null,
        "apiUrl": null
      },
      {
        "hex": "#B48FFF",
        "name": "#B48FFF",
        "slug": null,
        "rgb": [
          180,
          143,
          255
        ],
        "hsl": [
          260,
          100,
          78
        ],
        "cmyk": [
          29,
          44,
          0,
          0
        ],
        "luminance": 0.3657,
        "contrast": {
          "black": 8.31,
          "white": 2.53
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A"
          ],
          "AAA": [
            "#000000"
          ]
        },
        "url": null,
        "apiUrl": null
      }
    ],
    "anchor": "salmon-pink-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": "#8FFFB4",
        "name": "#8FFFB4",
        "slug": null,
        "rgb": [
          143,
          255,
          180
        ],
        "hsl": [
          140,
          100,
          78
        ],
        "cmyk": [
          44,
          0,
          29,
          0
        ],
        "luminance": 0.8065,
        "contrast": {
          "black": 17.13,
          "white": 1.23
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": null,
        "apiUrl": null
      },
      {
        "hex": "#8FDAFF",
        "name": "#8FDAFF",
        "slug": null,
        "rgb": [
          143,
          218,
          255
        ],
        "hsl": [
          200,
          100,
          78
        ],
        "cmyk": [
          44,
          15,
          0,
          0
        ],
        "luminance": 0.632,
        "contrast": {
          "black": 13.64,
          "white": 1.54
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A"
          ]
        },
        "url": null,
        "apiUrl": null
      }
    ],
    "anchor": "salmon-pink-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": "#FFEBEE",
        "name": "#FFEBEE",
        "slug": null,
        "rgb": [
          255,
          235,
          238
        ],
        "hsl": [
          351,
          100,
          96
        ],
        "cmyk": [
          0,
          8,
          7,
          0
        ],
        "luminance": 0.8685,
        "contrast": {
          "black": 18.37,
          "white": 1.14
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": null,
        "apiUrl": null
      },
      {
        "hex": "#FF91A4",
        "name": "Salmon Pink",
        "slug": "salmon-pink",
        "rgb": [
          255,
          145,
          164
        ],
        "hsl": [
          350,
          100,
          78
        ],
        "cmyk": [
          0,
          43,
          36,
          0
        ],
        "luminance": 0.4419,
        "contrast": {
          "black": 9.84,
          "white": 2.13
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/colors/salmon-pink/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/colors/salmon-pink.json"
      },
      {
        "hex": "#FF3355",
        "name": "#FF3355",
        "slug": null,
        "rgb": [
          255,
          51,
          85
        ],
        "hsl": [
          350,
          100,
          60
        ],
        "cmyk": [
          0,
          80,
          67,
          0
        ],
        "luminance": 0.2428,
        "contrast": {
          "black": 5.86,
          "white": 3.59
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A"
          ],
          "AAA": []
        },
        "url": null,
        "apiUrl": null
      }
    ],
    "anchor": "salmon-pink-harmony-monochromatic"
  }
]
Signature palette
[
  "#FF91A4",
  "#8FFFEC",
  "#FF8FDA",
  "#FFB48F",
  "#FFEBEE",
  "#FF3355"
]
Accessibility notes
[
  "Black contrast on Salmon Pink: 9.84:1",
  "White contrast on Salmon Pink: 2.13:1",
  "AA text options: #000000, #1A1A1A, #36454F"
]
CSS tokens
":root {\n  --color-salmon-pink: #FF91A4;\n  --salmon-pink-complementary-1: #8FFFEC;\n  --salmon-pink-analogous-1: #FF8FDA;\n  --salmon-pink-analogous-2: #FFB48F;\n  --salmon-pink-triadic-1: #A2FF8F;\n  --salmon-pink-triadic-2: #8FA2FF;\n  --salmon-pink-tetradic-1: #DAFF8F;\n  --salmon-pink-tetradic-2: #8FFFEC;\n  --salmon-pink-tetradic-3: #B48FFF;\n  --salmon-pink-split-complementary-1: #8FFFB4;\n  --salmon-pink-split-complementary-2: #8FDAFF;\n  --salmon-pink-monochromatic-1: #FFEBEE;\n  --salmon-pink-monochromatic-2: #FF91A4;\n  --salmon-pink-monochromatic-3: #FF3355;\n}\n\n.palette-salmon-pink-harmony {\n  color: #111827;\n  background: linear-gradient(135deg, #FF91A4, #8FFFEC, #FF8FDA, #FFB48F, #FFEBEE, #FF3355);\n}"
Full JSON dataset
{
  "datasetVersion": "1.0.0",
  "slug": "salmon-pink",
  "name": "Salmon Pink",
  "hex": "#FF91A4",
  "rgb": [
    255,
    145,
    164
  ],
  "hsl": [
    350,
    100,
    78
  ],
  "cmyk": [
    0,
    43,
    36,
    0
  ],
  "family": "red",
  "temperature": "warm",
  "tone": [
    "pastel"
  ],
  "luminance": 0.4419,
  "contrast": {
    "black": 9.84,
    "white": 2.13
  },
  "wcag": {
    "AA": [
      "#000000",
      "#1A1A1A",
      "#36454F"
    ],
    "AAA": [
      "#000000",
      "#1A1A1A"
    ]
  },
  "sourceColor": {
    "slug": "salmon-pink",
    "name": "Salmon Pink",
    "hex": "#FF91A4",
    "url": "https://www.colorsencyclopedia.com/colors/salmon-pink/",
    "apiUrl": "https://www.colorsencyclopedia.com/api/colors/salmon-pink.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": "#8FFFEC",
          "name": "#8FFFEC",
          "slug": null,
          "rgb": [
            143,
            255,
            236
          ],
          "hsl": [
            170,
            100,
            78
          ],
          "cmyk": [
            44,
            0,
            7,
            0
          ],
          "luminance": 0.8342,
          "contrast": {
            "black": 17.68,
            "white": 1.19
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": null,
          "apiUrl": null
        }
      ],
      "anchor": "salmon-pink-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": "#FF8FDA",
          "name": "#FF8FDA",
          "slug": null,
          "rgb": [
            255,
            143,
            218
          ],
          "hsl": [
            320,
            100,
            78
          ],
          "cmyk": [
            0,
            44,
            15,
            0
          ],
          "luminance": 0.4597,
          "contrast": {
            "black": 10.19,
            "white": 2.06
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A"
            ]
          },
          "url": null,
          "apiUrl": null
        },
        {
          "hex": "#FFB48F",
          "name": "#FFB48F",
          "slug": null,
          "rgb": [
            255,
            180,
            143
          ],
          "hsl": [
            20,
            100,
            78
          ],
          "cmyk": [
            0,
            29,
            44,
            0
          ],
          "luminance": 0.5589,
          "contrast": {
            "black": 12.18,
            "white": 1.72
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A"
            ]
          },
          "url": null,
          "apiUrl": null
        }
      ],
      "anchor": "salmon-pink-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": "#A2FF8F",
          "name": "#A2FF8F",
          "slug": null,
          "rgb": [
            162,
            255,
            143
          ],
          "hsl": [
            110,
            100,
            78
          ],
          "cmyk": [
            36,
            0,
            44,
            0
          ],
          "luminance": 0.8118,
          "contrast": {
            "black": 17.24,
            "white": 1.22
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": null,
          "apiUrl": null
        },
        {
          "hex": "#8FA2FF",
          "name": "#8FA2FF",
          "slug": null,
          "rgb": [
            143,
            162,
            255
          ],
          "hsl": [
            230,
            100,
            78
          ],
          "cmyk": [
            44,
            36,
            0,
            0
          ],
          "luminance": 0.389,
          "contrast": {
            "black": 8.78,
            "white": 2.39
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A"
            ]
          },
          "url": null,
          "apiUrl": null
        }
      ],
      "anchor": "salmon-pink-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": "#DAFF8F",
          "name": "#DAFF8F",
          "slug": null,
          "rgb": [
            218,
            255,
            143
          ],
          "hsl": [
            80,
            100,
            78
          ],
          "cmyk": [
            15,
            0,
            44,
            0
          ],
          "luminance": 0.8841,
          "contrast": {
            "black": 18.68,
            "white": 1.12
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": null,
          "apiUrl": null
        },
        {
          "hex": "#8FFFEC",
          "name": "#8FFFEC",
          "slug": null,
          "rgb": [
            143,
            255,
            236
          ],
          "hsl": [
            170,
            100,
            78
          ],
          "cmyk": [
            44,
            0,
            7,
            0
          ],
          "luminance": 0.8342,
          "contrast": {
            "black": 17.68,
            "white": 1.19
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": null,
          "apiUrl": null
        },
        {
          "hex": "#B48FFF",
          "name": "#B48FFF",
          "slug": null,
          "rgb": [
            180,
            143,
            255
          ],
          "hsl": [
            260,
            100,
            78
          ],
          "cmyk": [
            29,
            44,
            0,
            0
          ],
          "luminance": 0.3657,
          "contrast": {
            "black": 8.31,
            "white": 2.53
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A"
            ],
            "AAA": [
              "#000000"
            ]
          },
          "url": null,
          "apiUrl": null
        }
      ],
      "anchor": "salmon-pink-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": "#8FFFB4",
          "name": "#8FFFB4",
          "slug": null,
          "rgb": [
            143,
            255,
            180
          ],
          "hsl": [
            140,
            100,
            78
          ],
          "cmyk": [
            44,
            0,
            29,
            0
          ],
          "luminance": 0.8065,
          "contrast": {
            "black": 17.13,
            "white": 1.23
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": null,
          "apiUrl": null
        },
        {
          "hex": "#8FDAFF",
          "name": "#8FDAFF",
          "slug": null,
          "rgb": [
            143,
            218,
            255
          ],
          "hsl": [
            200,
            100,
            78
          ],
          "cmyk": [
            44,
            15,
            0,
            0
          ],
          "luminance": 0.632,
          "contrast": {
            "black": 13.64,
            "white": 1.54
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A"
            ]
          },
          "url": null,
          "apiUrl": null
        }
      ],
      "anchor": "salmon-pink-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": "#FFEBEE",
          "name": "#FFEBEE",
          "slug": null,
          "rgb": [
            255,
            235,
            238
          ],
          "hsl": [
            351,
            100,
            96
          ],
          "cmyk": [
            0,
            8,
            7,
            0
          ],
          "luminance": 0.8685,
          "contrast": {
            "black": 18.37,
            "white": 1.14
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": null,
          "apiUrl": null
        },
        {
          "hex": "#FF91A4",
          "name": "Salmon Pink",
          "slug": "salmon-pink",
          "rgb": [
            255,
            145,
            164
          ],
          "hsl": [
            350,
            100,
            78
          ],
          "cmyk": [
            0,
            43,
            36,
            0
          ],
          "luminance": 0.4419,
          "contrast": {
            "black": 9.84,
            "white": 2.13
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/colors/salmon-pink/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/colors/salmon-pink.json"
        },
        {
          "hex": "#FF3355",
          "name": "#FF3355",
          "slug": null,
          "rgb": [
            255,
            51,
            85
          ],
          "hsl": [
            350,
            100,
            60
          ],
          "cmyk": [
            0,
            80,
            67,
            0
          ],
          "luminance": 0.2428,
          "contrast": {
            "black": 5.86,
            "white": 3.59
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A"
            ],
            "AAA": []
          },
          "url": null,
          "apiUrl": null
        }
      ],
      "anchor": "salmon-pink-harmony-monochromatic"
    }
  ],
  "signaturePalette": [
    "#FF91A4",
    "#8FFFEC",
    "#FF8FDA",
    "#FFB48F",
    "#FFEBEE",
    "#FF3355"
  ],
  "semanticGroups": [
    "red harmony",
    "warm harmony",
    "pastel harmony",
    "salmon pink palette system"
  ],
  "useCases": [
    "palette generation",
    "brand color exploration",
    "UI accent planning",
    "CSS design tokens",
    "AI color retrieval"
  ],
  "accessibilityNotes": [
    "Black contrast on Salmon Pink: 9.84:1",
    "White contrast on Salmon Pink: 2.13:1",
    "AA text options: #000000, #1A1A1A, #36454F"
  ],
  "relatedEndpoints": [
    "https://www.colorsencyclopedia.com/api/harmonies/salmon-pink.json",
    "https://www.colorsencyclopedia.com/api/colors/salmon-pink.json",
    "https://www.colorsencyclopedia.com/api/hex/ff91a4.json"
  ],
  "url": "https://www.colorsencyclopedia.com/harmonies/salmon-pink/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/harmonies/salmon-pink.json",
  "cssSnippet": ":root {\n  --color-salmon-pink: #FF91A4;\n  --salmon-pink-complementary-1: #8FFFEC;\n  --salmon-pink-analogous-1: #FF8FDA;\n  --salmon-pink-analogous-2: #FFB48F;\n  --salmon-pink-triadic-1: #A2FF8F;\n  --salmon-pink-triadic-2: #8FA2FF;\n  --salmon-pink-tetradic-1: #DAFF8F;\n  --salmon-pink-tetradic-2: #8FFFEC;\n  --salmon-pink-tetradic-3: #B48FFF;\n  --salmon-pink-split-complementary-1: #8FFFB4;\n  --salmon-pink-split-complementary-2: #8FDAFF;\n  --salmon-pink-monochromatic-1: #FFEBEE;\n  --salmon-pink-monochromatic-2: #FF91A4;\n  --salmon-pink-monochromatic-3: #FF3355;\n}\n\n.palette-salmon-pink-harmony {\n  color: #111827;\n  background: linear-gradient(135deg, #FF91A4, #8FFFEC, #FF8FDA, #FFB48F, #FFEBEE, #FF3355);\n}"
}

CSS Harmony Tokens

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

:root {
  --color-salmon-pink: #FF91A4;
  --salmon-pink-complementary-1: #8FFFEC;
  --salmon-pink-analogous-1: #FF8FDA;
  --salmon-pink-analogous-2: #FFB48F;
  --salmon-pink-triadic-1: #A2FF8F;
  --salmon-pink-triadic-2: #8FA2FF;
  --salmon-pink-tetradic-1: #DAFF8F;
  --salmon-pink-tetradic-2: #8FFFEC;
  --salmon-pink-tetradic-3: #B48FFF;
  --salmon-pink-split-complementary-1: #8FFFB4;
  --salmon-pink-split-complementary-2: #8FDAFF;
  --salmon-pink-monochromatic-1: #FFEBEE;
  --salmon-pink-monochromatic-2: #FF91A4;
  --salmon-pink-monochromatic-3: #FF3355;
}

.palette-salmon-pink-harmony {
  color: #111827;
  background: linear-gradient(135deg, #FF91A4, #8FFFEC, #FF8FDA, #FFB48F, #FFEBEE, #FF3355);
}

Salmon Pink 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 Salmon Pink #FF91A4 and produces #8FFFEC. 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 colorSalmon Pink · #FF91A4
Analogous Harmony2 colors · neighboring hue movement

The analogous set starts from Salmon Pink #FF91A4 and produces #FF8FDA and #FFB48F. 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 colorSalmon Pink · #FF91A4
Triadic Harmony2 colors · three evenly spaced hues

The triadic set starts from Salmon Pink #FF91A4 and produces #A2FF8F and #8FA2FF. Its three evenly spaced hues relationship suits balanced contrast, playful systems, and broad palette range. None of these generated values has an exact named-color match in the current dataset.

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

The tetradic set starts from Salmon Pink #FF91A4 and produces #DAFF8F, #8FFFEC, and #B48FFF. 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 colorSalmon Pink · #FF91A4
Split Complementary Harmony2 colors · softened complementary contrast

The split complementary set starts from Salmon Pink #FF91A4 and produces #8FFFB4 and #8FDAFF. 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 colorSalmon Pink · #FF91A4
Monochromatic Harmony3 colors · same hue, different values

The monochromatic set starts from Salmon Pink #FF91A4 and produces #FFEBEE, #FF91A4, and #FF3355. Its same hue, different values relationship suits surfaces, states, elevation, and restrained UI themes. The generated values match Salmon Pink in the named-color dataset.

Behaviorsame hue, different values
Best usesurfaces, states, elevation, restrained UI themes
Source colorSalmon Pink · #FF91A4