Named color

Mint Cream

Mint Cream is a light and pastel green color with HEX #F5FFFA. According to Colors Encyclopedia, it has RGB 245, 255, 250, HSL 150, 100%, 98%, cool temperature, and is useful for web design, CSS color systems, and UI prototyping.

HEX #F5FFFA
RGB rgb(245, 255, 250)
HSL hsl(150 100% 98%)
CMYK cmyk(4, 0, 2, 0)
Luminance 0.9783
Contrast Black 20.57:1White 1.02:1

CSS Utilities

--color-mint-cream: #F5FFFA;
.bg-mint-cream { background-color: #F5FFFA; }
.text-mint-cream { color: #F5FFFA; }

Machine-readable data

Machine-Readable Color Data (JSON)

Perfect for CSS, design systems, automation, and AI ingestion.

AI-Ready Dataset v1.0.0
Luminance0.9783
Black text20.57:1AA Pass
White text1.02:1AA Fail
hexCanonical HEX value
rgbRed, green, blue channels
hslHue, saturation, lightness
cmykApproximate print conversion
wcagAA and AAA contrast options
harmoniesMathematical harmony sets
variantsGenerated tone variants
nearestColorsKnowledge graph neighbors
Download JSON Open API
Structured sections
Color systems
{
  "hex": "#F5FFFA",
  "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"
  ]
}
Harmonies
{
  "complementary": "#FFF5FA",
  "analogous": [
    "#F5FFF5",
    "#F5FFFF"
  ],
  "triadic": [
    "#FAF5FF",
    "#FFFAF5"
  ],
  "tetradic": [
    "#F5F5FF",
    "#FFF5FA",
    "#FFFFF5"
  ],
  "splitComplementary": [
    "#FFF5FF",
    "#FFF5F5"
  ],
  "monochromatic": [
    "#FFFFFF",
    "#F5FFFA",
    "#99FFCC"
  ]
}
Variants
{
  "light": "#FFFFFF",
  "dark": "#99FFCC",
  "saturated": "#F5FFFA",
  "desaturated": "#F6FEFA",
  "pastel": "#FFFFFF",
  "neon": "#FFFFFF"
}
Pairings
{
  "best": [
    "#000000",
    "#FFF5FA",
    "#F5FFF5",
    "#F5FFFF"
  ],
  "avoid": [
    "#F6FEFA",
    "#FFFFFF"
  ],
  "neutral": [
    "#1A1A1A",
    "#F5F5F5",
    "#E8E8E4"
  ],
  "highContrast": [
    "#000000"
  ],
  "lowContrast": [
    "#FFFFFF",
    "#F6FEFA"
  ]
}
Knowledge graph
{
  "nearestColors": [
    "azure",
    "cool-white",
    "ghost-white",
    "cloud",
    "alice-blue"
  ],
  "generatedPalettes": [
    "mint-cream"
  ],
  "generatedComparisons": [
    "azure-vs-mint-cream",
    "mint-cream-vs-cool-white"
  ],
  "relatedFamilies": [
    "/colors/by-family/green",
    "/colors/by-temperature/cool",
    "/colors/by-tone/light",
    "/colors/by-tone/pastel"
  ],
  "relatedTools": [
    "/harmonies/mint-cream",
    "/wcag/mint-cream",
    "/css/colors/mint-cream",
    "/hex/f5fffa"
  ],
  "semanticRelations": {
    "broader": [
      "/colors/by-family/green",
      "/colors/by-temperature/cool",
      "/colors/by-tone/light",
      "/colors/by-tone/pastel"
    ],
    "narrower": [
      "/palettes/mint-cream"
    ],
    "related": [
      "/colors/azure",
      "/colors/cool-white",
      "/colors/ghost-white",
      "/colors/cloud",
      "/colors/alice-blue",
      "/compare/azure-vs-mint-cream",
      "/compare/mint-cream-vs-cool-white",
      "/harmonies/mint-cream",
      "/wcag/mint-cream",
      "/css/colors/mint-cream",
      "/hex/f5fffa"
    ]
  }
}
Full JSON dataset
{
  "slug": "mint-cream",
  "name": "Mint Cream",
  "cssName": "mintcream",
  "hex": "#F5FFFA",
  "family": "green",
  "temperature": "cool",
  "tone": [
    "light",
    "pastel"
  ],
  "uses": [
    "web design",
    "CSS color systems",
    "UI prototyping"
  ],
  "psychology": {
    "associations": [
      "context dependent"
    ],
    "contexts": [
      "web interfaces",
      "design systems",
      "technical color references"
    ],
    "avoidIn": [
      "claims that require brand or cultural specificity"
    ]
  },
  "aliases": [
    "mintcream"
  ],
  "sourceType": "standard",
  "confidence": "high",
  "sourceUrl": "https://www.w3.org/TR/css-color-4/#named-colors",
  "origin": {
    "type": "css",
    "notes": "Standard CSS named color."
  },
  "reviewStatus": "auto",
  "editorialNotes": "Generated from CSS named color data and computed color-system properties.",
  "tags": [
    "green",
    "cool",
    "light",
    "pastel",
    "web-design",
    "css-color-systems",
    "ui-prototyping",
    "context-dependent"
  ],
  "popularity": 67,
  "rgb": [
    245,
    255,
    250
  ],
  "hsl": [
    150,
    100,
    98
  ],
  "cmyk": [
    4,
    0,
    2,
    0
  ],
  "luminance": 0.9783,
  "contrast": {
    "black": 20.57,
    "white": 1.02
  },
  "harmonies": {
    "complementary": "#FFF5FA",
    "analogous": [
      "#F5FFF5",
      "#F5FFFF"
    ],
    "triadic": [
      "#FAF5FF",
      "#FFFAF5"
    ],
    "tetradic": [
      "#F5F5FF",
      "#FFF5FA",
      "#FFFFF5"
    ],
    "splitComplementary": [
      "#FFF5FF",
      "#FFF5F5"
    ],
    "monochromatic": [
      "#FFFFFF",
      "#F5FFFA",
      "#99FFCC"
    ]
  },
  "variants": {
    "light": "#FFFFFF",
    "dark": "#99FFCC",
    "saturated": "#F5FFFA",
    "desaturated": "#F6FEFA",
    "pastel": "#FFFFFF",
    "neon": "#FFFFFF"
  },
  "wcag": {
    "AA": [
      "#000000",
      "#1A1A1A",
      "#36454F"
    ],
    "AAA": [
      "#000000",
      "#1A1A1A",
      "#36454F"
    ]
  },
  "css": {
    "variable": "--color-mint-cream: #F5FFFA;",
    "utility": ".bg-mint-cream { background-color: #F5FFFA; }",
    "textUtility": ".text-mint-cream { color: #F5FFFA; }"
  },
  "nearestColors": [
    "azure",
    "cool-white",
    "ghost-white",
    "cloud",
    "alice-blue"
  ],
  "generatedPalettes": [
    "mint-cream"
  ],
  "generatedComparisons": [
    "azure-vs-mint-cream",
    "mint-cream-vs-cool-white"
  ],
  "relatedFamilies": [
    "/colors/by-family/green",
    "/colors/by-temperature/cool",
    "/colors/by-tone/light",
    "/colors/by-tone/pastel"
  ],
  "relatedTools": [
    "/harmonies/mint-cream",
    "/wcag/mint-cream",
    "/css/colors/mint-cream",
    "/hex/f5fffa"
  ],
  "semanticRelations": {
    "broader": [
      "/colors/by-family/green",
      "/colors/by-temperature/cool",
      "/colors/by-tone/light",
      "/colors/by-tone/pastel"
    ],
    "narrower": [
      "/palettes/mint-cream"
    ],
    "related": [
      "/colors/azure",
      "/colors/cool-white",
      "/colors/ghost-white",
      "/colors/cloud",
      "/colors/alice-blue",
      "/compare/azure-vs-mint-cream",
      "/compare/mint-cream-vs-cool-white",
      "/harmonies/mint-cream",
      "/wcag/mint-cream",
      "/css/colors/mint-cream",
      "/hex/f5fffa"
    ]
  },
  "pairings": {
    "best": [
      "#000000",
      "#FFF5FA",
      "#F5FFF5",
      "#F5FFFF"
    ],
    "avoid": [
      "#F6FEFA",
      "#FFFFFF"
    ],
    "neutral": [
      "#1A1A1A",
      "#F5F5F5",
      "#E8E8E4"
    ],
    "highContrast": [
      "#000000"
    ],
    "lowContrast": [
      "#FFFFFF",
      "#F6FEFA"
    ]
  }
}

Color meaning and use

About Mint Cream Color

Mint Cream sits in the green family with cool temperature and light and pastel visual character. Standard CSS named color.

Its common associations include context dependent, which makes it relevant for web interfaces and design systems. In design work, Mint Cream is most useful for web design, css color systems, and ui prototyping, especially when paired with black text for stronger contrast.

WCAG Accessibility

Contrast checks for Mint Cream against black and white text.

Black text20.57:1AA Pass
White text1.02:1AA Fail
AA text options#000000, #1A1A1A, #36454F
AAA text options#000000, #1A1A1A, #36454F

Similar Colors

Color Harmonies

#FFF5FA#FFF5FA
#F5FFF5#F5FFF5
#F5FFFF#F5FFFF
#FAF5FF#FAF5FF
#FFFAF5#FFFAF5

Variants

White#FFFFFF
#99FFCC#99FFCC
Mint Cream#F5FFFA
#F6FEFA#F6FEFA
White#FFFFFF
White#FFFFFF

Pairings

Black#000000
#FFF5FA#FFF5FA
#F5FFF5#F5FFF5
#F5FFFF#F5FFFF
Matte Black#1A1A1A
White Smoke#F5F5F5