WCAG accessibility

Orange Red Accessibility

Orange Red accessibility depends on contrast against black and white text for its HEX value #FF4500. According to Colors Encyclopedia, black text gives the stronger contrast for this color, with black 6.1:1 and white 3.44:1.

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

Black contrast6.1:1 · AA
White contrast3.44:1 · large-text-only
AA options#000000, #1A1A1A
AAA optionsNone
Luminance0.2552
Best standard text#000000

Accessibility-Safe Pairings

Foreground and background pairings that reach at least WCAG AA contrast against Orange Red.

Safe Text Colors

Black text#000000 · 6.1:1 · AA
Dark UI text#111827 · 5.16:1 · AA

Safe Background Colors

#111827#111827 · 5.16:1 · AA
Black#000000 · 6.1:1 · AA

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 Orange Red Accessibility Data (JSON)

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

AI-Ready Dataset v1.0.0
Luminance0.2552
Black text6.1:1AA Pass
White text3.44: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": 6.1,
    "white": 3.44
  },
  "ratings": {
    "blackText": "AA",
    "whiteText": "large-text-only"
  },
  "wcag": {
    "AA": [
      "#000000",
      "#1A1A1A"
    ],
    "AAA": []
  }
}
Safe pairings
{
  "text": [
    {
      "label": "Black text",
      "hex": "#000000",
      "ratio": 6.1,
      "rating": "AA"
    },
    {
      "label": "Dark UI text",
      "hex": "#111827",
      "ratio": 5.16,
      "rating": "AA"
    }
  ],
  "backgrounds": [
    {
      "label": "#111827",
      "hex": "#111827",
      "ratio": 5.16,
      "rating": "AA"
    },
    {
      "label": "Black",
      "hex": "#000000",
      "ratio": 6.1,
      "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": "hazard-orange",
    "name": "Hazard Orange",
    "hex": "#FF6700",
    "family": "orange",
    "temperature": "warm",
    "tone": [
      "vibrant"
    ],
    "blackContrast": 7.19,
    "whiteContrast": 2.92,
    "maxContrast": 7.19,
    "aaaTextOptions": [
      "#000000"
    ],
    "url": "https://www.colorsencyclopedia.com/wcag/hazard-orange/"
  },
  {
    "slug": "neon-orange",
    "name": "Neon Orange",
    "hex": "#FF5F1F",
    "family": "orange",
    "temperature": "warm",
    "tone": [
      "vibrant"
    ],
    "blackContrast": 6.91,
    "whiteContrast": 3.04,
    "maxContrast": 6.91,
    "aaaTextOptions": [],
    "url": "https://www.colorsencyclopedia.com/wcag/neon-orange/"
  },
  {
    "slug": "international-orange",
    "name": "International Orange",
    "hex": "#FF4F00",
    "family": "orange",
    "temperature": "warm",
    "tone": [
      "vibrant"
    ],
    "blackContrast": 6.37,
    "whiteContrast": 3.3,
    "maxContrast": 6.37,
    "aaaTextOptions": [],
    "url": "https://www.colorsencyclopedia.com/wcag/international-orange/"
  }
]
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": "orange-red",
  "name": "Orange Red",
  "hex": "#FF4500",
  "rgb": [
    255,
    69,
    0
  ],
  "hsl": [
    16,
    100,
    50
  ],
  "luminance": 0.2552,
  "contrast": {
    "black": 6.1,
    "white": 3.44
  },
  "ratings": {
    "blackText": "AA",
    "whiteText": "large-text-only"
  },
  "wcag": {
    "AA": [
      "#000000",
      "#1A1A1A"
    ],
    "AAA": []
  },
  "narrative": "Orange Red is AA-safe but not AAA-safe for normal text. Its black contrast is 6.1:1 and its white contrast is 3.44:1, so black 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": "Black text",
        "hex": "#000000",
        "ratio": 6.1,
        "rating": "AA"
      },
      {
        "label": "Dark UI text",
        "hex": "#111827",
        "ratio": 5.16,
        "rating": "AA"
      }
    ],
    "backgrounds": [
      {
        "label": "#111827",
        "hex": "#111827",
        "ratio": 5.16,
        "rating": "AA"
      },
      {
        "label": "Black",
        "hex": "#000000",
        "ratio": 6.1,
        "rating": "AA"
      }
    ],
    "borders": []
  },
  "accessibilityAlternatives": [
    {
      "slug": "hazard-orange",
      "name": "Hazard Orange",
      "hex": "#FF6700",
      "family": "orange",
      "temperature": "warm",
      "tone": [
        "vibrant"
      ],
      "blackContrast": 7.19,
      "whiteContrast": 2.92,
      "maxContrast": 7.19,
      "aaaTextOptions": [
        "#000000"
      ],
      "url": "https://www.colorsencyclopedia.com/wcag/hazard-orange/"
    },
    {
      "slug": "neon-orange",
      "name": "Neon Orange",
      "hex": "#FF5F1F",
      "family": "orange",
      "temperature": "warm",
      "tone": [
        "vibrant"
      ],
      "blackContrast": 6.91,
      "whiteContrast": 3.04,
      "maxContrast": 6.91,
      "aaaTextOptions": [],
      "url": "https://www.colorsencyclopedia.com/wcag/neon-orange/"
    },
    {
      "slug": "international-orange",
      "name": "International Orange",
      "hex": "#FF4F00",
      "family": "orange",
      "temperature": "warm",
      "tone": [
        "vibrant"
      ],
      "blackContrast": 6.37,
      "whiteContrast": 3.3,
      "maxContrast": 6.37,
      "aaaTextOptions": [],
      "url": "https://www.colorsencyclopedia.com/wcag/international-orange/"
    }
  ],
  "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/orange-red.json",
    "https://www.colorsencyclopedia.com/api/colors/orange-red.json"
  ],
  "url": "https://www.colorsencyclopedia.com/wcag/orange-red/",
  "colorUrl": "https://www.colorsencyclopedia.com/colors/orange-red/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/wcag/orange-red.json"
}