Harmony system

Mint Cream Color Harmonies

Mint Cream harmonies from #F5FFFA: complementary #FFF5FA, plus five harmony groups with CSS and contrast data.

Mint Cream is a cool green at hue 150°, saturation 100% and lightness 98%. 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.

SourceMint Cream · #F5FFFA
Groups6
Palette colors6
FamilyGreen

How the harmony works

Mint Cream Harmony Guide

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

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

AI-Ready Dataset v1.0.0
Luminance0.9783
Black text20.57:1AA Pass
White text1.02: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": "mint-cream",
  "name": "Mint Cream",
  "hex": "#F5FFFA",
  "url": "https://www.colorsencyclopedia.com/colors/mint-cream/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/colors/mint-cream.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": "#FFF5FA",
        "name": "#FFF5FA",
        "slug": null,
        "rgb": [
          255,
          245,
          250
        ],
        "hsl": [
          330,
          100,
          98
        ],
        "cmyk": [
          0,
          4,
          2,
          0
        ],
        "luminance": 0.9347,
        "contrast": {
          "black": 19.69,
          "white": 1.07
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": null,
        "apiUrl": null
      }
    ],
    "anchor": "mint-cream-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": "#F5FFF5",
        "name": "#F5FFF5",
        "slug": null,
        "rgb": [
          245,
          255,
          245
        ],
        "hsl": [
          120,
          100,
          98
        ],
        "cmyk": [
          4,
          0,
          4,
          0
        ],
        "luminance": 0.9753,
        "contrast": {
          "black": 20.51,
          "white": 1.02
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": null,
        "apiUrl": null
      },
      {
        "hex": "#F5FFFF",
        "name": "#F5FFFF",
        "slug": null,
        "rgb": [
          245,
          255,
          255
        ],
        "hsl": [
          180,
          100,
          98
        ],
        "cmyk": [
          4,
          0,
          0,
          0
        ],
        "luminance": 0.9815,
        "contrast": {
          "black": 20.63,
          "white": 1.02
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": null,
        "apiUrl": null
      }
    ],
    "anchor": "mint-cream-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": "#FAF5FF",
        "name": "#FAF5FF",
        "slug": null,
        "rgb": [
          250,
          245,
          255
        ],
        "hsl": [
          270,
          100,
          98
        ],
        "cmyk": [
          2,
          4,
          0,
          0
        ],
        "luminance": 0.9285,
        "contrast": {
          "black": 19.57,
          "white": 1.07
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": null,
        "apiUrl": null
      },
      {
        "hex": "#FFFAF5",
        "name": "#FFFAF5",
        "slug": null,
        "rgb": [
          255,
          250,
          245
        ],
        "hsl": [
          30,
          100,
          98
        ],
        "cmyk": [
          0,
          2,
          4,
          0
        ],
        "luminance": 0.9622,
        "contrast": {
          "black": 20.24,
          "white": 1.04
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": null,
        "apiUrl": null
      }
    ],
    "anchor": "mint-cream-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": "#F5F5FF",
        "name": "#F5F5FF",
        "slug": null,
        "rgb": [
          245,
          245,
          255
        ],
        "hsl": [
          240,
          100,
          98
        ],
        "cmyk": [
          4,
          4,
          0,
          0
        ],
        "luminance": 0.9194,
        "contrast": {
          "black": 19.39,
          "white": 1.08
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": null,
        "apiUrl": null
      },
      {
        "hex": "#FFF5FA",
        "name": "#FFF5FA",
        "slug": null,
        "rgb": [
          255,
          245,
          250
        ],
        "hsl": [
          330,
          100,
          98
        ],
        "cmyk": [
          0,
          4,
          2,
          0
        ],
        "luminance": 0.9347,
        "contrast": {
          "black": 19.69,
          "white": 1.07
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": null,
        "apiUrl": null
      },
      {
        "hex": "#FFFFF5",
        "name": "#FFFFF5",
        "slug": null,
        "rgb": [
          255,
          255,
          245
        ],
        "hsl": [
          60,
          100,
          98
        ],
        "cmyk": [
          0,
          0,
          4,
          0
        ],
        "luminance": 0.9937,
        "contrast": {
          "black": 20.87,
          "white": 1.01
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": null,
        "apiUrl": null
      }
    ],
    "anchor": "mint-cream-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": "#FFF5FF",
        "name": "#FFF5FF",
        "slug": null,
        "rgb": [
          255,
          245,
          255
        ],
        "hsl": [
          300,
          100,
          98
        ],
        "cmyk": [
          0,
          4,
          0,
          0
        ],
        "luminance": 0.9378,
        "contrast": {
          "black": 19.76,
          "white": 1.06
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": null,
        "apiUrl": null
      },
      {
        "hex": "#FFF5F5",
        "name": "#FFF5F5",
        "slug": null,
        "rgb": [
          255,
          245,
          245
        ],
        "hsl": [
          0,
          100,
          98
        ],
        "cmyk": [
          0,
          4,
          4,
          0
        ],
        "luminance": 0.9316,
        "contrast": {
          "black": 19.63,
          "white": 1.07
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": null,
        "apiUrl": null
      }
    ],
    "anchor": "mint-cream-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": "#F5FFFA",
        "name": "Mint Cream",
        "slug": "mint-cream",
        "rgb": [
          245,
          255,
          250
        ],
        "hsl": [
          150,
          100,
          98
        ],
        "cmyk": [
          4,
          0,
          2,
          0
        ],
        "luminance": 0.9783,
        "contrast": {
          "black": 20.57,
          "white": 1.02
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": "https://www.colorsencyclopedia.com/colors/mint-cream/",
        "apiUrl": "https://www.colorsencyclopedia.com/api/colors/mint-cream.json"
      },
      {
        "hex": "#99FFCC",
        "name": "#99FFCC",
        "slug": null,
        "rgb": [
          153,
          255,
          204
        ],
        "hsl": [
          150,
          100,
          80
        ],
        "cmyk": [
          40,
          0,
          20,
          0
        ],
        "luminance": 0.8265,
        "contrast": {
          "black": 17.53,
          "white": 1.2
        },
        "wcag": {
          "AA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ],
          "AAA": [
            "#000000",
            "#1A1A1A",
            "#36454F"
          ]
        },
        "url": null,
        "apiUrl": null
      }
    ],
    "anchor": "mint-cream-harmony-monochromatic"
  }
]
Signature palette
[
  "#F5FFFA",
  "#FFF5FA",
  "#F5FFF5",
  "#F5FFFF",
  "#FFFFFF",
  "#99FFCC"
]
Accessibility notes
[
  "Black contrast on Mint Cream: 20.57:1",
  "White contrast on Mint Cream: 1.02:1",
  "AA text options: #000000, #1A1A1A, #36454F"
]
CSS tokens
":root {\n  --color-mint-cream: #F5FFFA;\n  --mint-cream-complementary-1: #FFF5FA;\n  --mint-cream-analogous-1: #F5FFF5;\n  --mint-cream-analogous-2: #F5FFFF;\n  --mint-cream-triadic-1: #FAF5FF;\n  --mint-cream-triadic-2: #FFFAF5;\n  --mint-cream-tetradic-1: #F5F5FF;\n  --mint-cream-tetradic-2: #FFF5FA;\n  --mint-cream-tetradic-3: #FFFFF5;\n  --mint-cream-split-complementary-1: #FFF5FF;\n  --mint-cream-split-complementary-2: #FFF5F5;\n  --mint-cream-monochromatic-1: #FFFFFF;\n  --mint-cream-monochromatic-2: #F5FFFA;\n  --mint-cream-monochromatic-3: #99FFCC;\n}\n\n.palette-mint-cream-harmony {\n  color: #111827;\n  background: linear-gradient(135deg, #F5FFFA, #FFF5FA, #F5FFF5, #F5FFFF, #FFFFFF, #99FFCC);\n}"
Full JSON dataset
{
  "datasetVersion": "1.0.0",
  "slug": "mint-cream",
  "name": "Mint Cream",
  "hex": "#F5FFFA",
  "rgb": [
    245,
    255,
    250
  ],
  "hsl": [
    150,
    100,
    98
  ],
  "cmyk": [
    4,
    0,
    2,
    0
  ],
  "family": "green",
  "temperature": "cool",
  "tone": [
    "light",
    "pastel"
  ],
  "luminance": 0.9783,
  "contrast": {
    "black": 20.57,
    "white": 1.02
  },
  "wcag": {
    "AA": [
      "#000000",
      "#1A1A1A",
      "#36454F"
    ],
    "AAA": [
      "#000000",
      "#1A1A1A",
      "#36454F"
    ]
  },
  "sourceColor": {
    "slug": "mint-cream",
    "name": "Mint Cream",
    "hex": "#F5FFFA",
    "url": "https://www.colorsencyclopedia.com/colors/mint-cream/",
    "apiUrl": "https://www.colorsencyclopedia.com/api/colors/mint-cream.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": "#FFF5FA",
          "name": "#FFF5FA",
          "slug": null,
          "rgb": [
            255,
            245,
            250
          ],
          "hsl": [
            330,
            100,
            98
          ],
          "cmyk": [
            0,
            4,
            2,
            0
          ],
          "luminance": 0.9347,
          "contrast": {
            "black": 19.69,
            "white": 1.07
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": null,
          "apiUrl": null
        }
      ],
      "anchor": "mint-cream-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": "#F5FFF5",
          "name": "#F5FFF5",
          "slug": null,
          "rgb": [
            245,
            255,
            245
          ],
          "hsl": [
            120,
            100,
            98
          ],
          "cmyk": [
            4,
            0,
            4,
            0
          ],
          "luminance": 0.9753,
          "contrast": {
            "black": 20.51,
            "white": 1.02
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": null,
          "apiUrl": null
        },
        {
          "hex": "#F5FFFF",
          "name": "#F5FFFF",
          "slug": null,
          "rgb": [
            245,
            255,
            255
          ],
          "hsl": [
            180,
            100,
            98
          ],
          "cmyk": [
            4,
            0,
            0,
            0
          ],
          "luminance": 0.9815,
          "contrast": {
            "black": 20.63,
            "white": 1.02
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": null,
          "apiUrl": null
        }
      ],
      "anchor": "mint-cream-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": "#FAF5FF",
          "name": "#FAF5FF",
          "slug": null,
          "rgb": [
            250,
            245,
            255
          ],
          "hsl": [
            270,
            100,
            98
          ],
          "cmyk": [
            2,
            4,
            0,
            0
          ],
          "luminance": 0.9285,
          "contrast": {
            "black": 19.57,
            "white": 1.07
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": null,
          "apiUrl": null
        },
        {
          "hex": "#FFFAF5",
          "name": "#FFFAF5",
          "slug": null,
          "rgb": [
            255,
            250,
            245
          ],
          "hsl": [
            30,
            100,
            98
          ],
          "cmyk": [
            0,
            2,
            4,
            0
          ],
          "luminance": 0.9622,
          "contrast": {
            "black": 20.24,
            "white": 1.04
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": null,
          "apiUrl": null
        }
      ],
      "anchor": "mint-cream-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": "#F5F5FF",
          "name": "#F5F5FF",
          "slug": null,
          "rgb": [
            245,
            245,
            255
          ],
          "hsl": [
            240,
            100,
            98
          ],
          "cmyk": [
            4,
            4,
            0,
            0
          ],
          "luminance": 0.9194,
          "contrast": {
            "black": 19.39,
            "white": 1.08
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": null,
          "apiUrl": null
        },
        {
          "hex": "#FFF5FA",
          "name": "#FFF5FA",
          "slug": null,
          "rgb": [
            255,
            245,
            250
          ],
          "hsl": [
            330,
            100,
            98
          ],
          "cmyk": [
            0,
            4,
            2,
            0
          ],
          "luminance": 0.9347,
          "contrast": {
            "black": 19.69,
            "white": 1.07
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": null,
          "apiUrl": null
        },
        {
          "hex": "#FFFFF5",
          "name": "#FFFFF5",
          "slug": null,
          "rgb": [
            255,
            255,
            245
          ],
          "hsl": [
            60,
            100,
            98
          ],
          "cmyk": [
            0,
            0,
            4,
            0
          ],
          "luminance": 0.9937,
          "contrast": {
            "black": 20.87,
            "white": 1.01
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": null,
          "apiUrl": null
        }
      ],
      "anchor": "mint-cream-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": "#FFF5FF",
          "name": "#FFF5FF",
          "slug": null,
          "rgb": [
            255,
            245,
            255
          ],
          "hsl": [
            300,
            100,
            98
          ],
          "cmyk": [
            0,
            4,
            0,
            0
          ],
          "luminance": 0.9378,
          "contrast": {
            "black": 19.76,
            "white": 1.06
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": null,
          "apiUrl": null
        },
        {
          "hex": "#FFF5F5",
          "name": "#FFF5F5",
          "slug": null,
          "rgb": [
            255,
            245,
            245
          ],
          "hsl": [
            0,
            100,
            98
          ],
          "cmyk": [
            0,
            4,
            4,
            0
          ],
          "luminance": 0.9316,
          "contrast": {
            "black": 19.63,
            "white": 1.07
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": null,
          "apiUrl": null
        }
      ],
      "anchor": "mint-cream-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": "#F5FFFA",
          "name": "Mint Cream",
          "slug": "mint-cream",
          "rgb": [
            245,
            255,
            250
          ],
          "hsl": [
            150,
            100,
            98
          ],
          "cmyk": [
            4,
            0,
            2,
            0
          ],
          "luminance": 0.9783,
          "contrast": {
            "black": 20.57,
            "white": 1.02
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": "https://www.colorsencyclopedia.com/colors/mint-cream/",
          "apiUrl": "https://www.colorsencyclopedia.com/api/colors/mint-cream.json"
        },
        {
          "hex": "#99FFCC",
          "name": "#99FFCC",
          "slug": null,
          "rgb": [
            153,
            255,
            204
          ],
          "hsl": [
            150,
            100,
            80
          ],
          "cmyk": [
            40,
            0,
            20,
            0
          ],
          "luminance": 0.8265,
          "contrast": {
            "black": 17.53,
            "white": 1.2
          },
          "wcag": {
            "AA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ],
            "AAA": [
              "#000000",
              "#1A1A1A",
              "#36454F"
            ]
          },
          "url": null,
          "apiUrl": null
        }
      ],
      "anchor": "mint-cream-harmony-monochromatic"
    }
  ],
  "signaturePalette": [
    "#F5FFFA",
    "#FFF5FA",
    "#F5FFF5",
    "#F5FFFF",
    "#FFFFFF",
    "#99FFCC"
  ],
  "semanticGroups": [
    "green harmony",
    "cool harmony",
    "light harmony",
    "pastel harmony",
    "mint cream palette system"
  ],
  "useCases": [
    "palette generation",
    "brand color exploration",
    "UI accent planning",
    "CSS design tokens",
    "AI color retrieval"
  ],
  "accessibilityNotes": [
    "Black contrast on Mint Cream: 20.57:1",
    "White contrast on Mint Cream: 1.02:1",
    "AA text options: #000000, #1A1A1A, #36454F"
  ],
  "relatedEndpoints": [
    "https://www.colorsencyclopedia.com/api/harmonies/mint-cream.json",
    "https://www.colorsencyclopedia.com/api/colors/mint-cream.json",
    "https://www.colorsencyclopedia.com/api/hex/f5fffa.json"
  ],
  "url": "https://www.colorsencyclopedia.com/harmonies/mint-cream/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/harmonies/mint-cream.json",
  "cssSnippet": ":root {\n  --color-mint-cream: #F5FFFA;\n  --mint-cream-complementary-1: #FFF5FA;\n  --mint-cream-analogous-1: #F5FFF5;\n  --mint-cream-analogous-2: #F5FFFF;\n  --mint-cream-triadic-1: #FAF5FF;\n  --mint-cream-triadic-2: #FFFAF5;\n  --mint-cream-tetradic-1: #F5F5FF;\n  --mint-cream-tetradic-2: #FFF5FA;\n  --mint-cream-tetradic-3: #FFFFF5;\n  --mint-cream-split-complementary-1: #FFF5FF;\n  --mint-cream-split-complementary-2: #FFF5F5;\n  --mint-cream-monochromatic-1: #FFFFFF;\n  --mint-cream-monochromatic-2: #F5FFFA;\n  --mint-cream-monochromatic-3: #99FFCC;\n}\n\n.palette-mint-cream-harmony {\n  color: #111827;\n  background: linear-gradient(135deg, #F5FFFA, #FFF5FA, #F5FFF5, #F5FFFF, #FFFFFF, #99FFCC);\n}"
}

