Hot Pink — 11-step color scale

Hot Pink (#ff69b4) sits at 500, untouched. Every other step is Hot Pink 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 Hot Pink 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.#ff69b4

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 Hot Pink

Success, warning, error and the rest are derived from Hot Pink 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 #ff69b4
SuggestedProtanopiaDeuteranopiaTritanopia
success46.627.967.0
warning45.532.57.6
error28.623.24.0
discovery12.820.963.6
info11.714.572.8
neutral13.63.021.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 neutral suggestion starts out colliding with Hot Pink under Deuteranopia — ΔE₀₀ 3.0, below the 11 threshold — so the engine shifts its hue within the neutral family until the pair pulls apart again.

Export Hot Pink

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: #fff3f9;
  --color-color-100: #ffdbed;
  --color-color-200: #ffc3e1;
  --color-color-300: #ffabd5;
  --color-color-400: #ff87c3;
  --color-color-500: #ff69b4;
  --color-color-600: #cc5490;
  --color-color-700: #8f3b65;
  --color-color-800: #662a48;
  --color-color-900: #3d192b;
  --color-color-950: #14080e;
}
SCSS
$color-color-50: #fff3f9;
$color-color-100: #ffdbed;
$color-color-200: #ffc3e1;
$color-color-300: #ffabd5;
$color-color-400: #ff87c3;
$color-color-500: #ff69b4;
$color-color-600: #cc5490;
$color-color-700: #8f3b65;
$color-color-800: #662a48;
$color-color-900: #3d192b;
$color-color-950: #14080e;
JavaScript
export const color = {
  50: '#fff3f9',
  100: '#ffdbed',
  200: '#ffc3e1',
  300: '#ffabd5',
  400: '#ff87c3',
  500: '#ff69b4',
  600: '#cc5490',
  700: '#8f3b65',
  800: '#662a48',
  900: '#3d192b',
  950: '#14080e',
};
JSON
{
  "color": {
    "50": "#fff3f9",
    "100": "#ffdbed",
    "200": "#ffc3e1",
    "300": "#ffabd5",
    "400": "#ff87c3",
    "500": "#ff69b4",
    "600": "#cc5490",
    "700": "#8f3b65",
    "800": "#662a48",
    "900": "#3d192b",
    "950": "#14080e"
  }
}
Figma Variables
{
  "color": {
    "50": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          1,
          0.9529411764705882,
          0.9764705882352941
        ],
        "alpha": 1,
        "hex": "#FFF3F9"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:1",
        "com.figma.isOverride": true
      }
    },
    "100": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          1,
          0.8588235294117647,
          0.9294117647058824
        ],
        "alpha": 1,
        "hex": "#FFDBED"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:2",
        "com.figma.isOverride": true
      }
    },
    "200": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          1,
          0.7647058823529411,
          0.8823529411764706
        ],
        "alpha": 1,
        "hex": "#FFC3E1"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:3",
        "com.figma.isOverride": true
      }
    },
    "300": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          1,
          0.6705882352941176,
          0.8352941176470589
        ],
        "alpha": 1,
        "hex": "#FFABD5"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:4",
        "com.figma.isOverride": true
      }
    },
    "400": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          1,
          0.5294117647058824,
          0.7647058823529411
        ],
        "alpha": 1,
        "hex": "#FF87C3"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:5",
        "com.figma.isOverride": true
      }
    },
    "500": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          1,
          0.4117647058823529,
          0.7058823529411765
        ],
        "alpha": 1,
        "hex": "#FF69B4"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:6",
        "com.figma.isOverride": true
      }
    },
    "600": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.8,
          0.32941176470588235,
          0.5647058823529412
        ],
        "alpha": 1,
        "hex": "#CC5490"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:7",
        "com.figma.isOverride": true
      }
    },
    "700": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.5607843137254902,
          0.23137254901960785,
          0.396078431372549
        ],
        "alpha": 1,
        "hex": "#8F3B65"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:8",
        "com.figma.isOverride": true
      }
    },
    "800": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.4,
          0.16470588235294117,
          0.2823529411764706
        ],
        "alpha": 1,
        "hex": "#662A48"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:9",
        "com.figma.isOverride": true
      }
    },
    "900": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.23921568627450981,
          0.09803921568627451,
          0.16862745098039217
        ],
        "alpha": 1,
        "hex": "#3D192B"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:10",
        "com.figma.isOverride": true
      }
    },
    "950": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.0784313725490196,
          0.03137254901960784,
          0.054901960784313725
        ],
        "alpha": 1,
        "hex": "#14080E"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:11",
        "com.figma.isOverride": true
      }
    }
  },
  "$extensions": {
    "com.figma.modeName": "Value"
  }
}

Open Hot Pink in the generatorHow the scale is built