Deep Pink — 11-step color scale

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

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

Semantic colors from Deep Pink

Success, warning, error and the rest are derived from Deep 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 #ff1493
SuggestedProtanopiaDeuteranopiaTritanopia
success45.715.471.1
warning45.624.37.0
error33.119.85.7
discovery18.531.651.5
info18.919.266.8
neutral15.17.723.8
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 error suggestion starts out colliding with Deep Pink under Tritanopia — ΔE₀₀ 5.7, below the 11 threshold — so the engine shifts its hue within the error family until the pair pulls apart again.

Export Deep 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: #ffecf6;
  --color-color-100: #ffc7e5;
  --color-color-200: #ffa1d4;
  --color-color-300: #ff7bc3;
  --color-color-400: #ff43a9;
  --color-color-500: #ff1493;
  --color-color-600: #cc1076;
  --color-color-700: #8f0b52;
  --color-color-800: #66083b;
  --color-color-900: #3d0523;
  --color-color-950: #14020c;
}
SCSS
$color-color-50: #ffecf6;
$color-color-100: #ffc7e5;
$color-color-200: #ffa1d4;
$color-color-300: #ff7bc3;
$color-color-400: #ff43a9;
$color-color-500: #ff1493;
$color-color-600: #cc1076;
$color-color-700: #8f0b52;
$color-color-800: #66083b;
$color-color-900: #3d0523;
$color-color-950: #14020c;
JavaScript
export const color = {
  50: '#ffecf6',
  100: '#ffc7e5',
  200: '#ffa1d4',
  300: '#ff7bc3',
  400: '#ff43a9',
  500: '#ff1493',
  600: '#cc1076',
  700: '#8f0b52',
  800: '#66083b',
  900: '#3d0523',
  950: '#14020c',
};
JSON
{
  "color": {
    "50": "#ffecf6",
    "100": "#ffc7e5",
    "200": "#ffa1d4",
    "300": "#ff7bc3",
    "400": "#ff43a9",
    "500": "#ff1493",
    "600": "#cc1076",
    "700": "#8f0b52",
    "800": "#66083b",
    "900": "#3d0523",
    "950": "#14020c"
  }
}
Figma Variables
{
  "color": {
    "50": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          1,
          0.9254901960784314,
          0.9647058823529412
        ],
        "alpha": 1,
        "hex": "#FFECF6"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:1",
        "com.figma.isOverride": true
      }
    },
    "100": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          1,
          0.7803921568627451,
          0.8980392156862745
        ],
        "alpha": 1,
        "hex": "#FFC7E5"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:2",
        "com.figma.isOverride": true
      }
    },
    "200": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          1,
          0.6313725490196078,
          0.8313725490196079
        ],
        "alpha": 1,
        "hex": "#FFA1D4"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:3",
        "com.figma.isOverride": true
      }
    },
    "300": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          1,
          0.4823529411764706,
          0.7647058823529411
        ],
        "alpha": 1,
        "hex": "#FF7BC3"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:4",
        "com.figma.isOverride": true
      }
    },
    "400": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          1,
          0.2627450980392157,
          0.6627450980392157
        ],
        "alpha": 1,
        "hex": "#FF43A9"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:5",
        "com.figma.isOverride": true
      }
    },
    "500": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          1,
          0.0784313725490196,
          0.5764705882352941
        ],
        "alpha": 1,
        "hex": "#FF1493"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:6",
        "com.figma.isOverride": true
      }
    },
    "600": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.8,
          0.06274509803921569,
          0.4627450980392157
        ],
        "alpha": 1,
        "hex": "#CC1076"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:7",
        "com.figma.isOverride": true
      }
    },
    "700": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.5607843137254902,
          0.043137254901960784,
          0.3215686274509804
        ],
        "alpha": 1,
        "hex": "#8F0B52"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:8",
        "com.figma.isOverride": true
      }
    },
    "800": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.4,
          0.03137254901960784,
          0.23137254901960785
        ],
        "alpha": 1,
        "hex": "#66083B"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:9",
        "com.figma.isOverride": true
      }
    },
    "900": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.23921568627450981,
          0.0196078431372549,
          0.13725490196078433
        ],
        "alpha": 1,
        "hex": "#3D0523"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:10",
        "com.figma.isOverride": true
      }
    },
    "950": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.0784313725490196,
          0.00784313725490196,
          0.047058823529411764
        ],
        "alpha": 1,
        "hex": "#14020C"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:11",
        "com.figma.isOverride": true
      }
    }
  },
  "$extensions": {
    "com.figma.modeName": "Value"
  }
}

Open Deep Pink in the generatorHow the scale is built