Dark Salmon — 11-step color scale

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

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 Dark Salmon

Success, warning, error and the rest are derived from Dark Salmon 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 #e9967a
SuggestedProtanopiaDeuteranopiaTritanopia
success6.57.252.8
warning5.43.52.1
error37.635.322.9
discovery39.343.852.3
info29.436.757.2
neutral12.415.118.3
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 Dark Salmon under Tritanopia — ΔE₀₀ 2.1, below the 11 threshold — so the engine shifts its hue within the warning family until the pair pulls apart again.

Export Dark Salmon

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: #fdf7f4;
  --color-color-100: #fae6df;
  --color-color-200: #f6d5ca;
  --color-color-300: #f3c4b5;
  --color-color-400: #edab95;
  --color-color-500: #e9967a;
  --color-color-600: #ba7862;
  --color-color-700: #825444;
  --color-color-800: #5d3c31;
  --color-color-900: #38241d;
  --color-color-950: #130c0a;
}
SCSS
$color-color-50: #fdf7f4;
$color-color-100: #fae6df;
$color-color-200: #f6d5ca;
$color-color-300: #f3c4b5;
$color-color-400: #edab95;
$color-color-500: #e9967a;
$color-color-600: #ba7862;
$color-color-700: #825444;
$color-color-800: #5d3c31;
$color-color-900: #38241d;
$color-color-950: #130c0a;
JavaScript
export const color = {
  50: '#fdf7f4',
  100: '#fae6df',
  200: '#f6d5ca',
  300: '#f3c4b5',
  400: '#edab95',
  500: '#e9967a',
  600: '#ba7862',
  700: '#825444',
  800: '#5d3c31',
  900: '#38241d',
  950: '#130c0a',
};
JSON
{
  "color": {
    "50": "#fdf7f4",
    "100": "#fae6df",
    "200": "#f6d5ca",
    "300": "#f3c4b5",
    "400": "#edab95",
    "500": "#e9967a",
    "600": "#ba7862",
    "700": "#825444",
    "800": "#5d3c31",
    "900": "#38241d",
    "950": "#130c0a"
  }
}
Figma Variables
{
  "color": {
    "50": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.9921568627450981,
          0.9686274509803922,
          0.9568627450980393
        ],
        "alpha": 1,
        "hex": "#FDF7F4"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:1",
        "com.figma.isOverride": true
      }
    },
    "100": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.9803921568627451,
          0.9019607843137255,
          0.8745098039215686
        ],
        "alpha": 1,
        "hex": "#FAE6DF"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:2",
        "com.figma.isOverride": true
      }
    },
    "200": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.9647058823529412,
          0.8352941176470589,
          0.792156862745098
        ],
        "alpha": 1,
        "hex": "#F6D5CA"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:3",
        "com.figma.isOverride": true
      }
    },
    "300": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.9529411764705882,
          0.7686274509803922,
          0.7098039215686275
        ],
        "alpha": 1,
        "hex": "#F3C4B5"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:4",
        "com.figma.isOverride": true
      }
    },
    "400": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.9294117647058824,
          0.6705882352941176,
          0.5843137254901961
        ],
        "alpha": 1,
        "hex": "#EDAB95"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:5",
        "com.figma.isOverride": true
      }
    },
    "500": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.9137254901960784,
          0.5882352941176471,
          0.47843137254901963
        ],
        "alpha": 1,
        "hex": "#E9967A"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:6",
        "com.figma.isOverride": true
      }
    },
    "600": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.7294117647058823,
          0.47058823529411764,
          0.3843137254901961
        ],
        "alpha": 1,
        "hex": "#BA7862"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:7",
        "com.figma.isOverride": true
      }
    },
    "700": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.5098039215686274,
          0.32941176470588235,
          0.26666666666666666
        ],
        "alpha": 1,
        "hex": "#825444"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:8",
        "com.figma.isOverride": true
      }
    },
    "800": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.36470588235294116,
          0.23529411764705882,
          0.19215686274509805
        ],
        "alpha": 1,
        "hex": "#5D3C31"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:9",
        "com.figma.isOverride": true
      }
    },
    "900": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.2196078431372549,
          0.1411764705882353,
          0.11372549019607843
        ],
        "alpha": 1,
        "hex": "#38241D"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:10",
        "com.figma.isOverride": true
      }
    },
    "950": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.07450980392156863,
          0.047058823529411764,
          0.0392156862745098
        ],
        "alpha": 1,
        "hex": "#130C0A"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:11",
        "com.figma.isOverride": true
      }
    }
  },
  "$extensions": {
    "com.figma.modeName": "Value"
  }
}

Open Dark Salmon in the generatorHow the scale is built