Mint Cream Hex Code — #F5FFFA
RGB, HSL, and CMYK values for Mint Cream.
Last updated: April 6, 2026
Mint Cream Color Values
| Format | Value |
|---|---|
| HEX | #F5FFFA |
| RGB | rgb(245, 255, 250) |
| HSL | hsl(150, 100%, 98%) |
| CMYK | cmyk(4%, 0%, 2%, 0%) |
About Mint Cream
Color psychology: Freshness, clarity.
Mint Cream (#F5FFFA) is a light shade of white with a hue angle of 150° on the color wheel, 100% saturation, and 98% lightness. It's commonly used in web design, graphic design, and branding where freshness, clarity are desired associations.
In color theory, Mint Cream sits in the neutral section of the spectrum. Its high saturation makes it vivid and attention-grabbing — ideal for CTAs, headings, and brand accents.
When to Use Mint Cream in Design
Web Design
Use Mint Cream as a background color with dark text overlay. Light colors like this create open, airy layouts that reduce visual fatigue for content-heavy pages.
Branding & Logo
Mint Cream conveys freshness, clarity — consider it for brands that want to project these qualities. Test it at small sizes (favicon, social avatar) to ensure it remains recognizable.
Print Design
Use the CMYK values (C:4% M:0% Y:2% K:0%) for accurate print reproduction in brochures, business cards, and packaging. Request a physical proof — screen colors often appear more vibrant than their printed equivalents.
UI / UX Design
Light colors like Mint Cream work well for card backgrounds, section dividers, and hover states. Pair with a darker variant for active/selected states.
How to Use Mint Cream in CSS
/* Using HEX */ color: #F5FFFA; background-color: #F5FFFA; /* Using RGB */ color: rgb(245, 255, 250); /* Using HSL — best for creating variations */ color: hsl(150, 100%, 98%); /* Transparent overlay (50% opacity) */ background-color: rgba(245, 255, 250, 0.5); /* Lighter variant for hover states */ background-color: hsl(150, 100%, 95%); /* Darker variant for active states */ background-color: hsl(150, 100%, 88%);
HSL is the most flexible format for creating color systems. By adjusting the lightness value, you can generate an entire shade scale from Mint Cream without changing its core hue or saturation.
Colors That Go With Mint Cream
Complementary
Analogous
Triadic
Similar Shades of White
Frequently Asked Questions
What is the hex code for Mint Cream?
What is Mint Cream in RGB and when should I use RGB?
How to use Mint Cream in CSS with different color formats?
What is the HSL value of Mint Cream and why is HSL useful for designers?
What is the CMYK value of Mint Cream for print design?
What colors pair well with Mint Cream in design projects?
Is Mint Cream (#F5FFFA) accessible for web design and WCAG compliant?
Was this page helpful?
Written by
Tamanna Tasnim
Senior Full Stack Developer
Full-stack developer with deep expertise in data formats, APIs, and developer tooling. Writes in-depth technical comparisons and conversion guides backed by hands-on engineering experience across modern web stacks.