CSS Harmony Tokens

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

:root {
  --color-mint-cream: #F5FFFA;
  --mint-cream-complementary-1: #FFF5FA;
  --mint-cream-analogous-1: #F5FFF5;
  --mint-cream-analogous-2: #F5FFFF;
  --mint-cream-triadic-1: #FAF5FF;
  --mint-cream-triadic-2: #FFFAF5;
  --mint-cream-tetradic-1: #F5F5FF;
  --mint-cream-tetradic-2: #FFF5FA;
  --mint-cream-tetradic-3: #FFFFF5;
  --mint-cream-split-complementary-1: #FFF5FF;
  --mint-cream-split-complementary-2: #FFF5F5;
  --mint-cream-monochromatic-1: #FFFFFF;
  --mint-cream-monochromatic-2: #F5FFFA;
  --mint-cream-monochromatic-3: #99FFCC;
}

.palette-mint-cream-harmony {
  color: #111827;
  background: linear-gradient(135deg, #F5FFFA, #FFF5FA, #F5FFF5, #F5FFFF, #FFFFFF, #99FFCC);
}

Mint Cream 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 Mint Cream #F5FFFA and produces #FFF5FA. 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 colorMint Cream · #F5FFFA
Analogous Harmony2 colors · neighboring hue movement

The analogous set starts from Mint Cream #F5FFFA and produces #F5FFF5 and #F5FFFF. 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 colorMint Cream · #F5FFFA
Triadic Harmony2 colors · three evenly spaced hues

The triadic set starts from Mint Cream #F5FFFA and produces #FAF5FF and #FFFAF5. 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 colorMint Cream · #F5FFFA
Tetradic Harmony3 colors · two complementary pairs

The tetradic set starts from Mint Cream #F5FFFA and produces #F5F5FF, #FFF5FA, and #FFFFF5. 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 colorMint Cream · #F5FFFA
Split Complementary Harmony2 colors · softened complementary contrast

The split complementary set starts from Mint Cream #F5FFFA and produces #FFF5FF and #FFF5F5. 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 colorMint Cream · #F5FFFA
Monochromatic Harmony3 colors · same hue, different values

The monochromatic set starts from Mint Cream #F5FFFA and produces #FFFFFF, #F5FFFA, and #99FFCC. Its same hue, different values relationship suits surfaces, states, elevation, and restrained UI themes. The generated values match White and Mint Cream in the named-color dataset.

Behaviorsame hue, different values
Best usesurfaces, states, elevation, restrained UI themes
Source colorMint Cream · #F5FFFA