HSL(227, 22%, 90%)

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(227,22%,90%)]

Color Conversions

Format Value CSS Usage
HSL hsl(227, 22%, 90%) color: hsl(227, 22%, 90%)
HEX #E0E2EB color: #E0E2EB
RGB rgb(224, 226, 235) color: rgb(224, 226, 235)
CMYK cmyk(5%, 4%, 0%, 8%)
HSV hsv(229, 5%, 92%)
HWB hwb(229 87% 8%) color: hwb(229 87% 8%)
OKLCH oklch(0.9139 0.0124 276.09) color: oklch(0.9139 0.0124 276.09)
Lab lab(89.97 0.98 -4.61) color: lab(89.97 0.98 -4.61)
LCH lch(89.97 4.71 282) color: lch(89.97 4.71 282)

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.29:1
vs Black 16.25: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)

#E1E1E9 — rgb(225, 225, 233)

Deuteranopia (Green-blind)

#E1E1E8 — rgb(225, 225, 232)

Tritanopia (Blue-blind)

#E0E7E7 — rgb(224, 231, 231)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(227, 22%, 90%);

text

color: hsl(227, 22%, 90%);

border

border: 2px solid hsl(227, 22%, 90%);

gradient light

background: linear-gradient(to right, hsl(227, 22%, 100%), hsl(227, 22%, 90%));

gradient dark

background: linear-gradient(to right, hsl(227, 22%, 90%), hsl(227, 22%, 70%))

hex

background-color: #E0E2EB;

tailwind

bg-[hsl(227,22%,90%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(227, 22%, 90%, 0.4);

css variable

--color-primary: hsl(227, 22%, 90%);

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(227, 22%, 90%)?

HEX: #E0E2EB | RGB: rgb(224, 226, 235) | CMYK: 5%, 4%, 0%, 8% | HSV: 229°, 5%, 92%. Copy any format from the conversion table above.

What colors go well with #E0E2EB?

The complementary color is HSL(47, 22%, 90%). For a triadic harmony, use hues 227°, 347°, and 107°. For analogous combinations, try hues 197° and 257°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(227, 22%, 90%) in CSS?

As HSL: color: hsl(227, 22%, 90%); — As HEX: color: #E0E2EB; — As RGB: color: rgb(224, 226, 235); — Tailwind CSS: bg-[hsl(227,22%,90%)] — CSS variable: --color-primary: hsl(227, 22%, 90%);