Misty Rose — 11-step color scale

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

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 Misty Rose

Success, warning, error and the rest are derived from Misty Rose 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 #ffe4e1
SuggestedProtanopiaDeuteranopiaTritanopia
success13.815.136.4
warning18.517.217.1
error38.636.636.3
discovery22.626.735.5
info15.621.939.1
neutral17.918.117.7
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.8, so it sits just above the 11 line rather than comfortably past it.

Export Misty Rose

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: #fffdfd;
  --color-color-100: #fff9f8;
  --color-color-200: #fff4f3;
  --color-color-300: #fff0ee;
  --color-color-400: #ffe9e7;
  --color-color-500: #ffe4e1;
  --color-color-600: #ccb6b4;
  --color-color-700: #8f807e;
  --color-color-800: #665b5a;
  --color-color-900: #3d3736;
  --color-color-950: #141212;
}
SCSS
$color-color-50: #fffdfd;
$color-color-100: #fff9f8;
$color-color-200: #fff4f3;
$color-color-300: #fff0ee;
$color-color-400: #ffe9e7;
$color-color-500: #ffe4e1;
$color-color-600: #ccb6b4;
$color-color-700: #8f807e;
$color-color-800: #665b5a;
$color-color-900: #3d3736;
$color-color-950: #141212;
JavaScript
export const color = {
  50: '#fffdfd',
  100: '#fff9f8',
  200: '#fff4f3',
  300: '#fff0ee',
  400: '#ffe9e7',
  500: '#ffe4e1',
  600: '#ccb6b4',
  700: '#8f807e',
  800: '#665b5a',
  900: '#3d3736',
  950: '#141212',
};
JSON
{
  "color": {
    "50": "#fffdfd",
    "100": "#fff9f8",
    "200": "#fff4f3",
    "300": "#fff0ee",
    "400": "#ffe9e7",
    "500": "#ffe4e1",
    "600": "#ccb6b4",
    "700": "#8f807e",
    "800": "#665b5a",
    "900": "#3d3736",
    "950": "#141212"
  }
}
Figma Variables
{
  "color": {
    "50": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          1,
          0.9921568627450981,
          0.9921568627450981
        ],
        "alpha": 1,
        "hex": "#FFFDFD"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:1",
        "com.figma.isOverride": true
      }
    },
    "100": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          1,
          0.9764705882352941,
          0.9725490196078431
        ],
        "alpha": 1,
        "hex": "#FFF9F8"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:2",
        "com.figma.isOverride": true
      }
    },
    "200": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          1,
          0.9568627450980393,
          0.9529411764705882
        ],
        "alpha": 1,
        "hex": "#FFF4F3"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:3",
        "com.figma.isOverride": true
      }
    },
    "300": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          1,
          0.9411764705882353,
          0.9333333333333333
        ],
        "alpha": 1,
        "hex": "#FFF0EE"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:4",
        "com.figma.isOverride": true
      }
    },
    "400": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          1,
          0.9137254901960784,
          0.9058823529411765
        ],
        "alpha": 1,
        "hex": "#FFE9E7"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:5",
        "com.figma.isOverride": true
      }
    },
    "500": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          1,
          0.8941176470588236,
          0.8823529411764706
        ],
        "alpha": 1,
        "hex": "#FFE4E1"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:6",
        "com.figma.isOverride": true
      }
    },
    "600": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.8,
          0.7137254901960784,
          0.7058823529411765
        ],
        "alpha": 1,
        "hex": "#CCB6B4"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:7",
        "com.figma.isOverride": true
      }
    },
    "700": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.5607843137254902,
          0.5019607843137255,
          0.49411764705882355
        ],
        "alpha": 1,
        "hex": "#8F807E"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:8",
        "com.figma.isOverride": true
      }
    },
    "800": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.4,
          0.3568627450980392,
          0.35294117647058826
        ],
        "alpha": 1,
        "hex": "#665B5A"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:9",
        "com.figma.isOverride": true
      }
    },
    "900": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.23921568627450981,
          0.21568627450980393,
          0.21176470588235294
        ],
        "alpha": 1,
        "hex": "#3D3736"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:10",
        "com.figma.isOverride": true
      }
    },
    "950": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.0784313725490196,
          0.07058823529411765,
          0.07058823529411765
        ],
        "alpha": 1,
        "hex": "#141212"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:11",
        "com.figma.isOverride": true
      }
    }
  },
  "$extensions": {
    "com.figma.modeName": "Value"
  }
}

Open Misty Rose in the generatorHow the scale is built