Medium Violet Red — 11-step color scale

Medium Violet Red (#c71585) sits at 500, untouched. Every other step is Medium Violet Red 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 Medium Violet Red 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.#c71585

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 Medium Violet Red

Success, warning, error and the rest are derived from Medium Violet Red 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 #c71585
SuggestedProtanopiaDeuteranopiaTritanopia
success46.926.865.7
warning42.433.216.2
error9.818.47.7
discovery17.521.366.1
info14.113.766.0
neutral14.55.222.1
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 Medium Violet Red under Deuteranopia — ΔE₀₀ 5.2, below the 11 threshold — so the engine shifts its hue within the neutral family until the pair pulls apart again.

Export Medium Violet Red

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: #fbecf5;
  --color-color-100: #f2c7e2;
  --color-color-200: #e9a1ce;
  --color-color-300: #e07cbb;
  --color-color-400: #d2449d;
  --color-color-500: #c71585;
  --color-color-600: #9f116a;
  --color-color-700: #6f0c4a;
  --color-color-800: #500835;
  --color-color-900: #300520;
  --color-color-950: #10020b;
}
SCSS
$color-color-50: #fbecf5;
$color-color-100: #f2c7e2;
$color-color-200: #e9a1ce;
$color-color-300: #e07cbb;
$color-color-400: #d2449d;
$color-color-500: #c71585;
$color-color-600: #9f116a;
$color-color-700: #6f0c4a;
$color-color-800: #500835;
$color-color-900: #300520;
$color-color-950: #10020b;
JavaScript
export const color = {
  50: '#fbecf5',
  100: '#f2c7e2',
  200: '#e9a1ce',
  300: '#e07cbb',
  400: '#d2449d',
  500: '#c71585',
  600: '#9f116a',
  700: '#6f0c4a',
  800: '#500835',
  900: '#300520',
  950: '#10020b',
};
JSON
{
  "color": {
    "50": "#fbecf5",
    "100": "#f2c7e2",
    "200": "#e9a1ce",
    "300": "#e07cbb",
    "400": "#d2449d",
    "500": "#c71585",
    "600": "#9f116a",
    "700": "#6f0c4a",
    "800": "#500835",
    "900": "#300520",
    "950": "#10020b"
  }
}
Figma Variables
{
  "color": {
    "50": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.984313725490196,
          0.9254901960784314,
          0.9607843137254902
        ],
        "alpha": 1,
        "hex": "#FBECF5"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:1",
        "com.figma.isOverride": true
      }
    },
    "100": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.9490196078431372,
          0.7803921568627451,
          0.8862745098039215
        ],
        "alpha": 1,
        "hex": "#F2C7E2"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:2",
        "com.figma.isOverride": true
      }
    },
    "200": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.9137254901960784,
          0.6313725490196078,
          0.807843137254902
        ],
        "alpha": 1,
        "hex": "#E9A1CE"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:3",
        "com.figma.isOverride": true
      }
    },
    "300": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.8784313725490196,
          0.48627450980392156,
          0.7333333333333333
        ],
        "alpha": 1,
        "hex": "#E07CBB"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:4",
        "com.figma.isOverride": true
      }
    },
    "400": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.8235294117647058,
          0.26666666666666666,
          0.615686274509804
        ],
        "alpha": 1,
        "hex": "#D2449D"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:5",
        "com.figma.isOverride": true
      }
    },
    "500": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.7803921568627451,
          0.08235294117647059,
          0.5215686274509804
        ],
        "alpha": 1,
        "hex": "#C71585"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:6",
        "com.figma.isOverride": true
      }
    },
    "600": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.6235294117647059,
          0.06666666666666667,
          0.41568627450980394
        ],
        "alpha": 1,
        "hex": "#9F116A"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:7",
        "com.figma.isOverride": true
      }
    },
    "700": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.43529411764705883,
          0.047058823529411764,
          0.2901960784313726
        ],
        "alpha": 1,
        "hex": "#6F0C4A"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:8",
        "com.figma.isOverride": true
      }
    },
    "800": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.3137254901960784,
          0.03137254901960784,
          0.20784313725490197
        ],
        "alpha": 1,
        "hex": "#500835"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:9",
        "com.figma.isOverride": true
      }
    },
    "900": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.18823529411764706,
          0.0196078431372549,
          0.12549019607843137
        ],
        "alpha": 1,
        "hex": "#300520"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:10",
        "com.figma.isOverride": true
      }
    },
    "950": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.06274509803921569,
          0.00784313725490196,
          0.043137254901960784
        ],
        "alpha": 1,
        "hex": "#10020B"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:11",
        "com.figma.isOverride": true
      }
    }
  },
  "$extensions": {
    "com.figma.modeName": "Value"
  }
}

Open Medium Violet Red in the generatorHow the scale is built