WCAG accessibility
Sea Blue Accessibility
Sea Blue accessibility depends on contrast against black and white text for its HEX value #006994. According to Colors Encyclopedia, white text gives the stronger contrast for this color, with black 3.45:1 and white 6.09:1.
Sea Blue is AA-safe but not AAA-safe for normal text. Its black contrast is 3.45:1 and its white contrast is 6.09:1, so white text is the stronger option. Use it for readable UI only with checked foreground colors, and avoid tiny text or thin font weights.
Accessibility-Safe Pairings
Foreground and background pairings that reach at least WCAG AA contrast against Sea Blue.
Safe Text Colors
Safe Background Colors
Accessibility Issues and Warnings
Accessibility in UI Components
Accessibility Alternatives
Nearby named colors with stronger maximum contrast or AAA text options in the editorial dataset.
No stronger nearby alternatives are currently available in the named color dataset.
Machine-readable data
Machine-Readable Sea Blue Accessibility Data (JSON)
Structured WCAG data for Sea Blue, including contrast ratios, ratings, safe pairings, warnings, alternatives, component guidance, and API links.
contrastBlack and white contrast ratiosratingsWCAG rating by foreground colorwcagAA and AAA text optionssafePairingsText, background, and border pairingswarningsPractical accessibility risksaccessibilityAlternativesNearby stronger named colorsStructured sections
Contrast
{
"contrast": {
"black": 3.45,
"white": 6.09
},
"ratings": {
"blackText": "large-text-only",
"whiteText": "AA"
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": []
}
}Safe pairings
{
"text": [
{
"label": "White text",
"hex": "#FFFFFF",
"ratio": 6.09,
"rating": "AA"
},
{
"label": "Soft white text",
"hex": "#F5F5F5",
"ratio": 5.59,
"rating": "AA"
}
],
"backgrounds": [
{
"label": "White",
"hex": "#FFFFFF",
"ratio": 6.09,
"rating": "AA"
},
{
"label": "White Smoke",
"hex": "#F5F5F5",
"ratio": 5.59,
"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
[]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": "sea-blue",
"name": "Sea Blue",
"hex": "#006994",
"rgb": [
0,
105,
148
],
"hsl": [
197,
100,
29
],
"luminance": 0.1224,
"contrast": {
"black": 3.45,
"white": 6.09
},
"ratings": {
"blackText": "large-text-only",
"whiteText": "AA"
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": []
},
"narrative": "Sea Blue is AA-safe but not AAA-safe for normal text. Its black contrast is 3.45:1 and its white contrast is 6.09:1, so white 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": "White text",
"hex": "#FFFFFF",
"ratio": 6.09,
"rating": "AA"
},
{
"label": "Soft white text",
"hex": "#F5F5F5",
"ratio": 5.59,
"rating": "AA"
}
],
"backgrounds": [
{
"label": "White",
"hex": "#FFFFFF",
"ratio": 6.09,
"rating": "AA"
},
{
"label": "White Smoke",
"hex": "#F5F5F5",
"ratio": 5.59,
"rating": "AA"
}
],
"borders": []
},
"accessibilityAlternatives": [],
"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/sea-blue.json",
"https://www.colorsencyclopedia.com/api/colors/sea-blue.json"
],
"url": "https://www.colorsencyclopedia.com/wcag/sea-blue/",
"colorUrl": "https://www.colorsencyclopedia.com/colors/sea-blue/",
"apiUrl": "https://www.colorsencyclopedia.com/api/wcag/sea-blue.json"
}