The quick brown fox jumps over the lazy dog
Contrast Ratio
6.04
to 1
AA NormalPASS
AAA NormalFAIL
AA LargePASS
AAA LargePASS
Color Details
Text Color
White
#fffffftext-white
Background Color
Pink 700
#be185dbg-pink-700
WCAG Compliance
| Criterion | Min Ratio | Result |
|---|---|---|
| Normal Text AA | 4.5:1 | PASS |
| Normal Text AAA | 7:1 | FAIL |
| Large Text AA | 3:1 | PASS |
| Large Text AAA | 4.5:1 | PASS |
Code Examples
Tailwind CSShtml
<!-- Text color: text-white -->
<!-- Background: bg-pink-700 -->
<div class="bg-pink-700 p-6 rounded-lg">
<p class="text-white">
Your accessible text here
</p>
</div>Plain CSScss
/* Text: #ffffff on Background: #be185d */
.accessible-container {
background-color: #be185d;
color: #ffffff;
padding: 1.5rem;
border-radius: 0.5rem;
}Use Cases
- Primary button text
- Card headers on Pink 700 backgrounds
Accessible Alternatives
Aa
text-white15.03:1
bg-pink-950
Aa
text-white9.65:1
bg-pink-900
Aa
text-white7.88:1
bg-pink-800
Frequently Asked Questions
Is white text on pink 700 accessible?▼
Yes, this combination passes WCAG AA with a contrast ratio of 6.04:1, meeting the minimum 4.5:1 requirement for normal text.
What is the contrast ratio of white on pink 700?▼
The contrast ratio is 6.04: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.
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