The quick brown fox jumps over the lazy dog
Contrast Ratio
14.63
to 1
AA NormalPASS
AAA NormalPASS
AA LargePASS
AAA LargePASS
Color Details
Text Color
White
#fffffftext-white
Background Color
Slate 800
#1e293bbg-slate-800
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-white -->
<!-- Background: bg-slate-800 -->
<div class="bg-slate-800 p-6 rounded-lg">
<p class="text-white">
Your accessible text here
</p>
</div>Plain CSScss
/* Text: #ffffff on Background: #1e293b */
.accessible-container {
background-color: #1e293b;
color: #ffffff;
padding: 1.5rem;
border-radius: 0.5rem;
}Use Cases
- Primary button text
- Card headers on Slate 800 backgrounds
Accessible Alternatives
Aa
text-white20.17:1
bg-slate-950
Aa
text-white17.85:1
bg-slate-900
Aa
text-white10.35:1
bg-slate-700
Frequently Asked Questions
Is white text on slate 800 accessible?▼
Yes, this combination passes WCAG AA with a contrast ratio of 14.63:1, meeting the minimum 4.5:1 requirement for normal text.
What is the contrast ratio of white on slate 800?▼
The contrast ratio is 14.63: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 14.63: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