Light Cyan — 11-step color scale

Light Cyan (#e0ffff) sits at 500, untouched. Every other step is Light Cyan 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 Light Cyan 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.#e0ffff

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

Semantic colors from Light Cyan

Success, warning, error and the rest are derived from Light Cyan 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 #e0ffff
SuggestedProtanopiaDeuteranopiaTritanopia
success19.519.617.7
warning25.025.540.5
error21.621.441.6
discovery21.921.417.4
info17.118.718.8
neutral18.518.418.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.

Every suggested color clears ΔE₀₀ 11 from Light Cyan under all three simulations, so nothing needed nudging — the family hues sit far enough from Light Cyan on their own.

Export Light Cyan

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: #fdffff;
  --color-color-100: #f8ffff;
  --color-color-200: #f3ffff;
  --color-color-300: #eeffff;
  --color-color-400: #e6ffff;
  --color-color-500: #e0ffff;
  --color-color-600: #b3cccc;
  --color-color-700: #7d8f8f;
  --color-color-800: #5a6666;
  --color-color-900: #363d3d;
  --color-color-950: #121414;
}
SCSS
$color-color-50: #fdffff;
$color-color-100: #f8ffff;
$color-color-200: #f3ffff;
$color-color-300: #eeffff;
$color-color-400: #e6ffff;
$color-color-500: #e0ffff;
$color-color-600: #b3cccc;
$color-color-700: #7d8f8f;
$color-color-800: #5a6666;
$color-color-900: #363d3d;
$color-color-950: #121414;
JavaScript
export const color = {
  50: '#fdffff',
  100: '#f8ffff',
  200: '#f3ffff',
  300: '#eeffff',
  400: '#e6ffff',
  500: '#e0ffff',
  600: '#b3cccc',
  700: '#7d8f8f',
  800: '#5a6666',
  900: '#363d3d',
  950: '#121414',
};
JSON
{
  "color": {
    "50": "#fdffff",
    "100": "#f8ffff",
    "200": "#f3ffff",
    "300": "#eeffff",
    "400": "#e6ffff",
    "500": "#e0ffff",
    "600": "#b3cccc",
    "700": "#7d8f8f",
    "800": "#5a6666",
    "900": "#363d3d",
    "950": "#121414"
  }
}
Figma Variables
{
  "color": {
    "50": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.9921568627450981,
          1,
          1
        ],
        "alpha": 1,
        "hex": "#FDFFFF"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:1",
        "com.figma.isOverride": true
      }
    },
    "100": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.9725490196078431,
          1,
          1
        ],
        "alpha": 1,
        "hex": "#F8FFFF"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:2",
        "com.figma.isOverride": true
      }
    },
    "200": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.9529411764705882,
          1,
          1
        ],
        "alpha": 1,
        "hex": "#F3FFFF"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:3",
        "com.figma.isOverride": true
      }
    },
    "300": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.9333333333333333,
          1,
          1
        ],
        "alpha": 1,
        "hex": "#EEFFFF"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:4",
        "com.figma.isOverride": true
      }
    },
    "400": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.9019607843137255,
          1,
          1
        ],
        "alpha": 1,
        "hex": "#E6FFFF"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:5",
        "com.figma.isOverride": true
      }
    },
    "500": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.8784313725490196,
          1,
          1
        ],
        "alpha": 1,
        "hex": "#E0FFFF"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:6",
        "com.figma.isOverride": true
      }
    },
    "600": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.7019607843137254,
          0.8,
          0.8
        ],
        "alpha": 1,
        "hex": "#B3CCCC"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:7",
        "com.figma.isOverride": true
      }
    },
    "700": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.49019607843137253,
          0.5607843137254902,
          0.5607843137254902
        ],
        "alpha": 1,
        "hex": "#7D8F8F"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:8",
        "com.figma.isOverride": true
      }
    },
    "800": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.35294117647058826,
          0.4,
          0.4
        ],
        "alpha": 1,
        "hex": "#5A6666"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:9",
        "com.figma.isOverride": true
      }
    },
    "900": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.21176470588235294,
          0.23921568627450981,
          0.23921568627450981
        ],
        "alpha": 1,
        "hex": "#363D3D"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:10",
        "com.figma.isOverride": true
      }
    },
    "950": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.07058823529411765,
          0.0784313725490196,
          0.0784313725490196
        ],
        "alpha": 1,
        "hex": "#121414"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:11",
        "com.figma.isOverride": true
      }
    }
  },
  "$extensions": {
    "com.figma.modeName": "Value"
  }
}

Open Light Cyan in the generatorHow the scale is built