Dark Orchid — 11-step color scale

Dark Orchid (#9932cc) sits at 500, untouched. Every other step is Dark Orchid 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 Dark Orchid 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.#9932cc

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

Semantic colors from Dark Orchid

Success, warning, error and the rest are derived from Dark Orchid 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 #9932cc
SuggestedProtanopiaDeuteranopiaTritanopia
success54.146.544.5
warning55.257.230.7
error14.931.422.1
discovery8.45.444.9
info11.97.044.9
neutral18.118.716.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 discovery suggestion starts out colliding with Dark Orchid under Deuteranopia — ΔE₀₀ 5.4, below the 11 threshold — so the engine shifts its hue within the discovery family until the pair pulls apart again.

Export Dark Orchid

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: #f7effb;
  --color-color-100: #e7cef3;
  --color-color-200: #d6adeb;
  --color-color-300: #c68ce2;
  --color-color-400: #ad5bd6;
  --color-color-500: #9932cc;
  --color-color-600: #7a28a3;
  --color-color-700: #561c72;
  --color-color-800: #3d1452;
  --color-color-900: #250c31;
  --color-color-950: #0c0410;
}
SCSS
$color-color-50: #f7effb;
$color-color-100: #e7cef3;
$color-color-200: #d6adeb;
$color-color-300: #c68ce2;
$color-color-400: #ad5bd6;
$color-color-500: #9932cc;
$color-color-600: #7a28a3;
$color-color-700: #561c72;
$color-color-800: #3d1452;
$color-color-900: #250c31;
$color-color-950: #0c0410;
JavaScript
export const color = {
  50: '#f7effb',
  100: '#e7cef3',
  200: '#d6adeb',
  300: '#c68ce2',
  400: '#ad5bd6',
  500: '#9932cc',
  600: '#7a28a3',
  700: '#561c72',
  800: '#3d1452',
  900: '#250c31',
  950: '#0c0410',
};
JSON
{
  "color": {
    "50": "#f7effb",
    "100": "#e7cef3",
    "200": "#d6adeb",
    "300": "#c68ce2",
    "400": "#ad5bd6",
    "500": "#9932cc",
    "600": "#7a28a3",
    "700": "#561c72",
    "800": "#3d1452",
    "900": "#250c31",
    "950": "#0c0410"
  }
}
Figma Variables
{
  "color": {
    "50": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.9686274509803922,
          0.9372549019607843,
          0.984313725490196
        ],
        "alpha": 1,
        "hex": "#F7EFFB"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:1",
        "com.figma.isOverride": true
      }
    },
    "100": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.9058823529411765,
          0.807843137254902,
          0.9529411764705882
        ],
        "alpha": 1,
        "hex": "#E7CEF3"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:2",
        "com.figma.isOverride": true
      }
    },
    "200": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.8392156862745098,
          0.6784313725490196,
          0.9215686274509803
        ],
        "alpha": 1,
        "hex": "#D6ADEB"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:3",
        "com.figma.isOverride": true
      }
    },
    "300": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.7764705882352941,
          0.5490196078431373,
          0.8862745098039215
        ],
        "alpha": 1,
        "hex": "#C68CE2"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:4",
        "com.figma.isOverride": true
      }
    },
    "400": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.6784313725490196,
          0.3568627450980392,
          0.8392156862745098
        ],
        "alpha": 1,
        "hex": "#AD5BD6"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:5",
        "com.figma.isOverride": true
      }
    },
    "500": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.6,
          0.19607843137254902,
          0.8
        ],
        "alpha": 1,
        "hex": "#9932CC"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:6",
        "com.figma.isOverride": true
      }
    },
    "600": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.47843137254901963,
          0.1568627450980392,
          0.6392156862745098
        ],
        "alpha": 1,
        "hex": "#7A28A3"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:7",
        "com.figma.isOverride": true
      }
    },
    "700": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.33725490196078434,
          0.10980392156862745,
          0.4470588235294118
        ],
        "alpha": 1,
        "hex": "#561C72"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:8",
        "com.figma.isOverride": true
      }
    },
    "800": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.23921568627450981,
          0.0784313725490196,
          0.3215686274509804
        ],
        "alpha": 1,
        "hex": "#3D1452"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:9",
        "com.figma.isOverride": true
      }
    },
    "900": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.1450980392156863,
          0.047058823529411764,
          0.19215686274509805
        ],
        "alpha": 1,
        "hex": "#250C31"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:10",
        "com.figma.isOverride": true
      }
    },
    "950": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.047058823529411764,
          0.01568627450980392,
          0.06274509803921569
        ],
        "alpha": 1,
        "hex": "#0C0410"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:11",
        "com.figma.isOverride": true
      }
    }
  },
  "$extensions": {
    "com.figma.modeName": "Value"
  }
}

Open Dark Orchid in the generatorHow the scale is built