HSL(211, 98%, 89%)

Very Light Blue — Blue color

Adjust Color

Color Information

Color Name

Very Light Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(211,98%,89%)]

Color Conversions

Format Value CSS Usage
HSL hsl(211, 98%, 89%) color: hsl(211, 98%, 89%)
HEX #C7E2FE color: #C7E2FE
RGB rgb(199, 226, 254) color: rgb(199, 226, 254)
CMYK cmyk(22%, 11%, 0%, 0%)
HSV hsv(211, 22%, 100%)
HWB hwb(211 78% 0%) color: hwb(211 78% 0%)
OKLCH oklch(0.9019 0.0481 249.32) color: oklch(0.9019 0.0481 249.32)
Lab lab(88.78 -3.04 -16.54) color: lab(88.78 -3.04 -16.54)
LCH lch(88.78 16.82 259.59) color: lch(88.78 16.82 259.59)

Color Theory

Complementary

Triadic

Analogous

Tetradic (Square)

Split-Complementary

Accessibility (WCAG)

White text on color

Black text on color

Color on white bg

Colored text

Contrast Ratios

vs White 1.33:1
vs Black 15.74:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: FAIL ✗ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#D3D3F7 — rgb(211, 211, 247)

Deuteranopia (Green-blind)

#D1CFF6 — rgb(209, 207, 246)

Tritanopia (Blue-blind)

#C8F2F1 — rgb(200, 242, 241)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(211, 98%, 89%);

text

color: hsl(211, 98%, 89%);

border

border: 2px solid hsl(211, 98%, 89%);

gradient light

background: linear-gradient(to right, hsl(211, 98%, 100%), hsl(211, 98%, 89%));

gradient dark

background: linear-gradient(to right, hsl(211, 98%, 89%), hsl(211, 98%, 69%))

hex

background-color: #C7E2FE;

tailwind

bg-[hsl(211,98%,89%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(211, 98%, 89%, 0.4);

css variable

--color-primary: hsl(211, 98%, 89%);

Related Colors

Use Cases for Very Light Blue

Corporate branding Trust signals Tech products Social media Primary buttons

Frequently Asked Questions

What are all the color codes for HSL(211, 98%, 89%)?

HEX: #C7E2FE | RGB: rgb(199, 226, 254) | CMYK: 22%, 11%, 0%, 0% | HSV: 211°, 22%, 100%. Copy any format from the conversion table above.

What colors go well with #C7E2FE?

The complementary color is HSL(31, 98%, 89%). For a triadic harmony, use hues 211°, 331°, and 91°. For analogous combinations, try hues 181° and 241°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(211, 98%, 89%) in CSS?

As HSL: color: hsl(211, 98%, 89%); — As HEX: color: #C7E2FE; — As RGB: color: rgb(199, 226, 254); — Tailwind CSS: bg-[hsl(211,98%,89%)] — CSS variable: --color-primary: hsl(211, 98%, 89%);