Harmony system

Lavender Blush Color Harmonies

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

Lavender Blush sits in the pink family with warm temperature and light, pastel 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.

SourceLavender Blush · #FFF0F5
Groups6
Palette colors6
FamilyPink

How the harmony works

Lavender Blush Harmony Guide

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

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

AI-Ready Dataset v1.0.0
Luminance0.9017
Black text19.03:1AA Pass
White text1.1: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": "lavender-blush",
  "name": "Lavender Blush",
  "hex": "#FFF0F5",
  "url": "https://www.colorsencyclopedia.com/colors/lavender-blush/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/colors/lavender-blush.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": "#F0FFFA",
        "name": "#F0FFFA",
        "slug": null,
        "rgb": [
          240,
          255,
          250
        ],
        "hsl": [
          160,
          100,
          97
        ],
        "cmyk": [
          6,
          0,
          2,
          0
        ],
        "luminance": 0.9695,
        "contrast": {
          "black": 20.39,
          "white": 1.03
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/f0fffa/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/f0fffa.json"
      }
    ],
    "anchor": "lavender-blush-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": "#FFF0FC",
        "name": "#FFF0FC",
        "slug": null,
        "rgb": [
          255,
          240,
          252
        ],
        "hsl": [
          312,
          100,
          97
        ],
        "cmyk": [
          0,
          6,
          1,
          0
        ],
        "luminance": 0.9061,
        "contrast": {
          "black": 19.12,
          "white": 1.1
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/fff0fc/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/fff0fc.json"
      },
      {
        "hex": "#FFF2F0",
        "name": "#FFF2F0",
        "slug": null,
        "rgb": [
          255,
          242,
          240
        ],
        "hsl": [
          8,
          100,
          97
        ],
        "cmyk": [
          0,
          5,
          6,
          0
        ],
        "luminance": 0.9106,
        "contrast": {
          "black": 19.21,
          "white": 1.09
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/fff2f0/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/fff2f0.json"
      }
    ],
    "anchor": "lavender-blush-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": "#F5FFF0",
        "name": "#F5FFF0",
        "slug": null,
        "rgb": [
          245,
          255,
          240
        ],
        "hsl": [
          100,
          100,
          97
        ],
        "cmyk": [
          4,
          0,
          6,
          0
        ],
        "luminance": 0.9722,
        "contrast": {
          "black": 20.44,
          "white": 1.03
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/f5fff0/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/f5fff0.json"
      },
      {
        "hex": "#F0F5FF",
        "name": "#F0F5FF",
        "slug": null,
        "rgb": [
          240,
          245,
          255
        ],
        "hsl": [
          220,
          100,
          97
        ],
        "cmyk": [
          6,
          4,
          0,
          0
        ],
        "luminance": 0.9105,
        "contrast": {
          "black": 19.21,
          "white": 1.09
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/f0f5ff/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/f0f5ff.json"
      }
    ],
    "anchor": "lavender-blush-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": "#FCFFF0",
        "name": "#FCFFF0",
        "slug": null,
        "rgb": [
          252,
          255,
          240
        ],
        "hsl": [
          72,
          100,
          97
        ],
        "cmyk": [
          1,
          0,
          6,
          0
        ],
        "luminance": 0.9851,
        "contrast": {
          "black": 20.7,
          "white": 1.01
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/fcfff0/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/fcfff0.json"
      },
      {
        "hex": "#F0FFFA",
        "name": "#F0FFFA",
        "slug": null,
        "rgb": [
          240,
          255,
          250
        ],
        "hsl": [
          160,
          100,
          97
        ],
        "cmyk": [
          6,
          0,
          2,
          0
        ],
        "luminance": 0.9695,
        "contrast": {
          "black": 20.39,
          "white": 1.03
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/f0fffa/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/f0fffa.json"
      },
      {
        "hex": "#F2F0FF",
        "name": "#F2F0FF",
        "slug": null,
        "rgb": [
          242,
          240,
          255
        ],
        "hsl": [
          248,
          100,
          97
        ],
        "cmyk": [
          5,
          6,
          0,
          0
        ],
        "luminance": 0.8842,
        "contrast": {
          "black": 18.68,
          "white": 1.12
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/f2f0ff/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/f2f0ff.json"
      }
    ],
    "anchor": "lavender-blush-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": "#F0FFF2",
        "name": "#F0FFF2",
        "slug": null,
        "rgb": [
          240,
          255,
          242
        ],
        "hsl": [
          128,
          100,
          97
        ],
        "cmyk": [
          6,
          0,
          5,
          0
        ],
        "luminance": 0.9646,
        "contrast": {
          "black": 20.29,
          "white": 1.03
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/f0fff2/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/f0fff2.json"
      },
      {
        "hex": "#F0FCFF",
        "name": "#F0FCFF",
        "slug": null,
        "rgb": [
          240,
          252,
          255
        ],
        "hsl": [
          192,
          100,
          97
        ],
        "cmyk": [
          6,
          1,
          0,
          0
        ],
        "luminance": 0.9537,
        "contrast": {
          "black": 20.07,
          "white": 1.05
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/f0fcff/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/f0fcff.json"
      }
    ],
    "anchor": "lavender-blush-harmony-split-complementary"
  },
  {
    "key": "monochromatic",
    "label": "Monochromatic",
    "behavior": "same hue, different values",
    "bestUse": "surfaces, states, elevation, restrained UI themes",
    "description": "Monochromatic harmony keeps the source hue and changes lightness. It is the safest system for tonal UI, cards, hover states, shadows, backgrounds, and subtle visual hierarchy.",
    "colors": [
      {
        "hex": "#FFFFFF",
        "name": "White",
        "slug": "white",
        "rgb": [
          255,
          255,
          255
        ],
        "hsl": [
          0,
          0,
          100
        ],
        "cmyk": [
          0,
          0,
          0,
          0
        ],
        "luminance": 1,
        "contrast": {
          "black": 21,
          "white": 1
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/colors/white/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/colors/white.json"
      },
      {
        "hex": "#FFF0F5",
        "name": "Lavender Blush",
        "slug": "lavender-blush",
        "rgb": [
          255,
          240,
          245
        ],
        "hsl": [
          340,
          100,
          97
        ],
        "cmyk": [
          0,
          6,
          4,
          0
        ],
        "luminance": 0.9017,
        "contrast": {
          "black": 19.03,
          "white": 1.1
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/colors/lavender-blush/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/colors/lavender-blush.json"
      },
      {
        "hex": "#FF94B8",
        "name": "#FF94B8",
        "slug": null,
        "rgb": [
          255,
          148,
          184
        ],
        "hsl": [
          340,
          100,
          79
        ],
        "cmyk": [
          0,
          42,
          28,
          0
        ],
        "luminance": 0.459,
        "contrast": {
          "black": 10.18,
          "white": 2.06
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/hex/ff94b8/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/hex/ff94b8.json"
      }
    ],
    "anchor": "lavender-blush-harmony-monochromatic"
  }
]
Signature palette
[
  "#FFF0F5",
  "#F0FFFA",
  "#FFF0FC",
  "#FFF2F0",
  "#FFFFFF",
  "#FF94B8"
]
Accessibility notes
[
  "Black contrast on Lavender Blush: 19.03:1",
  "White contrast on Lavender Blush: 1.1:1",
  "AA text options: #000000, #1A1A1A, #36454F"
]
CSS tokens
":root {\n  --color-lavender-blush: #FFF0F5;\n  --lavender-blush-complementary-1: #F0FFFA;\n  --lavender-blush-analogous-1: #FFF0FC;\n  --lavender-blush-analogous-2: #FFF2F0;\n  --lavender-blush-triadic-1: #F5FFF0;\n  --lavender-blush-triadic-2: #F0F5FF;\n  --lavender-blush-tetradic-1: #FCFFF0;\n  --lavender-blush-tetradic-2: #F0FFFA;\n  --lavender-blush-tetradic-3: #F2F0FF;\n  --lavender-blush-split-complementary-1: #F0FFF2;\n  --lavender-blush-split-complementary-2: #F0FCFF;\n  --lavender-blush-monochromatic-1: #FFFFFF;\n  --lavender-blush-monochromatic-2: #FFF0F5;\n  --lavender-blush-monochromatic-3: #FF94B8;\n}\n\n.palette-lavender-blush-harmony {\n  color: #111827;\n  background: linear-gradient(135deg, #FFF0F5, #F0FFFA, #FFF0FC, #FFF2F0, #FFFFFF, #FF94B8);\n}"
Full JSON dataset
{
  "datasetVersion": "1.0.0",
  "slug": "lavender-blush",
  "name": "Lavender Blush",
  "hex": "#FFF0F5",
  "rgb": [
    255,
    240,
    245
  ],
  "hsl": [
    340,
    100,
    97
  ],
  "cmyk": [
    0,
    6,
    4,
    0
  ],
  "family": "pink",
  "temperature": "warm",
  "tone": [
    "light",
    "pastel"
  ],
  "luminance": 0.9017,
  "contrast": {
    "black": 19.03,
    "white": 1.1
  },
  "wcag": {
    "AA": [
      "#000000",
      "#1A1A1A",
      "#36454F"
    ],
    "AAA": [
      "#000000",
      "#1A1A1A",
      "#36454F"
    ]
  },
  "sourceColor": {
    "slug": "lavender-blush",
    "name": "Lavender Blush",
    "hex": "#FFF0F5",
    "url": "https://www.colorsencyclopedia.com/colors/lavender-blush/",
    "apiUrl": "https://www.colorsencyclopedia.com/api/colors/lavender-blush.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": "#F0FFFA",
          "name": "#F0FFFA",
          "slug": null,
          "rgb": [
            240,
            255,
            250
          ],
          "hsl": [
            160,
            100,
            97
          ],
          "cmyk": [
            6,
            0,
            2,
            0
          ],
          "luminance": 0.9695,
          "contrast": {
            "black": 20.39,
            "white": 1.03
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/f0fffa/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/f0fffa.json"
        }
      ],
      "anchor": "lavender-blush-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": "#FFF0FC",
          "name": "#FFF0FC",
          "slug": null,
          "rgb": [
            255,
            240,
            252
          ],
          "hsl": [
            312,
            100,
            97
          ],
          "cmyk": [
            0,
            6,
            1,
            0
          ],
          "luminance": 0.9061,
          "contrast": {
            "black": 19.12,
            "white": 1.1
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/fff0fc/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/fff0fc.json"
        },
        {
          "hex": "#FFF2F0",
          "name": "#FFF2F0",
          "slug": null,
          "rgb": [
            255,
            242,
            240
          ],
          "hsl": [
            8,
            100,
            97
          ],
          "cmyk": [
            0,
            5,
            6,
            0
          ],
          "luminance": 0.9106,
          "contrast": {
            "black": 19.21,
            "white": 1.09
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/fff2f0/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/fff2f0.json"
        }
      ],
      "anchor": "lavender-blush-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": "#F5FFF0",
          "name": "#F5FFF0",
          "slug": null,
          "rgb": [
            245,
            255,
            240
          ],
          "hsl": [
            100,
            100,
            97
          ],
          "cmyk": [
            4,
            0,
            6,
            0
          ],
          "luminance": 0.9722,
          "contrast": {
            "black": 20.44,
            "white": 1.03
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/f5fff0/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/f5fff0.json"
        },
        {
          "hex": "#F0F5FF",
          "name": "#F0F5FF",
          "slug": null,
          "rgb": [
            240,
            245,
            255
          ],
          "hsl": [
            220,
            100,
            97
          ],
          "cmyk": [
            6,
            4,
            0,
            0
          ],
          "luminance": 0.9105,
          "contrast": {
            "black": 19.21,
            "white": 1.09
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/f0f5ff/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/f0f5ff.json"
        }
      ],
      "anchor": "lavender-blush-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": "#FCFFF0",
          "name": "#FCFFF0",
          "slug": null,
          "rgb": [
            252,
            255,
            240
          ],
          "hsl": [
            72,
            100,
            97
          ],
          "cmyk": [
            1,
            0,
            6,
            0
          ],
          "luminance": 0.9851,
          "contrast": {
            "black": 20.7,
            "white": 1.01
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/fcfff0/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/fcfff0.json"
        },
        {
          "hex": "#F0FFFA",
          "name": "#F0FFFA",
          "slug": null,
          "rgb": [
            240,
            255,
            250
          ],
          "hsl": [
            160,
            100,
            97
          ],
          "cmyk": [
            6,
            0,
            2,
            0
          ],
          "luminance": 0.9695,
          "contrast": {
            "black": 20.39,
            "white": 1.03
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/f0fffa/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/f0fffa.json"
        },
        {
          "hex": "#F2F0FF",
          "name": "#F2F0FF",
          "slug": null,
          "rgb": [
            242,
            240,
            255
          ],
          "hsl": [
            248,
            100,
            97
          ],
          "cmyk": [
            5,
            6,
            0,
            0
          ],
          "luminance": 0.8842,
          "contrast": {
            "black": 18.68,
            "white": 1.12
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/f2f0ff/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/f2f0ff.json"
        }
      ],
      "anchor": "lavender-blush-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": "#F0FFF2",
          "name": "#F0FFF2",
          "slug": null,
          "rgb": [
            240,
            255,
            242
          ],
          "hsl": [
            128,
            100,
            97
          ],
          "cmyk": [
            6,
            0,
            5,
            0
          ],
          "luminance": 0.9646,
          "contrast": {
            "black": 20.29,
            "white": 1.03
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/f0fff2/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/f0fff2.json"
        },
        {
          "hex": "#F0FCFF",
          "name": "#F0FCFF",
          "slug": null,
          "rgb": [
            240,
            252,
            255
          ],
          "hsl": [
            192,
            100,
            97
          ],
          "cmyk": [
            6,
            1,
            0,
            0
          ],
          "luminance": 0.9537,
          "contrast": {
            "black": 20.07,
            "white": 1.05
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/f0fcff/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/f0fcff.json"
        }
      ],
      "anchor": "lavender-blush-harmony-split-complementary"
    },
    {
      "key": "monochromatic",
      "label": "Monochromatic",
      "behavior": "same hue, different values",
      "bestUse": "surfaces, states, elevation, restrained UI themes",
      "description": "Monochromatic harmony keeps the source hue and changes lightness. It is the safest system for tonal UI, cards, hover states, shadows, backgrounds, and subtle visual hierarchy.",
      "colors": [
        {
          "hex": "#FFFFFF",
          "name": "White",
          "slug": "white",
          "rgb": [
            255,
            255,
            255
          ],
          "hsl": [
            0,
            0,
            100
          ],
          "cmyk": [
            0,
            0,
            0,
            0
          ],
          "luminance": 1,
          "contrast": {
            "black": 21,
            "white": 1
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/colors/white/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/colors/white.json"
        },
        {
          "hex": "#FFF0F5",
          "name": "Lavender Blush",
          "slug": "lavender-blush",
          "rgb": [
            255,
            240,
            245
          ],
          "hsl": [
            340,
            100,
            97
          ],
          "cmyk": [
            0,
            6,
            4,
            0
          ],
          "luminance": 0.9017,
          "contrast": {
            "black": 19.03,
            "white": 1.1
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/colors/lavender-blush/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/colors/lavender-blush.json"
        },
        {
          "hex": "#FF94B8",
          "name": "#FF94B8",
          "slug": null,
          "rgb": [
            255,
            148,
            184
          ],
          "hsl": [
            340,
            100,
            79
          ],
          "cmyk": [
            0,
            42,
            28,
            0
          ],
          "luminance": 0.459,
          "contrast": {
            "black": 10.18,
            "white": 2.06
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/hex/ff94b8/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/hex/ff94b8.json"
        }
      ],
      "anchor": "lavender-blush-harmony-monochromatic"
    }
  ],
  "signaturePalette": [
    "#FFF0F5",
    "#F0FFFA",
    "#FFF0FC",
    "#FFF2F0",
    "#FFFFFF",
    "#FF94B8"
  ],
  "semanticGroups": [
    "pink harmony",
    "warm harmony",
    "light harmony",
    "pastel harmony",
    "lavender blush palette system"
  ],
  "useCases": [
    "palette generation",
    "brand color exploration",
    "UI accent planning",
    "CSS design tokens",
    "AI color retrieval"
  ],
  "accessibilityNotes": [
    "Black contrast on Lavender Blush: 19.03:1",
    "White contrast on Lavender Blush: 1.1:1",
    "AA text options: #000000, #1A1A1A, #36454F"
  ],
  "relatedEndpoints": [
    "https://www.colorsencyclopedia.com/api/harmonies/lavender-blush.json",
    "https://www.colorsencyclopedia.com/api/colors/lavender-blush.json",
    "https://www.colorsencyclopedia.com/api/hex/fff0f5.json"
  ],
  "url": "https://www.colorsencyclopedia.com/harmonies/lavender-blush/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/harmonies/lavender-blush.json",
  "cssSnippet": ":root {\n  --color-lavender-blush: #FFF0F5;\n  --lavender-blush-complementary-1: #F0FFFA;\n  --lavender-blush-analogous-1: #FFF0FC;\n  --lavender-blush-analogous-2: #FFF2F0;\n  --lavender-blush-triadic-1: #F5FFF0;\n  --lavender-blush-triadic-2: #F0F5FF;\n  --lavender-blush-tetradic-1: #FCFFF0;\n  --lavender-blush-tetradic-2: #F0FFFA;\n  --lavender-blush-tetradic-3: #F2F0FF;\n  --lavender-blush-split-complementary-1: #F0FFF2;\n  --lavender-blush-split-complementary-2: #F0FCFF;\n  --lavender-blush-monochromatic-1: #FFFFFF;\n  --lavender-blush-monochromatic-2: #FFF0F5;\n  --lavender-blush-monochromatic-3: #FF94B8;\n}\n\n.palette-lavender-blush-harmony {\n  color: #111827;\n  background: linear-gradient(135deg, #FFF0F5, #F0FFFA, #FFF0FC, #FFF2F0, #FFFFFF, #FF94B8);\n}"
}

CSS Harmony Tokens

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

:root {
  --color-lavender-blush: #FFF0F5;
  --lavender-blush-complementary-1: #F0FFFA;
  --lavender-blush-analogous-1: #FFF0FC;
  --lavender-blush-analogous-2: #FFF2F0;
  --lavender-blush-triadic-1: #F5FFF0;
  --lavender-blush-triadic-2: #F0F5FF;
  --lavender-blush-tetradic-1: #FCFFF0;
  --lavender-blush-tetradic-2: #F0FFFA;
  --lavender-blush-tetradic-3: #F2F0FF;
  --lavender-blush-split-complementary-1: #F0FFF2;
  --lavender-blush-split-complementary-2: #F0FCFF;
  --lavender-blush-monochromatic-1: #FFFFFF;
  --lavender-blush-monochromatic-2: #FFF0F5;
  --lavender-blush-monochromatic-3: #FF94B8;
}

.palette-lavender-blush-harmony {
  color: #111827;
  background: linear-gradient(135deg, #FFF0F5, #F0FFFA, #FFF0FC, #FFF2F0, #FFFFFF, #FF94B8);
}

Lavender Blush 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 colorLavender Blush · #FFF0F5
#F0FFFA#F0FFFA
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 colorLavender Blush · #FFF0F5
#FFF0FC#FFF0FC
#FFF2F0#FFF2F0
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 colorLavender Blush · #FFF0F5
#F5FFF0#F5FFF0
#F0F5FF#F0F5FF
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 colorLavender Blush · #FFF0F5
#FCFFF0#FCFFF0
#F0FFFA#F0FFFA
#F2F0FF#F2F0FF
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 colorLavender Blush · #FFF0F5
#F0FFF2#F0FFF2
#F0FCFF#F0FCFF
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 colorLavender Blush · #FFF0F5
White#FFFFFF
Lavender Blush#FFF0F5
#FF94B8#FF94B8