Antique White — 11-step color scale

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

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 Antique White

Success, warning, error and the rest are derived from Antique White 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 #faebd7
SuggestedProtanopiaDeuteranopiaTritanopia
success16.916.415.6
warning18.416.320.7
error23.419.818.5
discovery29.131.029.2
info17.923.536.7
neutral17.317.517.2
CIEDE2000 distance from the base under each simulation. The lowest of the three decides, and a dot marks the ones that land under 11.

Every suggested color clears ΔE₀₀ 11 from Antique White under all three simulations, so nothing needed nudging — the family hues sit far enough from Antique White on their own.

Export Antique White

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: #fffdfc;
  --color-color-100: #fefaf5;
  --color-color-200: #fdf7ef;
  --color-color-300: #fcf4e9;
  --color-color-400: #fbefdf;
  --color-color-500: #faebd7;
  --color-color-600: #c8bcac;
  --color-color-700: #8c8478;
  --color-color-800: #645e56;
  --color-color-900: #3c3834;
  --color-color-950: #141311;
}
SCSS
$color-color-50: #fffdfc;
$color-color-100: #fefaf5;
$color-color-200: #fdf7ef;
$color-color-300: #fcf4e9;
$color-color-400: #fbefdf;
$color-color-500: #faebd7;
$color-color-600: #c8bcac;
$color-color-700: #8c8478;
$color-color-800: #645e56;
$color-color-900: #3c3834;
$color-color-950: #141311;
JavaScript
export const color = {
  50: '#fffdfc',
  100: '#fefaf5',
  200: '#fdf7ef',
  300: '#fcf4e9',
  400: '#fbefdf',
  500: '#faebd7',
  600: '#c8bcac',
  700: '#8c8478',
  800: '#645e56',
  900: '#3c3834',
  950: '#141311',
};
JSON
{
  "color": {
    "50": "#fffdfc",
    "100": "#fefaf5",
    "200": "#fdf7ef",
    "300": "#fcf4e9",
    "400": "#fbefdf",
    "500": "#faebd7",
    "600": "#c8bcac",
    "700": "#8c8478",
    "800": "#645e56",
    "900": "#3c3834",
    "950": "#141311"
  }
}
Figma Variables
{
  "color": {
    "50": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          1,
          0.9921568627450981,
          0.9882352941176471
        ],
        "alpha": 1,
        "hex": "#FFFDFC"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:1",
        "com.figma.isOverride": true
      }
    },
    "100": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.996078431372549,
          0.9803921568627451,
          0.9607843137254902
        ],
        "alpha": 1,
        "hex": "#FEFAF5"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:2",
        "com.figma.isOverride": true
      }
    },
    "200": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.9921568627450981,
          0.9686274509803922,
          0.9372549019607843
        ],
        "alpha": 1,
        "hex": "#FDF7EF"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:3",
        "com.figma.isOverride": true
      }
    },
    "300": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.9882352941176471,
          0.9568627450980393,
          0.9137254901960784
        ],
        "alpha": 1,
        "hex": "#FCF4E9"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:4",
        "com.figma.isOverride": true
      }
    },
    "400": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.984313725490196,
          0.9372549019607843,
          0.8745098039215686
        ],
        "alpha": 1,
        "hex": "#FBEFDF"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:5",
        "com.figma.isOverride": true
      }
    },
    "500": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.9803921568627451,
          0.9215686274509803,
          0.8431372549019608
        ],
        "alpha": 1,
        "hex": "#FAEBD7"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:6",
        "com.figma.isOverride": true
      }
    },
    "600": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.7843137254901961,
          0.7372549019607844,
          0.6745098039215687
        ],
        "alpha": 1,
        "hex": "#C8BCAC"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:7",
        "com.figma.isOverride": true
      }
    },
    "700": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.5490196078431373,
          0.5176470588235295,
          0.47058823529411764
        ],
        "alpha": 1,
        "hex": "#8C8478"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:8",
        "com.figma.isOverride": true
      }
    },
    "800": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.39215686274509803,
          0.3686274509803922,
          0.33725490196078434
        ],
        "alpha": 1,
        "hex": "#645E56"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:9",
        "com.figma.isOverride": true
      }
    },
    "900": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.23529411764705882,
          0.2196078431372549,
          0.20392156862745098
        ],
        "alpha": 1,
        "hex": "#3C3834"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:10",
        "com.figma.isOverride": true
      }
    },
    "950": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.0784313725490196,
          0.07450980392156863,
          0.06666666666666667
        ],
        "alpha": 1,
        "hex": "#141311"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:11",
        "com.figma.isOverride": true
      }
    }
  },
  "$extensions": {
    "com.figma.modeName": "Value"
  }
}

Open Antique White in the generatorHow the scale is built