HSL(207, 17%, 88%)

Very Light Blue — Blue color

Adjust Color

Color Information

Color Name

Very Light Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

N/A

CSS Class

bg-[hsl(207,17%,88%)]

Color Conversions

Format Value CSS Usage
HSL hsl(207, 17%, 88%) color: hsl(207, 17%, 88%)
HEX #DBE1E6 color: #DBE1E6
RGB rgb(219, 225, 230) color: rgb(219, 225, 230)
CMYK cmyk(5%, 2%, 0%, 10%)
HSV hsv(207, 5%, 90%)
HWB hwb(207 86% 10%) color: hwb(207 86% 10%)
OKLCH oklch(0.9066 0.0094 242.85) color: oklch(0.9066 0.0094 242.85)
Lab lab(89.22 -1.09 -3.14) color: lab(89.22 -1.09 -3.14)
LCH lch(89.22 3.32 250.86) color: lch(89.22 3.32 250.86)

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.32:1
vs Black 15.92: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)

#DEDEE5 — rgb(222, 222, 229)

Deuteranopia (Green-blind)

#DDDDE5 — rgb(221, 221, 229)

Tritanopia (Blue-blind)

#DBE4E4 — rgb(219, 228, 228)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(207, 17%, 88%);

text

color: hsl(207, 17%, 88%);

border

border: 2px solid hsl(207, 17%, 88%);

gradient light

background: linear-gradient(to right, hsl(207, 17%, 100%), hsl(207, 17%, 88%));

gradient dark

background: linear-gradient(to right, hsl(207, 17%, 88%), hsl(207, 17%, 68%))

hex

background-color: #DBE1E6;

tailwind

bg-[hsl(207,17%,88%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(207, 17%, 88%, 0.4);

css variable

--color-primary: hsl(207, 17%, 88%);

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(207, 17%, 88%)?

HEX: #DBE1E6 | RGB: rgb(219, 225, 230) | CMYK: 5%, 2%, 0%, 10% | HSV: 207°, 5%, 90%. Copy any format from the conversion table above.

What colors go well with #DBE1E6?

The complementary color is HSL(27, 17%, 88%). For a triadic harmony, use hues 207°, 327°, and 87°. For analogous combinations, try hues 177° and 237°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(207, 17%, 88%) in CSS?

As HSL: color: hsl(207, 17%, 88%); — As HEX: color: #DBE1E6; — As RGB: color: rgb(219, 225, 230); — Tailwind CSS: bg-[hsl(207,17%,88%)] — CSS variable: --color-primary: hsl(207, 17%, 88%);