Bisque — 11-step color scale

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

For text that needs to pass AA on white, 800, 900, 950 clear the 4.5:1 line. On a dark surface, 50, 100, 200, 300, 400, 500, 600, 700 do.

Semantic colors from Bisque

Success, warning, error and the rest are derived from Bisque 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 #ffe4c4
SuggestedProtanopiaDeuteranopiaTritanopia
success12.616.635.9
warning16.415.416.8
error27.525.015.2
discovery32.435.034.5
info23.429.239.0
neutral17.418.316.6
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 success suggestion is the closest call: it clears the threshold under Protanopia, but only reaches ΔE₀₀ 12.6, so it sits just above the 11 line rather than comfortably past it.

Export Bisque

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: #fffdfa;
  --color-color-100: #fff9f1;
  --color-color-200: #fff4e7;
  --color-color-300: #fff0de;
  --color-color-400: #ffe9d0;
  --color-color-500: #ffe4c4;
  --color-color-600: #ccb69d;
  --color-color-700: #8f806e;
  --color-color-800: #665b4e;
  --color-color-900: #3d372f;
  --color-color-950: #141210;
}
SCSS
$color-color-50: #fffdfa;
$color-color-100: #fff9f1;
$color-color-200: #fff4e7;
$color-color-300: #fff0de;
$color-color-400: #ffe9d0;
$color-color-500: #ffe4c4;
$color-color-600: #ccb69d;
$color-color-700: #8f806e;
$color-color-800: #665b4e;
$color-color-900: #3d372f;
$color-color-950: #141210;
JavaScript
export const color = {
  50: '#fffdfa',
  100: '#fff9f1',
  200: '#fff4e7',
  300: '#fff0de',
  400: '#ffe9d0',
  500: '#ffe4c4',
  600: '#ccb69d',
  700: '#8f806e',
  800: '#665b4e',
  900: '#3d372f',
  950: '#141210',
};
JSON
{
  "color": {
    "50": "#fffdfa",
    "100": "#fff9f1",
    "200": "#fff4e7",
    "300": "#fff0de",
    "400": "#ffe9d0",
    "500": "#ffe4c4",
    "600": "#ccb69d",
    "700": "#8f806e",
    "800": "#665b4e",
    "900": "#3d372f",
    "950": "#141210"
  }
}
Figma Variables
{
  "color": {
    "50": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          1,
          0.9921568627450981,
          0.9803921568627451
        ],
        "alpha": 1,
        "hex": "#FFFDFA"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:1",
        "com.figma.isOverride": true
      }
    },
    "100": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          1,
          0.9764705882352941,
          0.9450980392156862
        ],
        "alpha": 1,
        "hex": "#FFF9F1"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:2",
        "com.figma.isOverride": true
      }
    },
    "200": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          1,
          0.9568627450980393,
          0.9058823529411765
        ],
        "alpha": 1,
        "hex": "#FFF4E7"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:3",
        "com.figma.isOverride": true
      }
    },
    "300": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          1,
          0.9411764705882353,
          0.8705882352941177
        ],
        "alpha": 1,
        "hex": "#FFF0DE"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:4",
        "com.figma.isOverride": true
      }
    },
    "400": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          1,
          0.9137254901960784,
          0.8156862745098039
        ],
        "alpha": 1,
        "hex": "#FFE9D0"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:5",
        "com.figma.isOverride": true
      }
    },
    "500": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          1,
          0.8941176470588236,
          0.7686274509803922
        ],
        "alpha": 1,
        "hex": "#FFE4C4"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:6",
        "com.figma.isOverride": true
      }
    },
    "600": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.8,
          0.7137254901960784,
          0.615686274509804
        ],
        "alpha": 1,
        "hex": "#CCB69D"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:7",
        "com.figma.isOverride": true
      }
    },
    "700": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.5607843137254902,
          0.5019607843137255,
          0.43137254901960786
        ],
        "alpha": 1,
        "hex": "#8F806E"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:8",
        "com.figma.isOverride": true
      }
    },
    "800": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.4,
          0.3568627450980392,
          0.3058823529411765
        ],
        "alpha": 1,
        "hex": "#665B4E"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:9",
        "com.figma.isOverride": true
      }
    },
    "900": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.23921568627450981,
          0.21568627450980393,
          0.1843137254901961
        ],
        "alpha": 1,
        "hex": "#3D372F"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:10",
        "com.figma.isOverride": true
      }
    },
    "950": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.0784313725490196,
          0.07058823529411765,
          0.06274509803921569
        ],
        "alpha": 1,
        "hex": "#141210"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:11",
        "com.figma.isOverride": true
      }
    }
  },
  "$extensions": {
    "com.figma.modeName": "Value"
  }
}

Open Bisque in the generatorHow the scale is built