Floral White — 11-step color scale

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

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

Success, warning, error and the rest are derived from Floral 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 #fffaf0
SuggestedProtanopiaDeuteranopiaTritanopia
success21.520.818.6
warning21.119.126.5
error24.021.023.2
discovery26.528.425.3
info19.724.030.6
neutral19.419.219.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.

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

Export Floral 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: #fffffe;
  --color-color-100: #fffefb;
  --color-color-200: #fffdf9;
  --color-color-300: #fffcf7;
  --color-color-400: #fffbf3;
  --color-color-500: #fffaf0;
  --color-color-600: #ccc8c0;
  --color-color-700: #8f8c86;
  --color-color-800: #666460;
  --color-color-900: #3d3c3a;
  --color-color-950: #141413;
}
SCSS
$color-color-50: #fffffe;
$color-color-100: #fffefb;
$color-color-200: #fffdf9;
$color-color-300: #fffcf7;
$color-color-400: #fffbf3;
$color-color-500: #fffaf0;
$color-color-600: #ccc8c0;
$color-color-700: #8f8c86;
$color-color-800: #666460;
$color-color-900: #3d3c3a;
$color-color-950: #141413;
JavaScript
export const color = {
  50: '#fffffe',
  100: '#fffefb',
  200: '#fffdf9',
  300: '#fffcf7',
  400: '#fffbf3',
  500: '#fffaf0',
  600: '#ccc8c0',
  700: '#8f8c86',
  800: '#666460',
  900: '#3d3c3a',
  950: '#141413',
};
JSON
{
  "color": {
    "50": "#fffffe",
    "100": "#fffefb",
    "200": "#fffdf9",
    "300": "#fffcf7",
    "400": "#fffbf3",
    "500": "#fffaf0",
    "600": "#ccc8c0",
    "700": "#8f8c86",
    "800": "#666460",
    "900": "#3d3c3a",
    "950": "#141413"
  }
}
Figma Variables
{
  "color": {
    "50": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          1,
          1,
          0.996078431372549
        ],
        "alpha": 1,
        "hex": "#FFFFFE"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:1",
        "com.figma.isOverride": true
      }
    },
    "100": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          1,
          0.996078431372549,
          0.984313725490196
        ],
        "alpha": 1,
        "hex": "#FFFEFB"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:2",
        "com.figma.isOverride": true
      }
    },
    "200": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          1,
          0.9921568627450981,
          0.9764705882352941
        ],
        "alpha": 1,
        "hex": "#FFFDF9"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:3",
        "com.figma.isOverride": true
      }
    },
    "300": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          1,
          0.9882352941176471,
          0.9686274509803922
        ],
        "alpha": 1,
        "hex": "#FFFCF7"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:4",
        "com.figma.isOverride": true
      }
    },
    "400": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          1,
          0.984313725490196,
          0.9529411764705882
        ],
        "alpha": 1,
        "hex": "#FFFBF3"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:5",
        "com.figma.isOverride": true
      }
    },
    "500": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          1,
          0.9803921568627451,
          0.9411764705882353
        ],
        "alpha": 1,
        "hex": "#FFFAF0"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:6",
        "com.figma.isOverride": true
      }
    },
    "600": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.8,
          0.7843137254901961,
          0.7529411764705882
        ],
        "alpha": 1,
        "hex": "#CCC8C0"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:7",
        "com.figma.isOverride": true
      }
    },
    "700": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.5607843137254902,
          0.5490196078431373,
          0.5254901960784314
        ],
        "alpha": 1,
        "hex": "#8F8C86"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:8",
        "com.figma.isOverride": true
      }
    },
    "800": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.4,
          0.39215686274509803,
          0.3764705882352941
        ],
        "alpha": 1,
        "hex": "#666460"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:9",
        "com.figma.isOverride": true
      }
    },
    "900": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.23921568627450981,
          0.23529411764705882,
          0.22745098039215686
        ],
        "alpha": 1,
        "hex": "#3D3C3A"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:10",
        "com.figma.isOverride": true
      }
    },
    "950": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.0784313725490196,
          0.0784313725490196,
          0.07450980392156863
        ],
        "alpha": 1,
        "hex": "#141413"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:11",
        "com.figma.isOverride": true
      }
    }
  },
  "$extensions": {
    "com.figma.modeName": "Value"
  }
}

Open Floral White in the generatorHow the scale is built