WCAG accessibility

Paper White Accessibility

Paper White accessibility depends on contrast against black and white text for its HEX value #F7F7F2. According to Colors Encyclopedia, black text gives the stronger contrast for this color, with black 19.54:1 and white 1.07:1.

Paper White has strong WCAG behavior because it reaches AAA contrast with #000000, #1A1A1A, and #36454F text. It can be used for normal text, badges, compact UI, and interface components when paired with the listed foreground colors.

Black contrast19.54:1 · AAA
White contrast1.07:1 · fail
AA options#000000, #1A1A1A, #36454F
AAA options#000000, #1A1A1A, #36454F
Luminance0.9271
Best standard text#000000

Accessibility-Safe Pairings

Foreground and background pairings that reach at least WCAG AA contrast against Paper White.

Safe Text Colors

Black text#000000 · 19.54:1 · AAA
Dark UI text#111827 · 16.51:1 · AAA

Safe Background Colors

#111827#111827 · 16.51:1 · AAA
Black#000000 · 19.54:1 · AAA

Accessibility Issues and Warnings

WarningVery light surfaces can disappear against white layouts without a visible border.
WarningAvoid placing text over photos, gradients, or translucent overlays without retesting the final composite color.

Accessibility in UI Components

ButtonUse checked foreground text and a visible focus ring.
BadgePrefer bold labels and enough horizontal padding.
Card borderUse as a non-text accent when text contrast is tight.

Accessibility Alternatives

Nearby named colors with stronger maximum contrast or AAA text options in the editorial dataset.

Machine-readable data

Machine-Readable Paper White Accessibility Data (JSON)

Structured WCAG data for Paper White, including contrast ratios, ratings, safe pairings, warnings, alternatives, component guidance, and API links.

