Pale Green — 11-step color scale

Pale Green (#98fb98) sits at 500, untouched. Every other step is Pale Green 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 Pale Green 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.#98fb98

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 Pale Green

Success, warning, error and the rest are derived from Pale Green 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 #98fb98
SuggestedProtanopiaDeuteranopiaTritanopia
success20.122.419.2
warning20.814.760.4
error47.934.561.7
discovery53.549.331.8
info49.050.013.5
neutral22.920.321.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 is the closest call: it clears the threshold under Tritanopia, but only reaches ΔE₀₀ 13.5, so it sits just above the 11 line rather than comfortably past it.

Export Pale Green

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: #f7fff7;
  --color-color-100: #e6fee6;
  --color-color-200: #d6fdd6;
  --color-color-300: #c5fdc5;
  --color-color-400: #adfcad;
  --color-color-500: #98fb98;
  --color-color-600: #7ac97a;
  --color-color-700: #558d55;
  --color-color-800: #3d643d;
  --color-color-900: #243c24;
  --color-color-950: #0c140c;
}
SCSS
$color-color-50: #f7fff7;
$color-color-100: #e6fee6;
$color-color-200: #d6fdd6;
$color-color-300: #c5fdc5;
$color-color-400: #adfcad;
$color-color-500: #98fb98;
$color-color-600: #7ac97a;
$color-color-700: #558d55;
$color-color-800: #3d643d;
$color-color-900: #243c24;
$color-color-950: #0c140c;
JavaScript
export const color = {
  50: '#f7fff7',
  100: '#e6fee6',
  200: '#d6fdd6',
  300: '#c5fdc5',
  400: '#adfcad',
  500: '#98fb98',
  600: '#7ac97a',
  700: '#558d55',
  800: '#3d643d',
  900: '#243c24',
  950: '#0c140c',
};
JSON
{
  "color": {
    "50": "#f7fff7",
    "100": "#e6fee6",
    "200": "#d6fdd6",
    "300": "#c5fdc5",
    "400": "#adfcad",
    "500": "#98fb98",
    "600": "#7ac97a",
    "700": "#558d55",
    "800": "#3d643d",
    "900": "#243c24",
    "950": "#0c140c"
  }
}
Figma Variables
{
  "color": {
    "50": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.9686274509803922,
          1,
          0.9686274509803922
        ],
        "alpha": 1,
        "hex": "#F7FFF7"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:1",
        "com.figma.isOverride": true
      }
    },
    "100": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.9019607843137255,
          0.996078431372549,
          0.9019607843137255
        ],
        "alpha": 1,
        "hex": "#E6FEE6"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:2",
        "com.figma.isOverride": true
      }
    },
    "200": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.8392156862745098,
          0.9921568627450981,
          0.8392156862745098
        ],
        "alpha": 1,
        "hex": "#D6FDD6"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:3",
        "com.figma.isOverride": true
      }
    },
    "300": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.7725490196078432,
          0.9921568627450981,
          0.7725490196078432
        ],
        "alpha": 1,
        "hex": "#C5FDC5"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:4",
        "com.figma.isOverride": true
      }
    },
    "400": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.6784313725490196,
          0.9882352941176471,
          0.6784313725490196
        ],
        "alpha": 1,
        "hex": "#ADFCAD"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:5",
        "com.figma.isOverride": true
      }
    },
    "500": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.596078431372549,
          0.984313725490196,
          0.596078431372549
        ],
        "alpha": 1,
        "hex": "#98FB98"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:6",
        "com.figma.isOverride": true
      }
    },
    "600": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.47843137254901963,
          0.788235294117647,
          0.47843137254901963
        ],
        "alpha": 1,
        "hex": "#7AC97A"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:7",
        "com.figma.isOverride": true
      }
    },
    "700": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.3333333333333333,
          0.5529411764705883,
          0.3333333333333333
        ],
        "alpha": 1,
        "hex": "#558D55"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:8",
        "com.figma.isOverride": true
      }
    },
    "800": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.23921568627450981,
          0.39215686274509803,
          0.23921568627450981
        ],
        "alpha": 1,
        "hex": "#3D643D"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:9",
        "com.figma.isOverride": true
      }
    },
    "900": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.1411764705882353,
          0.23529411764705882,
          0.1411764705882353
        ],
        "alpha": 1,
        "hex": "#243C24"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:10",
        "com.figma.isOverride": true
      }
    },
    "950": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.047058823529411764,
          0.0784313725490196,
          0.047058823529411764
        ],
        "alpha": 1,
        "hex": "#0C140C"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:11",
        "com.figma.isOverride": true
      }
    }
  },
  "$extensions": {
    "com.figma.modeName": "Value"
  }
}

Open Pale Green in the generatorHow the scale is built