Magic Mint (#AAF0D1)

HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.

Preview

Sample Text
This is how text may look on this color.
Best text color: #000000
Contrast vs white: 1.30:1 — vs black: 16.09:1

Color values

  • HEX #AAF0D1
  • RGB rgb(170, 240, 209)
  • HSL hsl(153, 70%, 80%)
  • CMYK cmyk( 29, 0, 13, 6 )
  • Websafe #99FFCC

Tags

Tip: tags are heuristic suggestions (helpful for browsing and inspiration).

Color Harmonies

Colors that pair well with #AAF0D1 based on color theory relationships.

Complementary

The color directly opposite on the color wheel — creates maximum contrast and vibrance.

Magic Mint
#AAF0D1 Base
#F0AAC9
Analogous

Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.

Magic Mint
#AAF0D1 Base
#AAF0AE
#AAECF0
Triadic

Three colors equally spaced 120° apart — bold, balanced, and visually rich.

Magic Mint
#AAF0D1 Base
#D1AAF0
#F0D1AA
Split-Complementary

Two colors flanking the complement — high contrast with less tension than full complementary.

Magic Mint
#AAF0D1 Base
#F0AAEC
#F0AEAA
Tetradic (Square)

Four colors at 90° intervals — rich variety, best when one color dominates.

Magic Mint
#AAF0D1 Base
#AEAAF0
#F0AAC9
#ECF0AA
Monochromatic

Shades and tints of the same hue — cohesive, elegant, and easy to work with.

Magic Mint
#AAF0D1 Base
#28D98B
#69E5AE
#87EABE
#CDF6E4
#E9FBF3
Shades & Tints

Darker shades and lighter tints of Magic Mint, generated by adjusting lightness while keeping the same hue and saturation.

Shades (darker)

#04160E
#0F5737
#1B9861
#27D98A
#69E4AE
Magic Mint #AAF0D1 Base
#B7F2D8
#C3F4DF
#D0F7E6
#DDF9EC
#E9FBF3
CSS & SCSS Snippets

Ready-to-use code snippets for #AAF0D1. Click the copy button to copy any snippet to your clipboard.

CSS Properties
/* Background */
.element {
    background-color: #AAF0D1;
}

/* Text */
.element {
    color: #AAF0D1;
}

/* Border */
.element {
    border: 1px solid #AAF0D1;
}
CSS Gradient
/* Linear gradient to complementary */
.element {
    background: linear-gradient(
        to right,
        #AAF0D1,
        #F0AAC9
    );
}

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #AAF0D1,
        #F0AAC9
    );
}
SCSS Variable
// SCSS variable
$magic-mint: #AAF0D1;

// With RGB channels (useful for rgba() usage)
$magic-mint-r: 170;
$magic-mint-g: 240;
$magic-mint-b: 209;

// Usage
.element {
    background-color: $magic-mint;
    color: rgba($magic-mint-r, $magic-mint-g, $magic-mint-b, 0.8);
}
Color Blindness Simulation

How Magic Mint appears to people with different types of color vision deficiency.

Normal Vision #AAF0D1 How the color appears with full color vision.
Deuteranopia #DFDFD2 Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
Protanopia #EAEAD1 Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #B0ECEC Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #E1E1E1 Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
Similar Named Colors

The closest named colors to Magic Mint ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Magic Mint #AAF0D1 Base
Aero Blue #C9FFE5 ΔE 4.83
Teal Deer #99E6B3 ΔE 6.00
Turquoise Green #A0D6B4 ΔE 6.29
Pearl Aqua #88D8C0 ΔE 6.41

How to use this color

  1. Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
  2. Use CMYK when preparing print assets (posters, packaging, brochures).
  3. Check contrast before using it for text or important UI elements.