Light Salmon — 11-step color scale

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

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

Success, warning, error and the rest are derived from Light 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 #ffa07a
SuggestedProtanopiaDeuteranopiaTritanopia
success9.66.313.3
warning8.96.53.6
error43.941.424.2
discovery43.948.547.1
info22.433.658.0
neutral14.918.318.5
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 Light Salmon under Tritanopia — ΔE₀₀ 3.6, below the 11 threshold — so the engine shifts its hue within the warning family until the pair pulls apart again.

Export Light 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: #fff7f4;
  --color-color-100: #ffe8df;
  --color-color-200: #ffd9ca;
  --color-color-300: #ffcab5;
  --color-color-400: #ffb395;
  --color-color-500: #ffa07a;
  --color-color-600: #cc8062;
  --color-color-700: #8f5a44;
  --color-color-800: #664031;
  --color-color-900: #3d261d;
  --color-color-950: #140d0a;
}
SCSS
$color-color-50: #fff7f4;
$color-color-100: #ffe8df;
$color-color-200: #ffd9ca;
$color-color-300: #ffcab5;
$color-color-400: #ffb395;
$color-color-500: #ffa07a;
$color-color-600: #cc8062;
$color-color-700: #8f5a44;
$color-color-800: #664031;
$color-color-900: #3d261d;
$color-color-950: #140d0a;
JavaScript
export const color = {
  50: '#fff7f4',
  100: '#ffe8df',
  200: '#ffd9ca',
  300: '#ffcab5',
  400: '#ffb395',
  500: '#ffa07a',
  600: '#cc8062',
  700: '#8f5a44',
  800: '#664031',
  900: '#3d261d',
  950: '#140d0a',
};
JSON
{
  "color": {
    "50": "#fff7f4",
    "100": "#ffe8df",
    "200": "#ffd9ca",
    "300": "#ffcab5",
    "400": "#ffb395",
    "500": "#ffa07a",
    "600": "#cc8062",
    "700": "#8f5a44",
    "800": "#664031",
    "900": "#3d261d",
    "950": "#140d0a"
  }
}
Figma Variables
{
  "color": {
    "50": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          1,
          0.9686274509803922,
          0.9568627450980393
        ],
        "alpha": 1,
        "hex": "#FFF7F4"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:1",
        "com.figma.isOverride": true
      }
    },
    "100": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          1,
          0.9098039215686274,
          0.8745098039215686
        ],
        "alpha": 1,
        "hex": "#FFE8DF"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:2",
        "com.figma.isOverride": true
      }
    },
    "200": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          1,
          0.8509803921568627,
          0.792156862745098
        ],
        "alpha": 1,
        "hex": "#FFD9CA"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:3",
        "com.figma.isOverride": true
      }
    },
    "300": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          1,
          0.792156862745098,
          0.7098039215686275
        ],
        "alpha": 1,
        "hex": "#FFCAB5"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:4",
        "com.figma.isOverride": true
      }
    },
    "400": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          1,
          0.7019607843137254,
          0.5843137254901961
        ],
        "alpha": 1,
        "hex": "#FFB395"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:5",
        "com.figma.isOverride": true
      }
    },
    "500": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          1,
          0.6274509803921569,
          0.47843137254901963
        ],
        "alpha": 1,
        "hex": "#FFA07A"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:6",
        "com.figma.isOverride": true
      }
    },
    "600": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.8,
          0.5019607843137255,
          0.3843137254901961
        ],
        "alpha": 1,
        "hex": "#CC8062"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:7",
        "com.figma.isOverride": true
      }
    },
    "700": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.5607843137254902,
          0.35294117647058826,
          0.26666666666666666
        ],
        "alpha": 1,
        "hex": "#8F5A44"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:8",
        "com.figma.isOverride": true
      }
    },
    "800": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.4,
          0.25098039215686274,
          0.19215686274509805
        ],
        "alpha": 1,
        "hex": "#664031"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:9",
        "com.figma.isOverride": true
      }
    },
    "900": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.23921568627450981,
          0.14901960784313725,
          0.11372549019607843
        ],
        "alpha": 1,
        "hex": "#3D261D"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:10",
        "com.figma.isOverride": true
      }
    },
    "950": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.0784313725490196,
          0.050980392156862744,
          0.0392156862745098
        ],
        "alpha": 1,
        "hex": "#140D0A"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:11",
        "com.figma.isOverride": true
      }
    }
  },
  "$extensions": {
    "com.figma.modeName": "Value"
  }
}

Open Light Salmon in the generatorHow the scale is built