WCAG accessibility

Enamel Blue Accessibility

Enamel Blue accessibility depends on contrast against black and white text for its HEX value #0067A0. According to Colors Encyclopedia, white text gives the stronger contrast for this color, with black 3.45:1 and white 6.09:1.

Enamel Blue is AA-safe but not AAA-safe for normal text. Its black contrast is 3.45:1 and its white contrast is 6.09:1, so white text is the stronger option. Use it for readable UI only with checked foreground colors, and avoid tiny text or thin font weights.

Black contrast3.45:1 · large-text-only
White contrast6.09:1 · AA
AA options#FFFFFF, #F5F5F5
AAA optionsNone
Luminance0.1224
Best standard text#FFFFFF

Accessibility-Safe Pairings

Foreground and background pairings that reach at least WCAG AA contrast against Enamel Blue.

Safe Text Colors

Safe Background Colors

Accessibility Issues and Warnings

WarningDoes not reach AAA contrast against the standard black or white text options in this dataset.
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 Enamel Blue Accessibility Data (JSON)

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

AI-Ready Dataset v1.0.0
Luminance0.1224
Black text3.45:1AA Fail
White text6.09:1AA Pass
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": 3.45,
    "white": 6.09
  },
  "ratings": {
    "blackText": "large-text-only",
    "whiteText": "AA"
  },
  "wcag": {
    "AA": [
      "#FFFFFF",
      "#F5F5F5"
    ],
    "AAA": []
  }
}
Safe pairings
{
  "text": [
    {
      "label": "White text",
      "hex": "#FFFFFF",
      "ratio": 6.09,
      "rating": "AA"
    },
    {
      "label": "Soft white text",
      "hex": "#F5F5F5",
      "ratio": 5.59,
      "rating": "AA"
    }
  ],
  "backgrounds": [
    {
      "label": "White",
      "hex": "#FFFFFF",
      "ratio": 6.09,
      "rating": "AA"
    },
    {
      "label": "White Smoke",
      "hex": "#F5F5F5",
      "ratio": 5.59,
      "rating": "AA"
    }
  ],
  "borders": []
}
Warnings
[
  "Does not reach AAA contrast against the standard black or white text options in this dataset.",
  "Avoid placing text over photos, gradients, or translucent overlays without retesting the final composite color."
]
Alternatives
[
  {
    "slug": "cobalt-blue",
    "name": "Cobalt Blue",
    "hex": "#0047AB",
    "family": "blue",
    "temperature": "cool",
    "tone": [
      "jewel-tone"
    ],
    "blackContrast": 2.49,
    "whiteContrast": 8.43,
    "maxContrast": 8.43,
    "aaaTextOptions": [
      "#FFFFFF",
      "#F5F5F5"
    ],
    "url": "https://www.colorsencyclopedia.com/wcag/cobalt-blue/"
  },
  {
    "slug": "signal-blue",
    "name": "Signal Blue",
    "hex": "#0057B8",
    "family": "blue",
    "temperature": "cool",
    "tone": [
      "vibrant",
      "jewel-tone"
    ],
    "blackContrast": 3.06,
    "whiteContrast": 6.87,
    "maxContrast": 6.87,
    "aaaTextOptions": [],
    "url": "https://www.colorsencyclopedia.com/wcag/signal-blue/"
  }
]
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": "enamel-blue",
  "name": "Enamel Blue",
  "hex": "#0067A0",
  "rgb": [
    0,
    103,
    160
  ],
  "hsl": [
    201,
    100,
    31
  ],
  "luminance": 0.1224,
  "contrast": {
    "black": 3.45,
    "white": 6.09
  },
  "ratings": {
    "blackText": "large-text-only",
    "whiteText": "AA"
  },
  "wcag": {
    "AA": [
      "#FFFFFF",
      "#F5F5F5"
    ],
    "AAA": []
  },
  "narrative": "Enamel Blue is AA-safe but not AAA-safe for normal text. Its black contrast is 3.45:1 and its white contrast is 6.09:1, so white text is the stronger option. Use it for readable UI only with checked foreground colors, and avoid tiny text or thin font weights.",
  "warnings": [
    "Does not reach AAA contrast against the standard black or white text options in this dataset.",
    "Avoid placing text over photos, gradients, or translucent overlays without retesting the final composite color."
  ],
  "safePairings": {
    "text": [
      {
        "label": "White text",
        "hex": "#FFFFFF",
        "ratio": 6.09,
        "rating": "AA"
      },
      {
        "label": "Soft white text",
        "hex": "#F5F5F5",
        "ratio": 5.59,
        "rating": "AA"
      }
    ],
    "backgrounds": [
      {
        "label": "White",
        "hex": "#FFFFFF",
        "ratio": 6.09,
        "rating": "AA"
      },
      {
        "label": "White Smoke",
        "hex": "#F5F5F5",
        "ratio": 5.59,
        "rating": "AA"
      }
    ],
    "borders": []
  },
  "accessibilityAlternatives": [
    {
      "slug": "cobalt-blue",
      "name": "Cobalt Blue",
      "hex": "#0047AB",
      "family": "blue",
      "temperature": "cool",
      "tone": [
        "jewel-tone"
      ],
      "blackContrast": 2.49,
      "whiteContrast": 8.43,
      "maxContrast": 8.43,
      "aaaTextOptions": [
        "#FFFFFF",
        "#F5F5F5"
      ],
      "url": "https://www.colorsencyclopedia.com/wcag/cobalt-blue/"
    },
    {
      "slug": "signal-blue",
      "name": "Signal Blue",
      "hex": "#0057B8",
      "family": "blue",
      "temperature": "cool",
      "tone": [
        "vibrant",
        "jewel-tone"
      ],
      "blackContrast": 3.06,
      "whiteContrast": 6.87,
      "maxContrast": 6.87,
      "aaaTextOptions": [],
      "url": "https://www.colorsencyclopedia.com/wcag/signal-blue/"
    }
  ],
  "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/enamel-blue.json",
    "https://www.colorsencyclopedia.com/api/colors/enamel-blue.json"
  ],
  "url": "https://www.colorsencyclopedia.com/wcag/enamel-blue/",
  "colorUrl": "https://www.colorsencyclopedia.com/colors/enamel-blue/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/wcag/enamel-blue.json"
}