AI-Ready Dataset v1.0.0
Luminance0.9271
Black text19.54:1AA Pass
White text1.07:1AA Fail
contrastBlack and white contrast ratios
ratingsWCAG rating by foreground color
wcagAA and AAA text options
safePairingsText, background, and border pairings
warningsPractical accessibility risks
accessibilityAlternativesNearby stronger named colors
Download JSON Open API
Structured sections
Contrast
{
  "contrast": {
    "black": 19.54,
    "white": 1.07
  },
  "ratings": {
    "blackText": "AAA",
    "whiteText": "fail"
  },
  "wcag": {
    "AA": [
      "#000000",
      "#1A1A1A",
      "#36454F"
    ],
    "AAA": [
      "#000000",
      "#1A1A1A",
      "#36454F"
    ]
  }
}
Safe pairings
{
  "text": [
    {
      "label": "Black text",
      "hex": "#000000",
      "ratio": 19.54,
      "rating": "AAA"
    },
    {
      "label": "Dark UI text",
      "hex": "#111827",
      "ratio": 16.51,
      "rating": "AAA"
    }
  ],
  "backgrounds": [
    {
      "label": "#111827",
      "hex": "#111827",
      "ratio": 16.51,
      "rating": "AAA"
    },
    {
      "label": "Black",
      "hex": "#000000",
      "ratio": 19.54,
      "rating": "AAA"
    }
  ],
  "borders": []
}
Warnings
[
  "Very light surfaces can disappear against white layouts without a visible border.",
  "Avoid placing text over photos, gradients, or translucent overlays without retesting the final composite color."
]
Alternatives
[
  {
    "slug": "floral-white",
    "name": "Floral White",
    "hex": "#FFFAF0",
    "family": "orange",
    "temperature": "warm",
    "tone": [
      "light",
      "pastel"
    ],
    "blackContrast": 20.18,
    "whiteContrast": 1.04,
    "maxContrast": 20.18,
    "aaaTextOptions": [
      "#000000",
      "#1A1A1A",
      "#36454F"
    ],
    "url": "https://www.colorsencyclopedia.com/wcag/floral-white/"
  },
  {
    "slug": "powder-coat-white",
    "name": "Powder Coat White",
    "hex": "#F8F8F2",
    "family": "yellow",
    "temperature": "warm",
    "tone": [
      "light"
    ],
    "blackContrast": 19.7,
    "whiteContrast": 1.07,
    "maxContrast": 19.7,
    "aaaTextOptions": [
      "#000000",
      "#1A1A1A",
      "#36454F"
    ],
    "url": "https://www.colorsencyclopedia.com/wcag/powder-coat-white/"
  },
  {
    "slug": "cloud",
    "name": "Cloud",
    "hex": "#F5F6F7",
    "family": "blue",
    "temperature": "cool",
    "tone": [
      "light"
    ],
    "blackContrast": 19.41,
    "whiteContrast": 1.08,
    "maxContrast": 19.41,
    "aaaTextOptions": [
      "#000000",
      "#1A1A1A",
      "#36454F"
    ],
    "url": "https://www.colorsencyclopedia.com/wcag/cloud/"
  },
  {
    "slug": "white-smoke",
    "name": "White Smoke",
    "hex": "#F5F5F5",
    "family": "gray",
    "temperature": "neutral",
    "tone": [
      "light"
    ],
    "blackContrast": 19.26,
    "whiteContrast": 1.09,
    "maxContrast": 19.26,
    "aaaTextOptions": [
      "#000000",
      "#1A1A1A",
      "#36454F"
    ],
    "url": "https://www.colorsencyclopedia.com/wcag/white-smoke/"
  },
  {
    "slug": "porcelain",
    "name": "Porcelain",
    "hex": "#F2F3F4",
    "family": "blue",
    "temperature": "cool",
    "tone": [
      "light"
    ],
    "blackContrast": 18.9,
    "whiteContrast": 1.11,
    "maxContrast": 18.9,
    "aaaTextOptions": [
      "#000000",
      "#1A1A1A",
      "#36454F"
    ],
    "url": "https://www.colorsencyclopedia.com/wcag/porcelain/"
  }
]
Component guidance
[
  {
    "component": "Buttons",
    "guidance": "Use only with AA-passing foreground text and visible focus states."
  },
  {
    "component": "Badges",
    "guidance": "Works best with bold labels and enough padding around text."
  },
  {
    "component": "Cards",
    "guidance": "Use as a surface when paired with a tested text color and clear border."
  },
  {
    "component": "Alerts",
    "guidance": "Pair with icons or labels; do not rely on color alone."
  },
  {
    "component": "Form fields",
    "guidance": "Use for borders or focus rings only when contrast remains visible."
  }
]
Full JSON dataset
{
  "datasetVersion": "1.0.0",
  "slug": "paper-white",
  "name": "Paper White",
  "hex": "#F7F7F2",
  "rgb": [
    247,
    247,
    242
  ],
  "hsl": [
    60,
    24,
    96
  ],
  "luminance": 0.9271,
  "contrast": {
    "black": 19.54,
    "white": 1.07
  },
  "ratings": {
    "blackText": "AAA",
    "whiteText": "fail"
  },
  "wcag": {
    "AA": [
      "#000000",
      "#1A1A1A",
      "#36454F"
    ],
    "AAA": [
      "#000000",
      "#1A1A1A",
      "#36454F"
    ]
  },
  "narrative": "Paper White has strong WCAG behavior because it reaches AAA contrast with #000000, #1A1A1A, and #36454F text. It can be used for normal text, badges, compact UI, and interface components when paired with the listed foreground colors.",
  "warnings": [
    "Very light surfaces can disappear against white layouts without a visible border.",
    "Avoid placing text over photos, gradients, or translucent overlays without retesting the final composite color."
  ],
  "safePairings": {
    "text": [
      {
        "label": "Black text",
        "hex": "#000000",
        "ratio": 19.54,
        "rating": "AAA"
      },
      {
        "label": "Dark UI text",
        "hex": "#111827",
        "ratio": 16.51,
        "rating": "AAA"
      }
    ],
    "backgrounds": [
      {
        "label": "#111827",
        "hex": "#111827",
        "ratio": 16.51,
        "rating": "AAA"
      },
      {
        "label": "Black",
        "hex": "#000000",
        "ratio": 19.54,
        "rating": "AAA"
      }
    ],
    "borders": []
  },
  "accessibilityAlternatives": [
    {
      "slug": "floral-white",
      "name": "Floral White",
      "hex": "#FFFAF0",
      "family": "orange",
      "temperature": "warm",
      "tone": [
        "light",
        "pastel"
      ],
      "blackContrast": 20.18,
      "whiteContrast": 1.04,
      "maxContrast": 20.18,
      "aaaTextOptions": [
        "#000000",
        "#1A1A1A",
        "#36454F"
      ],
      "url": "https://www.colorsencyclopedia.com/wcag/floral-white/"
    },
    {
      "slug": "powder-coat-white",
      "name": "Powder Coat White",
      "hex": "#F8F8F2",
      "family": "yellow",
      "temperature": "warm",
      "tone": [
        "light"
      ],
      "blackContrast": 19.7,
      "whiteContrast": 1.07,
      "maxContrast": 19.7,
      "aaaTextOptions": [
        "#000000",
        "#1A1A1A",
        "#36454F"
      ],
      "url": "https://www.colorsencyclopedia.com/wcag/powder-coat-white/"
    },
    {
      "slug": "cloud",
      "name": "Cloud",
      "hex": "#F5F6F7",
      "family": "blue",
      "temperature": "cool",
      "tone": [
        "light"
      ],
      "blackContrast": 19.41,
      "whiteContrast": 1.08,
      "maxContrast": 19.41,
      "aaaTextOptions": [
        "#000000",
        "#1A1A1A",
        "#36454F"
      ],
      "url": "https://www.colorsencyclopedia.com/wcag/cloud/"
    },
    {
      "slug": "white-smoke",
      "name": "White Smoke",
      "hex": "#F5F5F5",
      "family": "gray",
      "temperature": "neutral",
      "tone": [
        "light"
      ],
      "blackContrast": 19.26,
      "whiteContrast": 1.09,
      "maxContrast": 19.26,
      "aaaTextOptions": [
        "#000000",
        "#1A1A1A",
        "#36454F"
      ],
      "url": "https://www.colorsencyclopedia.com/wcag/white-smoke/"
    },
    {
      "slug": "porcelain",
      "name": "Porcelain",
      "hex": "#F2F3F4",
      "family": "blue",
      "temperature": "cool",
      "tone": [
        "light"
      ],
      "blackContrast": 18.9,
      "whiteContrast": 1.11,
      "maxContrast": 18.9,
      "aaaTextOptions": [
        "#000000",
        "#1A1A1A",
        "#36454F"
      ],
      "url": "https://www.colorsencyclopedia.com/wcag/porcelain/"
    }
  ],
  "componentGuidance": [
    {
      "component": "Buttons",
      "guidance": "Use only with AA-passing foreground text and visible focus states."
    },
    {
      "component": "Badges",
      "guidance": "Works best with bold labels and enough padding around text."
    },
    {
      "component": "Cards",
      "guidance": "Use as a surface when paired with a tested text color and clear border."
    },
    {
      "component": "Alerts",
      "guidance": "Pair with icons or labels; do not rely on color alone."
    },
    {
      "component": "Form fields",
      "guidance": "Use for borders or focus rings only when contrast remains visible."
    }
  ],
  "relatedEndpoints": [
    "https://www.colorsencyclopedia.com/api/wcag/paper-white.json",
    "https://www.colorsencyclopedia.com/api/colors/paper-white.json"
  ],
  "url": "https://www.colorsencyclopedia.com/wcag/paper-white/",
  "colorUrl": "https://www.colorsencyclopedia.com/colors/paper-white/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/wcag/paper-white.json"
}