Medium Aquamarine — 11-step color scale

Medium Aquamarine (#66cdaa) sits at 500, untouched. Every other step is Medium Aquamarine composited over white or black at a decreasing opacity, so the whole ramp stays in one hue family instead of drifting toward another color at the ends.

Open Medium Aquamarine in the generator

8%50
24%100
40%200
56%300
80%400
100%500your color
80%600
56%700
40%800
24%900
8%950
Each step is the base composited over white or black at the opacity shown.#66cdaa

For text that needs to pass AA on white, 700, 800, 900, 950 clear the 4.5:1 line. On a dark surface, 50, 100, 200, 300, 400, 500, 600 do.

Semantic colors from Medium Aquamarine

Success, warning, error and the rest are derived from Medium Aquamarine itself, then checked so they stay distinguishable from the base — and from each other — under the three types of color blindness. The distance below is CIEDE2000 after each simulation.

Derived from #66cdaa
SuggestedProtanopiaDeuteranopiaTritanopia
success10.611.010.5
warning13.817.655.0
error26.312.754.6
discovery33.927.811.5
info26.623.64.0
neutral12.38.217.5
CIEDE2000 distance from the base under each simulation. The lowest of the three decides, and a dot marks the ones that land under 11.

The info suggestion starts out colliding with Medium Aquamarine under Tritanopia — ΔE₀₀ 4.0, below the 11 threshold — so the engine shifts its hue within the info family until the pair pulls apart again.

Export Medium Aquamarine

The same five formats the generator produces, for this scale. Copy any block, or open the tool to tweak the ramp first.

CSS
:root {
  --color-color-50: #f3fbf8;
  --color-color-100: #daf3eb;
  --color-color-200: #c2ebdd;
  --color-color-300: #a9e3cf;
  --color-color-400: #85d7bb;
  --color-color-500: #66cdaa;
  --color-color-600: #52a488;
  --color-color-700: #39735f;
  --color-color-800: #295244;
  --color-color-900: #183129;
  --color-color-950: #08100e;
}
SCSS
$color-color-50: #f3fbf8;
$color-color-100: #daf3eb;
$color-color-200: #c2ebdd;
$color-color-300: #a9e3cf;
$color-color-400: #85d7bb;
$color-color-500: #66cdaa;
$color-color-600: #52a488;
$color-color-700: #39735f;
$color-color-800: #295244;
$color-color-900: #183129;
$color-color-950: #08100e;
JavaScript
export const color = {
  50: '#f3fbf8',
  100: '#daf3eb',
  200: '#c2ebdd',
  300: '#a9e3cf',
  400: '#85d7bb',
  500: '#66cdaa',
  600: '#52a488',
  700: '#39735f',
  800: '#295244',
  900: '#183129',
  950: '#08100e',
};
JSON
{
  "color": {
    "50": "#f3fbf8",
    "100": "#daf3eb",
    "200": "#c2ebdd",
    "300": "#a9e3cf",
    "400": "#85d7bb",
    "500": "#66cdaa",
    "600": "#52a488",
    "700": "#39735f",
    "800": "#295244",
    "900": "#183129",
    "950": "#08100e"
  }
}
Figma Variables
{
  "color": {
    "50": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.9529411764705882,
          0.984313725490196,
          0.9725490196078431
        ],
        "alpha": 1,
        "hex": "#F3FBF8"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:1",
        "com.figma.isOverride": true
      }
    },
    "100": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.8549019607843137,
          0.9529411764705882,
          0.9215686274509803
        ],
        "alpha": 1,
        "hex": "#DAF3EB"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:2",
        "com.figma.isOverride": true
      }
    },
    "200": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.7607843137254902,
          0.9215686274509803,
          0.8666666666666667
        ],
        "alpha": 1,
        "hex": "#C2EBDD"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:3",
        "com.figma.isOverride": true
      }
    },
    "300": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.6627450980392157,
          0.8901960784313725,
          0.8117647058823529
        ],
        "alpha": 1,
        "hex": "#A9E3CF"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:4",
        "com.figma.isOverride": true
      }
    },
    "400": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.5215686274509804,
          0.8431372549019608,
          0.7333333333333333
        ],
        "alpha": 1,
        "hex": "#85D7BB"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:5",
        "com.figma.isOverride": true
      }
    },
    "500": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.4,
          0.803921568627451,
          0.6666666666666666
        ],
        "alpha": 1,
        "hex": "#66CDAA"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:6",
        "com.figma.isOverride": true
      }
    },
    "600": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.3215686274509804,
          0.6431372549019608,
          0.5333333333333333
        ],
        "alpha": 1,
        "hex": "#52A488"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:7",
        "com.figma.isOverride": true
      }
    },
    "700": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.2235294117647059,
          0.45098039215686275,
          0.37254901960784315
        ],
        "alpha": 1,
        "hex": "#39735F"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:8",
        "com.figma.isOverride": true
      }
    },
    "800": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.1607843137254902,
          0.3215686274509804,
          0.26666666666666666
        ],
        "alpha": 1,
        "hex": "#295244"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:9",
        "com.figma.isOverride": true
      }
    },
    "900": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.09411764705882353,
          0.19215686274509805,
          0.1607843137254902
        ],
        "alpha": 1,
        "hex": "#183129"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:10",
        "com.figma.isOverride": true
      }
    },
    "950": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.03137254901960784,
          0.06274509803921569,
          0.054901960784313725
        ],
        "alpha": 1,
        "hex": "#08100E"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:11",
        "com.figma.isOverride": true
      }
    }
  },
  "$extensions": {
    "com.figma.modeName": "Value"
  }
}

Open Medium Aquamarine in the generatorHow the scale is built