Mint Cream Hex Code — #F5FFFA

RGB, HSL, and CMYK values for Mint Cream.

Last updated: April 6, 2026

Mint Cream Color Values

FormatValue
HEX#F5FFFA
RGBrgb(245, 255, 250)
HSLhsl(150, 100%, 98%)
CMYKcmyk(4%, 0%, 2%, 0%)
Want to explore more shades? Use our Color Converter

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?
The hex color code for Mint Cream is #F5FFFA. In CSS, apply it as text color with color: #F5FFFA;, as a background with background-color: #F5FFFA;, or as a border with border-color: #F5FFFA;. Hex is the most widely used color notation on the web because it is compact, supported by every browser, and easy to copy between design tools like Figma, Photoshop, and code editors.
What is Mint Cream in RGB and when should I use RGB?
Mint Cream in RGB is rgb(245, 255, 250), where Red=245, Green=255, and Blue=250 on a 0-255 scale. Use RGB when you need transparency — rgba(245, 255, 250, 0.5) creates a 50% transparent version. RGB is also the native format for HTML canvas, WebGL, and JavaScript image manipulation, since each channel represents the intensity of that primary light color on screen displays.
How to use Mint Cream in CSS with different color formats?
Mint Cream can be applied in CSS using multiple formats: (1) Hex: color: #F5FFFA; — most compact and widely used. (2) RGB: color: rgb(245, 255, 250); — useful when calculating colors dynamically in JavaScript. (3) HSL: color: hsl(150, 100%, 98%); — best for creating variations, since adjusting lightness produces lighter or darker shades while keeping the same hue. (4) With transparency: rgba(245, 255, 250, 0.8); or hsla(150, 100%, 98%, 0.8); for 80% opacity overlays.
What is the HSL value of Mint Cream and why is HSL useful for designers?
Mint Cream in HSL is hsl(150, 100%, 98%). HSL stands for Hue (150 degrees on the color wheel), Saturation (100% color intensity), and Lightness (98% brightness). HSL is the most intuitive format for designers because you can create harmonious palettes by rotating the hue, generate hover effects by increasing lightness by 10%, and desaturate colors by reducing the S value. This makes Mint Cream a light, vivid neutral-toned color.
What is the CMYK value of Mint Cream for print design?
Mint Cream in CMYK is C:4% M:0% Y:2% K:0%. CMYK (Cyan, Magenta, Yellow, Key/Black) is the standard color model for professional printing — business cards, brochures, merchandise, and packaging. When designing for print in Adobe InDesign or Illustrator, use these exact CMYK values to ensure accurate color reproduction. Screen colors (RGB) often appear more vibrant than their printed CMYK equivalents, so always request a physical proof for brand-critical materials.
What colors pair well with Mint Cream in design projects?
White provides maximum breathing room and pairs with any color. Use off-whites (#F8F9FA, #FAFAFA) for backgrounds to reduce harsh contrast while maintaining a clean look.
Is Mint Cream (#F5FFFA) accessible for web design and WCAG compliant?
White backgrounds work well with most dark text colors. For text on white, maintain at least a 4.5:1 contrast ratio (WCAG AA). Pure white with pure black can cause eye strain for extended reading. For Mint Cream specifically: as a light shade (lightness: 98%), it works best as a background color with dark text overlaid, or as a decorative accent. Avoid using it as text color on white backgrounds since the contrast ratio is likely insufficient. WCAG 2.1 requires a minimum contrast ratio of 4.5:1 for normal text and 3:1 for large text (18px+ bold or 24px+ regular).

Was this page helpful?

Written by

Tamanna Tasnim

Senior Full Stack Developer

ToolsContainerDhaka, Bangladesh5+ years experiencetasnim@toolscontainer.comwww.toolscontainer.com

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.