HSL(156, 10%, 87%)

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(156,10%,87%)]

Color Conversions

Format Value CSS Usage
HSL hsl(156, 10%, 87%) color: hsl(156, 10%, 87%)
HEX #DBE1DF color: #DBE1DF
RGB rgb(219, 225, 223) color: rgb(219, 225, 223)
CMYK cmyk(3%, 0%, 1%, 12%)
HSV hsv(160, 3%, 88%)
HWB hwb(160 85% 12%) color: hwb(160 85% 12%)
OKLCH oklch(0.9046 0.007 174.36) color: oklch(0.9046 0.007 174.36)
Lab lab(89.03 -2.38 0.27) color: lab(89.03 -2.38 0.27)
LCH lch(89.03 2.4 173.53) color: lch(89.03 2.4 173.53)

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.33:1
vs Black 15.85: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)

#DEDEDF — rgb(222, 222, 223)

Deuteranopia (Green-blind)

#DDDDE0 — rgb(221, 221, 224)

Tritanopia (Blue-blind)

#DBE0E0 — rgb(219, 224, 224)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(156, 10%, 87%);

text

color: hsl(156, 10%, 87%);

border

border: 2px solid hsl(156, 10%, 87%);

gradient light

background: linear-gradient(to right, hsl(156, 10%, 100%), hsl(156, 10%, 87%));

gradient dark

background: linear-gradient(to right, hsl(156, 10%, 87%), hsl(156, 10%, 67%))

hex

background-color: #DBE1DF;

tailwind

bg-[hsl(156,10%,87%)]

box shadow

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

css variable

--color-primary: hsl(156, 10%, 87%);

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(156, 10%, 87%)?

HEX: #DBE1DF | RGB: rgb(219, 225, 223) | CMYK: 3%, 0%, 1%, 12% | HSV: 160°, 3%, 88%. Copy any format from the conversion table above.

What colors go well with #DBE1DF?

The complementary color is HSL(336, 10%, 87%). For a triadic harmony, use hues 156°, 276°, and 36°. For analogous combinations, try hues 126° and 186°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(156, 10%, 87%) in CSS?

As HSL: color: hsl(156, 10%, 87%); — As HEX: color: #DBE1DF; — As RGB: color: rgb(219, 225, 223); — Tailwind CSS: bg-[hsl(156,10%,87%)] — CSS variable: --color-primary: hsl(156, 10%, 87%);