HSL(226, 66%, 92%)

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(226,66%,92%)]

Color Conversions

Format Value CSS Usage
HSL hsl(226, 66%, 92%) color: hsl(226, 66%, 92%)
HEX #DDE3F8 color: #DDE3F8
RGB rgb(221, 227, 248) color: rgb(221, 227, 248)
CMYK cmyk(11%, 8%, 0%, 3%)
HSV hsv(227, 11%, 97%)
HWB hwb(227 86% 3%) color: hwb(227 86% 3%)
OKLCH oklch(0.9176 0.0293 273.09) color: oklch(0.9176 0.0293 273.09)
Lab lab(90.36 1.99 -10.87) color: lab(90.36 1.99 -10.87)
LCH lch(90.36 11.05 280.37) color: lch(90.36 11.05 280.37)

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.28:1
vs Black 16.42: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)

#E0E0F3 — rgb(224, 224, 243)

Deuteranopia (Green-blind)

#DFDFF2 — rgb(223, 223, 242)

Tritanopia (Blue-blind)

#DDEFEE — rgb(221, 239, 238)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(226, 66%, 92%);

text

color: hsl(226, 66%, 92%);

border

border: 2px solid hsl(226, 66%, 92%);

gradient light

background: linear-gradient(to right, hsl(226, 66%, 100%), hsl(226, 66%, 92%));

gradient dark

background: linear-gradient(to right, hsl(226, 66%, 92%), hsl(226, 66%, 72%))

hex

background-color: #DDE3F8;

tailwind

bg-[hsl(226,66%,92%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(226, 66%, 92%, 0.4);

css variable

--color-primary: hsl(226, 66%, 92%);

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(226, 66%, 92%)?

HEX: #DDE3F8 | RGB: rgb(221, 227, 248) | CMYK: 11%, 8%, 0%, 3% | HSV: 227°, 11%, 97%. Copy any format from the conversion table above.

What colors go well with #DDE3F8?

The complementary color is HSL(46, 66%, 92%). For a triadic harmony, use hues 226°, 346°, and 106°. For analogous combinations, try hues 196° and 256°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(226, 66%, 92%) in CSS?

As HSL: color: hsl(226, 66%, 92%); — As HEX: color: #DDE3F8; — As RGB: color: rgb(221, 227, 248); — Tailwind CSS: bg-[hsl(226,66%,92%)] — CSS variable: --color-primary: hsl(226, 66%, 92%);