Aquamarine (#7FFFD4)

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.22:1 — vs black: 17.16:1

Color values

  • HEX #7FFFD4
  • RGB rgb(127, 255, 212)
  • HSL hsl(159, 50%, 100%)
  • CMYK cmyk( 50.2, 0, 16.86, 0 )
  • Websafe #66FFCC

Tags

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

Color Harmonies

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

Complementary

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

Aquamarine
#7FFFD4 Base
#FF7FAA
Analogous

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

Aquamarine
#7FFFD4 Base
#7FFF94
#7FEAFF
Triadic

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

Aquamarine
#7FFFD4 Base
#D47FFF
#FFD47F
Split-Complementary

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

Aquamarine
#7FFFD4 Base
#FF7FEA
#FF947F
Tetradic (Square)

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

Aquamarine
#7FFFD4 Base
#947FFF
#FF7FAA
#EAFF7F
Monochromatic

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

Aquamarine
#7FFFD4 Base
#00E598
#33FFBA
#56FFC6
#A8FFE2
#CCFFEE
#E6FFF6
Shades & Tints

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

Shades (darker)

#001A11
#006140
#00A870
#00EF9F
#38FFBC
Aquamarine #7FFFD4 Base
#93FFDB
#A8FFE2
#BCFFE9
#D1FFF0
#E6FFF6
CSS & SCSS Snippets

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

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

/* Text */
.element {
    color: #7FFFD4;
}

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

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #7FFFD4,
        #FFFFFF
    );
}
SCSS Variable
// SCSS variable
$aquamarine: #7FFFD4;

// With RGB channels (useful for rgba() usage)
$aquamarine-r: 127;
$aquamarine-g: 255;
$aquamarine-b: 212;

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

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

Normal Vision #7FFFD4 How the color appears with full color vision.
Deuteranopia #E3E3D6 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 #F5F5D3 Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #8BFAFA Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #E8E8E8 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 Aquamarine ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Aquamarine #7FFFD4 Base
Magic Mint #AAF0D1 ΔE 6.78
Teal Deer #99E6B3 ΔE 7.97
Medium Aquamarine #66DDAA ΔE 8.05
Pearl Aqua #88D8C0 ΔE 9.59

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.