Lavender Blush — 11-step color scale

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

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 Lavender Blush

Success, warning, error and the rest are derived from Lavender Blush 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 #fff0f5
SuggestedProtanopiaDeuteranopiaTritanopia
success18.217.932.0
warning23.021.621.6
error40.437.840.5
discovery20.823.026.7
info14.919.241.8
neutral20.520.120.3
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 info suggestion is the closest call: it clears the threshold under Protanopia, but only reaches ΔE₀₀ 14.9, so it sits just above the 11 line rather than comfortably past it.

Export Lavender Blush

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: #fffefe;
  --color-color-100: #fffbfd;
  --color-color-200: #fff9fb;
  --color-color-300: #fff7f9;
  --color-color-400: #fff3f7;
  --color-color-500: #fff0f5;
  --color-color-600: #ccc0c4;
  --color-color-700: #8f8689;
  --color-color-800: #666062;
  --color-color-900: #3d3a3b;
  --color-color-950: #141314;
}
SCSS
$color-color-50: #fffefe;
$color-color-100: #fffbfd;
$color-color-200: #fff9fb;
$color-color-300: #fff7f9;
$color-color-400: #fff3f7;
$color-color-500: #fff0f5;
$color-color-600: #ccc0c4;
$color-color-700: #8f8689;
$color-color-800: #666062;
$color-color-900: #3d3a3b;
$color-color-950: #141314;
JavaScript
export const color = {
  50: '#fffefe',
  100: '#fffbfd',
  200: '#fff9fb',
  300: '#fff7f9',
  400: '#fff3f7',
  500: '#fff0f5',
  600: '#ccc0c4',
  700: '#8f8689',
  800: '#666062',
  900: '#3d3a3b',
  950: '#141314',
};
JSON
{
  "color": {
    "50": "#fffefe",
    "100": "#fffbfd",
    "200": "#fff9fb",
    "300": "#fff7f9",
    "400": "#fff3f7",
    "500": "#fff0f5",
    "600": "#ccc0c4",
    "700": "#8f8689",
    "800": "#666062",
    "900": "#3d3a3b",
    "950": "#141314"
  }
}
Figma Variables
{
  "color": {
    "50": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          1,
          0.996078431372549,
          0.996078431372549
        ],
        "alpha": 1,
        "hex": "#FFFEFE"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:1",
        "com.figma.isOverride": true
      }
    },
    "100": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          1,
          0.984313725490196,
          0.9921568627450981
        ],
        "alpha": 1,
        "hex": "#FFFBFD"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:2",
        "com.figma.isOverride": true
      }
    },
    "200": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          1,
          0.9764705882352941,
          0.984313725490196
        ],
        "alpha": 1,
        "hex": "#FFF9FB"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:3",
        "com.figma.isOverride": true
      }
    },
    "300": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          1,
          0.9686274509803922,
          0.9764705882352941
        ],
        "alpha": 1,
        "hex": "#FFF7F9"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:4",
        "com.figma.isOverride": true
      }
    },
    "400": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          1,
          0.9529411764705882,
          0.9686274509803922
        ],
        "alpha": 1,
        "hex": "#FFF3F7"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:5",
        "com.figma.isOverride": true
      }
    },
    "500": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          1,
          0.9411764705882353,
          0.9607843137254902
        ],
        "alpha": 1,
        "hex": "#FFF0F5"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:6",
        "com.figma.isOverride": true
      }
    },
    "600": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.8,
          0.7529411764705882,
          0.7686274509803922
        ],
        "alpha": 1,
        "hex": "#CCC0C4"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:7",
        "com.figma.isOverride": true
      }
    },
    "700": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.5607843137254902,
          0.5254901960784314,
          0.5372549019607843
        ],
        "alpha": 1,
        "hex": "#8F8689"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:8",
        "com.figma.isOverride": true
      }
    },
    "800": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.4,
          0.3764705882352941,
          0.3843137254901961
        ],
        "alpha": 1,
        "hex": "#666062"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:9",
        "com.figma.isOverride": true
      }
    },
    "900": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.23921568627450981,
          0.22745098039215686,
          0.23137254901960785
        ],
        "alpha": 1,
        "hex": "#3D3A3B"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:10",
        "com.figma.isOverride": true
      }
    },
    "950": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.0784313725490196,
          0.07450980392156863,
          0.0784313725490196
        ],
        "alpha": 1,
        "hex": "#141314"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:11",
        "com.figma.isOverride": true
      }
    }
  },
  "$extensions": {
    "com.figma.modeName": "Value"
  }
}

Open Lavender Blush in the generatorHow the scale is built