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

Color Conversions

Format Value CSS Usage
HSL hsl(151, 10%, 87%) color: hsl(151, 10%, 87%)
HEX #DBE1DE color: #DBE1DE
RGB rgb(219, 225, 222) color: rgb(219, 225, 222)
CMYK cmyk(3%, 0%, 1%, 12%)
HSV hsv(150, 3%, 88%)
HWB hwb(150 85% 12%) color: hwb(150 85% 12%)
OKLCH oklch(0.9043 0.0076 164.92) color: oklch(0.9043 0.0076 164.92)
Lab lab(89.01 -2.56 0.76) color: lab(89.01 -2.56 0.76)
LCH lch(89.01 2.67 163.47) color: lch(89.01 2.67 163.47)

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

#DDDDDF — rgb(221, 221, 223)

Tritanopia (Blue-blind)

#DBDFDF — rgb(219, 223, 223)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

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

gradient dark

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

hex

background-color: #DBE1DE;

tailwind

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

box shadow

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

css variable

--color-primary: hsl(151, 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(151, 10%, 87%)?

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

What colors go well with #DBE1DE?

The complementary color is HSL(331, 10%, 87%). For a triadic harmony, use hues 151°, 271°, and 31°. For analogous combinations, try hues 121° and 181°. See the Color Harmony section above for complete palettes with previews.

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

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