HSL(222, 83%, 87%)

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(222,83%,87%)]

Color Conversions

Format Value CSS Usage
HSL hsl(222, 83%, 87%) color: hsl(222, 83%, 87%)
HEX #C2D3F9 color: #C2D3F9
RGB rgb(194, 211, 249) color: rgb(194, 211, 249)
CMYK cmyk(22%, 15%, 0%, 2%)
HSV hsv(221, 22%, 98%)
HWB hwb(221 76% 2%) color: hwb(221 76% 2%)
OKLCH oklch(0.8665 0.056 266.2) color: oklch(0.8665 0.056 266.2)
Lab lab(84.43 2.22 -20.49) color: lab(84.43 2.22 -20.49)
LCH lch(84.43 20.61 276.18) color: lch(84.43 20.61 276.18)

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.5:1
vs Black 13.98: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)

#C9CAF0 — rgb(201, 202, 240)

Deuteranopia (Green-blind)

#C8C7EE — rgb(200, 199, 238)

Tritanopia (Blue-blind)

#C3E9E7 — rgb(195, 233, 231)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(222, 83%, 87%);

text

color: hsl(222, 83%, 87%);

border

border: 2px solid hsl(222, 83%, 87%);

gradient light

background: linear-gradient(to right, hsl(222, 83%, 100%), hsl(222, 83%, 87%));

gradient dark

background: linear-gradient(to right, hsl(222, 83%, 87%), hsl(222, 83%, 67%))

hex

background-color: #C2D3F9;

tailwind

bg-[hsl(222,83%,87%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(222, 83%, 87%, 0.4);

css variable

--color-primary: hsl(222, 83%, 87%);

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(222, 83%, 87%)?

HEX: #C2D3F9 | RGB: rgb(194, 211, 249) | CMYK: 22%, 15%, 0%, 2% | HSV: 221°, 22%, 98%. Copy any format from the conversion table above.

What colors go well with #C2D3F9?

The complementary color is HSL(42, 83%, 87%). For a triadic harmony, use hues 222°, 342°, and 102°. For analogous combinations, try hues 192° and 252°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(222, 83%, 87%) in CSS?

As HSL: color: hsl(222, 83%, 87%); — As HEX: color: #C2D3F9; — As RGB: color: rgb(194, 211, 249); — Tailwind CSS: bg-[hsl(222,83%,87%)] — CSS variable: --color-primary: hsl(222, 83%, 87%);