Skip to main content
vibrant

Black and Ice Blue

17.77:1 contrast ratio —

AAA

Visual Preview

#000000Black
#D6F0FFIce Blue

The quick brown fox

Body text — Black on Ice Blue

Supporting text at reduced opacity

Badge

Reversed — Ice Blue on Black

Inverted combination preview

Contrast Analysis

Contrast Ratio

17.77:1

AAA

WCAG AA

✓ Pass

Requires 4.5:1

WCAG AA Large

✓ Pass

Requires 3:1

WCAG AAA

✓ Pass

Requires 7:1

Color Values

Black

Foreground (Text)

HEX
#000000
RGB
rgb(0, 0, 0)
HSL
hsl(0, 0%, 0%)

Ice Blue

Background

HEX
#D6F0FF
RGB
rgb(214, 240, 255)
HSL
hsl(202, 100%, 92%)

Design Use Cases

  • Accessibility-critical text
  • Body copy
  • Public sector services
  • Medical content

Industry Recommendations

Accessibility-First Products
Publishing
Legal Services
Education
Government

Color Psychology

The Black tone evokes sophistication, power, and elegance, while Ice Blue brings trust, stability, and professionalism. Together, they create a balanced palette suited for compelling visual communication.

Palette Exports

:root {
  --color-black: #000000;
  --color-ice-blue: #D6F0FF;
}

.combo-black-ice-blue {
  color: var(--color-black);
  background-color: var(--color-ice-blue);
}

Quick Snippets

CSS Variables

:root {
  --color-black: #000000;
  --color-ice-blue: #D6F0FF;
}

Tailwind CSS

<div class="bg-sky-200 text-black">
  Your content here
</div>

Individual Colors

Similar Combinations