HSL(166, 19%, 88%)

Very Light Cyan — Cyan color

Adjust Color

Color Information

Color Name

Very Light Cyan

Color Family

Cyan

Warm / Cool

🔵 Cool

Temperature

N/A

CSS Class

bg-[hsl(166,19%,88%)]

Color Conversions

Format Value CSS Usage
HSL hsl(166, 19%, 88%) color: hsl(166, 19%, 88%)
HEX #DBE6E4 color: #DBE6E4
RGB rgb(219, 230, 228) color: rgb(219, 230, 228)
CMYK cmyk(5%, 0%, 1%, 10%)
HSV hsv(169, 5%, 90%)
HWB hwb(169 86% 10%) color: hwb(169 86% 10%)
OKLCH oklch(0.9161 0.0121 184.06) color: oklch(0.9161 0.0121 184.06)
Lab lab(90.44 -4.03 -0.3) color: lab(90.44 -4.03 -0.3)
LCH lch(90.44 4.04 184.26) color: lch(90.44 4.04 184.26)

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.45: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)

#E0E0E4 — rgb(224, 224, 228)

Deuteranopia (Green-blind)

#DFDEE5 — rgb(223, 222, 229)

Tritanopia (Blue-blind)

#DCE5E5 — rgb(220, 229, 229)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(166, 19%, 88%);

text

color: hsl(166, 19%, 88%);

border

border: 2px solid hsl(166, 19%, 88%);

gradient light

background: linear-gradient(to right, hsl(166, 19%, 100%), hsl(166, 19%, 88%));

gradient dark

background: linear-gradient(to right, hsl(166, 19%, 88%), hsl(166, 19%, 68%))

hex

background-color: #DBE6E4;

tailwind

bg-[hsl(166,19%,88%)]

box shadow

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

css variable

--color-primary: hsl(166, 19%, 88%);

Related Colors

Use Cases for Very Light Cyan

Tech/SaaS products Medical apps Water/ocean themes Clean UI elements Data viz

Frequently Asked Questions

What are all the color codes for HSL(166, 19%, 88%)?

HEX: #DBE6E4 | RGB: rgb(219, 230, 228) | CMYK: 5%, 0%, 1%, 10% | HSV: 169°, 5%, 90%. Copy any format from the conversion table above.

What colors go well with #DBE6E4?

The complementary color is HSL(346, 19%, 88%). For a triadic harmony, use hues 166°, 286°, and 46°. For analogous combinations, try hues 136° and 196°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(166, 19%, 88%) in CSS?

As HSL: color: hsl(166, 19%, 88%); — As HEX: color: #DBE6E4; — As RGB: color: rgb(219, 230, 228); — Tailwind CSS: bg-[hsl(166,19%,88%)] — CSS variable: --color-primary: hsl(166, 19%, 88%);