Orange Red — 11-step color scale

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

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 Orange Red

Success, warning, error and the rest are derived from Orange 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 #ff4500
SuggestedProtanopiaDeuteranopiaTritanopia
success20.219.367.6
warning12.46.62.3
error52.647.915.9
discovery58.161.661.5
info50.554.362.6
neutral21.224.224.7
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 Orange Red under Tritanopia — ΔE₀₀ 2.3, below the 11 threshold — so the engine shifts its hue within the warning family until the pair pulls apart again.

Export Orange 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: #fff0eb;
  --color-color-100: #ffd2c2;
  --color-color-200: #ffb599;
  --color-color-300: #ff9770;
  --color-color-400: #ff6a33;
  --color-color-500: #ff4500;
  --color-color-600: #cc3700;
  --color-color-700: #8f2700;
  --color-color-800: #661c00;
  --color-color-900: #3d1100;
  --color-color-950: #140600;
}
SCSS
$color-color-50: #fff0eb;
$color-color-100: #ffd2c2;
$color-color-200: #ffb599;
$color-color-300: #ff9770;
$color-color-400: #ff6a33;
$color-color-500: #ff4500;
$color-color-600: #cc3700;
$color-color-700: #8f2700;
$color-color-800: #661c00;
$color-color-900: #3d1100;
$color-color-950: #140600;
JavaScript
export const color = {
  50: '#fff0eb',
  100: '#ffd2c2',
  200: '#ffb599',
  300: '#ff9770',
  400: '#ff6a33',
  500: '#ff4500',
  600: '#cc3700',
  700: '#8f2700',
  800: '#661c00',
  900: '#3d1100',
  950: '#140600',
};
JSON
{
  "color": {
    "50": "#fff0eb",
    "100": "#ffd2c2",
    "200": "#ffb599",
    "300": "#ff9770",
    "400": "#ff6a33",
    "500": "#ff4500",
    "600": "#cc3700",
    "700": "#8f2700",
    "800": "#661c00",
    "900": "#3d1100",
    "950": "#140600"
  }
}
Figma Variables
{
  "color": {
    "50": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          1,
          0.9411764705882353,
          0.9215686274509803
        ],
        "alpha": 1,
        "hex": "#FFF0EB"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:1",
        "com.figma.isOverride": true
      }
    },
    "100": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          1,
          0.8235294117647058,
          0.7607843137254902
        ],
        "alpha": 1,
        "hex": "#FFD2C2"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:2",
        "com.figma.isOverride": true
      }
    },
    "200": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          1,
          0.7098039215686275,
          0.6
        ],
        "alpha": 1,
        "hex": "#FFB599"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:3",
        "com.figma.isOverride": true
      }
    },
    "300": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          1,
          0.592156862745098,
          0.4392156862745098
        ],
        "alpha": 1,
        "hex": "#FF9770"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:4",
        "com.figma.isOverride": true
      }
    },
    "400": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          1,
          0.41568627450980394,
          0.2
        ],
        "alpha": 1,
        "hex": "#FF6A33"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:5",
        "com.figma.isOverride": true
      }
    },
    "500": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          1,
          0.27058823529411763,
          0
        ],
        "alpha": 1,
        "hex": "#FF4500"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:6",
        "com.figma.isOverride": true
      }
    },
    "600": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.8,
          0.21568627450980393,
          0
        ],
        "alpha": 1,
        "hex": "#CC3700"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:7",
        "com.figma.isOverride": true
      }
    },
    "700": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.5607843137254902,
          0.15294117647058825,
          0
        ],
        "alpha": 1,
        "hex": "#8F2700"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:8",
        "com.figma.isOverride": true
      }
    },
    "800": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.4,
          0.10980392156862745,
          0
        ],
        "alpha": 1,
        "hex": "#661C00"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:9",
        "com.figma.isOverride": true
      }
    },
    "900": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.23921568627450981,
          0.06666666666666667,
          0
        ],
        "alpha": 1,
        "hex": "#3D1100"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:10",
        "com.figma.isOverride": true
      }
    },
    "950": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.0784313725490196,
          0.023529411764705882,
          0
        ],
        "alpha": 1,
        "hex": "#140600"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:11",
        "com.figma.isOverride": true
      }
    }
  },
  "$extensions": {
    "com.figma.modeName": "Value"
  }
}

Open Orange Red in the generatorHow the scale is built