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
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.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#AAF0D1
Base
#F0AAC9
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#AAF0D1
Base
#AAF0AE
#AAECF0
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#AAF0D1
Base
#D1AAF0
#F0D1AA
Two colors flanking the complement — high contrast with less tension than full complementary.
#AAF0D1
Base
#F0AAEC
#F0AEAA
Four colors at 90° intervals — rich variety, best when one color dominates.
#AAF0D1
Base
#AEAAF0
#F0AAC9
#ECF0AA
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#AAF0D1
Base
#28D98B
#69E5AE
#87EABE
#CDF6E4
#E9FBF3
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
#AAF0D1
Base
#B7F2D8
#C3F4DF
#D0F7E6
#DDF9EC
#E9FBF3
Ready-to-use code snippets for #AAF0D1. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #AAF0D1;
}
/* Text */
.element {
color: #AAF0D1;
}
/* Border */
.element {
border: 1px solid #AAF0D1;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#AAF0D1,
#F0AAC9
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#AAF0D1,
#F0AAC9
);
}
// 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);
}
How Magic Mint appears to people with different types of color vision deficiency.
#AAF0D1
How the color appears with full color vision.
#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.
#EAEAD1
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#B0ECEC
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#E1E1E1
Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
How to use this color
- Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
- Use CMYK when preparing print assets (posters, packaging, brochures).
- Check contrast before using it for text or important UI elements.