Old Lace — 11-step color scale

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

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 Old Lace

Success, warning, error and the rest are derived from Old Lace 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 #fdf5e6
SuggestedProtanopiaDeuteranopiaTritanopia
success15.617.329.4
warning20.819.523.3
error24.621.621.2
discovery28.029.827.5
info20.325.032.9
neutral18.618.618.4
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 Old Lace under all three simulations, so nothing needed nudging — the family hues sit far enough from Old Lace on their own.

Export Old Lace

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: #fffefd;
  --color-color-100: #fffdf9;
  --color-color-200: #fefbf5;
  --color-color-300: #fef9f1;
  --color-color-400: #fdf7eb;
  --color-color-500: #fdf5e6;
  --color-color-600: #cac4b8;
  --color-color-700: #8e8981;
  --color-color-800: #65625c;
  --color-color-900: #3d3b37;
  --color-color-950: #141412;
}
SCSS
$color-color-50: #fffefd;
$color-color-100: #fffdf9;
$color-color-200: #fefbf5;
$color-color-300: #fef9f1;
$color-color-400: #fdf7eb;
$color-color-500: #fdf5e6;
$color-color-600: #cac4b8;
$color-color-700: #8e8981;
$color-color-800: #65625c;
$color-color-900: #3d3b37;
$color-color-950: #141412;
JavaScript
export const color = {
  50: '#fffefd',
  100: '#fffdf9',
  200: '#fefbf5',
  300: '#fef9f1',
  400: '#fdf7eb',
  500: '#fdf5e6',
  600: '#cac4b8',
  700: '#8e8981',
  800: '#65625c',
  900: '#3d3b37',
  950: '#141412',
};
JSON
{
  "color": {
    "50": "#fffefd",
    "100": "#fffdf9",
    "200": "#fefbf5",
    "300": "#fef9f1",
    "400": "#fdf7eb",
    "500": "#fdf5e6",
    "600": "#cac4b8",
    "700": "#8e8981",
    "800": "#65625c",
    "900": "#3d3b37",
    "950": "#141412"
  }
}
Figma Variables
{
  "color": {
    "50": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          1,
          0.996078431372549,
          0.9921568627450981
        ],
        "alpha": 1,
        "hex": "#FFFEFD"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:1",
        "com.figma.isOverride": true
      }
    },
    "100": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          1,
          0.9921568627450981,
          0.9764705882352941
        ],
        "alpha": 1,
        "hex": "#FFFDF9"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:2",
        "com.figma.isOverride": true
      }
    },
    "200": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.996078431372549,
          0.984313725490196,
          0.9607843137254902
        ],
        "alpha": 1,
        "hex": "#FEFBF5"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:3",
        "com.figma.isOverride": true
      }
    },
    "300": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.996078431372549,
          0.9764705882352941,
          0.9450980392156862
        ],
        "alpha": 1,
        "hex": "#FEF9F1"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:4",
        "com.figma.isOverride": true
      }
    },
    "400": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.9921568627450981,
          0.9686274509803922,
          0.9215686274509803
        ],
        "alpha": 1,
        "hex": "#FDF7EB"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:5",
        "com.figma.isOverride": true
      }
    },
    "500": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.9921568627450981,
          0.9607843137254902,
          0.9019607843137255
        ],
        "alpha": 1,
        "hex": "#FDF5E6"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:6",
        "com.figma.isOverride": true
      }
    },
    "600": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.792156862745098,
          0.7686274509803922,
          0.7215686274509804
        ],
        "alpha": 1,
        "hex": "#CAC4B8"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:7",
        "com.figma.isOverride": true
      }
    },
    "700": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.5568627450980392,
          0.5372549019607843,
          0.5058823529411764
        ],
        "alpha": 1,
        "hex": "#8E8981"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:8",
        "com.figma.isOverride": true
      }
    },
    "800": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.396078431372549,
          0.3843137254901961,
          0.3607843137254902
        ],
        "alpha": 1,
        "hex": "#65625C"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:9",
        "com.figma.isOverride": true
      }
    },
    "900": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.23921568627450981,
          0.23137254901960785,
          0.21568627450980393
        ],
        "alpha": 1,
        "hex": "#3D3B37"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:10",
        "com.figma.isOverride": true
      }
    },
    "950": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.0784313725490196,
          0.0784313725490196,
          0.07058823529411765
        ],
        "alpha": 1,
        "hex": "#141412"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:11",
        "com.figma.isOverride": true
      }
    }
  },
  "$extensions": {
    "com.figma.modeName": "Value"
  }
}

Open Old Lace in the generatorHow the scale is built