Pale Violet Red — 11-step color scale

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

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

Success, warning, error and the rest are derived from Pale 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 #db7093
SuggestedProtanopiaDeuteranopiaTritanopia
success30.913.657.2
warning32.621.25.0
error23.818.615.8
discovery18.630.057.6
info12.423.868.6
neutral10.15.419.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 warning suggestion starts out colliding with Pale Violet Red under Tritanopia — ΔE₀₀ 5.0, below the 11 threshold — so the engine shifts its hue within the warning family until the pair pulls apart again.

Export Pale 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: #fcf4f6;
  --color-color-100: #f6dde5;
  --color-color-200: #f1c6d4;
  --color-color-300: #ebafc3;
  --color-color-400: #e28da9;
  --color-color-500: #db7093;
  --color-color-600: #af5a76;
  --color-color-700: #7b3f52;
  --color-color-800: #582d3b;
  --color-color-900: #351b23;
  --color-color-950: #12090c;
}
SCSS
$color-color-50: #fcf4f6;
$color-color-100: #f6dde5;
$color-color-200: #f1c6d4;
$color-color-300: #ebafc3;
$color-color-400: #e28da9;
$color-color-500: #db7093;
$color-color-600: #af5a76;
$color-color-700: #7b3f52;
$color-color-800: #582d3b;
$color-color-900: #351b23;
$color-color-950: #12090c;
JavaScript
export const color = {
  50: '#fcf4f6',
  100: '#f6dde5',
  200: '#f1c6d4',
  300: '#ebafc3',
  400: '#e28da9',
  500: '#db7093',
  600: '#af5a76',
  700: '#7b3f52',
  800: '#582d3b',
  900: '#351b23',
  950: '#12090c',
};
JSON
{
  "color": {
    "50": "#fcf4f6",
    "100": "#f6dde5",
    "200": "#f1c6d4",
    "300": "#ebafc3",
    "400": "#e28da9",
    "500": "#db7093",
    "600": "#af5a76",
    "700": "#7b3f52",
    "800": "#582d3b",
    "900": "#351b23",
    "950": "#12090c"
  }
}
Figma Variables
{
  "color": {
    "50": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.9882352941176471,
          0.9568627450980393,
          0.9647058823529412
        ],
        "alpha": 1,
        "hex": "#FCF4F6"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:1",
        "com.figma.isOverride": true
      }
    },
    "100": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.9647058823529412,
          0.8666666666666667,
          0.8980392156862745
        ],
        "alpha": 1,
        "hex": "#F6DDE5"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:2",
        "com.figma.isOverride": true
      }
    },
    "200": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.9450980392156862,
          0.7764705882352941,
          0.8313725490196079
        ],
        "alpha": 1,
        "hex": "#F1C6D4"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:3",
        "com.figma.isOverride": true
      }
    },
    "300": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.9215686274509803,
          0.6862745098039216,
          0.7647058823529411
        ],
        "alpha": 1,
        "hex": "#EBAFC3"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:4",
        "com.figma.isOverride": true
      }
    },
    "400": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.8862745098039215,
          0.5529411764705883,
          0.6627450980392157
        ],
        "alpha": 1,
        "hex": "#E28DA9"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:5",
        "com.figma.isOverride": true
      }
    },
    "500": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.8588235294117647,
          0.4392156862745098,
          0.5764705882352941
        ],
        "alpha": 1,
        "hex": "#DB7093"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:6",
        "com.figma.isOverride": true
      }
    },
    "600": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.6862745098039216,
          0.35294117647058826,
          0.4627450980392157
        ],
        "alpha": 1,
        "hex": "#AF5A76"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:7",
        "com.figma.isOverride": true
      }
    },
    "700": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.4823529411764706,
          0.24705882352941178,
          0.3215686274509804
        ],
        "alpha": 1,
        "hex": "#7B3F52"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:8",
        "com.figma.isOverride": true
      }
    },
    "800": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.34509803921568627,
          0.17647058823529413,
          0.23137254901960785
        ],
        "alpha": 1,
        "hex": "#582D3B"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:9",
        "com.figma.isOverride": true
      }
    },
    "900": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.20784313725490197,
          0.10588235294117647,
          0.13725490196078433
        ],
        "alpha": 1,
        "hex": "#351B23"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:10",
        "com.figma.isOverride": true
      }
    },
    "950": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.07058823529411765,
          0.03529411764705882,
          0.047058823529411764
        ],
        "alpha": 1,
        "hex": "#12090C"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:11",
        "com.figma.isOverride": true
      }
    }
  },
  "$extensions": {
    "com.figma.modeName": "Value"
  }
}

Open Pale Violet Red in the generatorHow the scale is built