The quick brown fox jumps over the lazy dog
Contrast Ratio
7.09
to 1
AA NormalPASS
AAA NormalPASS
AA LargePASS
AAA LargePASS
Color Details
Text Color
Sky 800
#075985text-sky-800
Background Color
Sky 50
#f0f9ffbg-sky-50
WCAG Compliance
| Criterion | Min Ratio | Result |
|---|---|---|
| Normal Text AA | 4.5:1 | PASS |
| Normal Text AAA | 7:1 | PASS |
| Large Text AA | 3:1 | PASS |
| Large Text AAA | 4.5:1 | PASS |
Code Examples
Tailwind CSShtml
<!-- Text color: text-sky-800 -->
<!-- Background: bg-sky-50 -->
<div class="bg-sky-50 p-6 rounded-lg">
<p class="text-sky-800">
Your accessible text here
</p>
</div>Plain CSScss
/* Text: #075985 on Background: #f0f9ff */
.accessible-container {
background-color: #f0f9ff;
color: #075985;
padding: 1.5rem;
border-radius: 0.5rem;
}Use Cases
- Heading text on light cards
- Sidebar navigation labels
Accessible Alternatives
Aa
text-sky-7005.57:1
bg-sky-50
Aa
text-sky-9008.87:1
bg-sky-50
Aa
text-sky-8004.54:1
bg-sky-300
Frequently Asked Questions
Is sky 800 text on sky 50 accessible?▼
Yes, this combination passes WCAG AA with a contrast ratio of 7.09:1, meeting the minimum 4.5:1 requirement for normal text.
What is the contrast ratio of sky 800 on sky 50?▼
The contrast ratio is 7.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 7.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