Blanched Almond — 11-step color scale

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

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 Blanched Almond

Success, warning, error and the rest are derived from Blanched Almond 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 #ffebcd
SuggestedProtanopiaDeuteranopiaTritanopia
success13.516.632.9
warning17.816.519.1
error23.019.018.6
discovery32.034.434.0
info24.029.336.9
neutral17.918.417.0
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₀₀ 13.5, so it sits just above the 11 line rather than comfortably past it.

Export Blanched Almond

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: #fffdfb;
  --color-color-100: #fffaf3;
  --color-color-200: #fff7eb;
  --color-color-300: #fff4e3;
  --color-color-400: #ffefd7;
  --color-color-500: #ffebcd;
  --color-color-600: #ccbca4;
  --color-color-700: #8f8473;
  --color-color-800: #665e52;
  --color-color-900: #3d3831;
  --color-color-950: #141310;
}
SCSS
$color-color-50: #fffdfb;
$color-color-100: #fffaf3;
$color-color-200: #fff7eb;
$color-color-300: #fff4e3;
$color-color-400: #ffefd7;
$color-color-500: #ffebcd;
$color-color-600: #ccbca4;
$color-color-700: #8f8473;
$color-color-800: #665e52;
$color-color-900: #3d3831;
$color-color-950: #141310;
JavaScript
export const color = {
  50: '#fffdfb',
  100: '#fffaf3',
  200: '#fff7eb',
  300: '#fff4e3',
  400: '#ffefd7',
  500: '#ffebcd',
  600: '#ccbca4',
  700: '#8f8473',
  800: '#665e52',
  900: '#3d3831',
  950: '#141310',
};
JSON
{
  "color": {
    "50": "#fffdfb",
    "100": "#fffaf3",
    "200": "#fff7eb",
    "300": "#fff4e3",
    "400": "#ffefd7",
    "500": "#ffebcd",
    "600": "#ccbca4",
    "700": "#8f8473",
    "800": "#665e52",
    "900": "#3d3831",
    "950": "#141310"
  }
}
Figma Variables
{
  "color": {
    "50": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          1,
          0.9921568627450981,
          0.984313725490196
        ],
        "alpha": 1,
        "hex": "#FFFDFB"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:1",
        "com.figma.isOverride": true
      }
    },
    "100": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          1,
          0.9803921568627451,
          0.9529411764705882
        ],
        "alpha": 1,
        "hex": "#FFFAF3"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:2",
        "com.figma.isOverride": true
      }
    },
    "200": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          1,
          0.9686274509803922,
          0.9215686274509803
        ],
        "alpha": 1,
        "hex": "#FFF7EB"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:3",
        "com.figma.isOverride": true
      }
    },
    "300": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          1,
          0.9568627450980393,
          0.8901960784313725
        ],
        "alpha": 1,
        "hex": "#FFF4E3"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:4",
        "com.figma.isOverride": true
      }
    },
    "400": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          1,
          0.9372549019607843,
          0.8431372549019608
        ],
        "alpha": 1,
        "hex": "#FFEFD7"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:5",
        "com.figma.isOverride": true
      }
    },
    "500": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          1,
          0.9215686274509803,
          0.803921568627451
        ],
        "alpha": 1,
        "hex": "#FFEBCD"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:6",
        "com.figma.isOverride": true
      }
    },
    "600": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.8,
          0.7372549019607844,
          0.6431372549019608
        ],
        "alpha": 1,
        "hex": "#CCBCA4"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:7",
        "com.figma.isOverride": true
      }
    },
    "700": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.5607843137254902,
          0.5176470588235295,
          0.45098039215686275
        ],
        "alpha": 1,
        "hex": "#8F8473"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:8",
        "com.figma.isOverride": true
      }
    },
    "800": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.4,
          0.3686274509803922,
          0.3215686274509804
        ],
        "alpha": 1,
        "hex": "#665E52"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:9",
        "com.figma.isOverride": true
      }
    },
    "900": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.23921568627450981,
          0.2196078431372549,
          0.19215686274509805
        ],
        "alpha": 1,
        "hex": "#3D3831"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:10",
        "com.figma.isOverride": true
      }
    },
    "950": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.0784313725490196,
          0.07450980392156863,
          0.06274509803921569
        ],
        "alpha": 1,
        "hex": "#141310"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:11",
        "com.figma.isOverride": true
      }
    }
  },
  "$extensions": {
    "com.figma.modeName": "Value"
  }
}

Open Blanched Almond in the generatorHow the scale is built