The quick brown fox jumps over the lazy dog

Contrast Ratio

15.09

to 1

AA NormalPASS
AAA NormalPASS
AA LargePASS
AAA LargePASS

Color Details

Text Color

Gray 900

#111827text-gray-900

Background Color

Pink 100

#fce7f3bg-pink-100

WCAG Compliance

CriterionMin RatioResult
Normal Text AA4.5:1PASS
Normal Text AAA7:1PASS
Large Text AA3:1PASS
Large Text AAA4.5:1PASS

Code Examples

Tailwind CSShtml
<!-- Text color: text-gray-900 -->
<!-- Background: bg-pink-100 -->
<div class="bg-pink-100 p-6 rounded-lg">
  <p class="text-gray-900">
    Your accessible text here
  </p>
</div>
Plain CSScss
/* Text: #111827 on Background: #fce7f3 */
.accessible-container {
  background-color: #fce7f3;
  color: #111827;
  padding: 1.5rem;
  border-radius: 0.5rem;
}

Use Cases

  • Heading text on light cards
  • Sidebar navigation labels

Accessible Alternatives

Aa
text-gray-6006.43:1

bg-pink-100

Aa
text-gray-7008.77:1

bg-pink-100

Aa
text-gray-9005.03:1

bg-pink-500

Frequently Asked Questions

Is gray 900 text on pink 100 accessible?
Yes, this combination passes WCAG AA with a contrast ratio of 15.09:1, meeting the minimum 4.5:1 requirement for normal text.
What is the contrast ratio of gray 900 on pink 100?
The contrast ratio is 15.09:1. WCAG AA requires at least 4.5:1 for normal text and 3:1 for large text. WCAG AAA requires 7:1 for normal text and 4.5:1 for large text.
Does this combination meet WCAG AAA?
Yes, with a 15.09:1 contrast ratio, this combination meets the strictest WCAG AAA standard (7:1 minimum), making it excellent for maximum accessibility.

Related Color Pairs

Check Your Own Color Pair

Use our free contrast checker to test any combination of text and background colors.

Open Contrast Checker