HSL(190, 12%, 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(190,12%,87%)]

Color Conversions

Format Value CSS Usage
HSL hsl(190, 12%, 87%) color: hsl(190, 12%, 87%)
HEX #DAE1E2 color: #DAE1E2
RGB rgb(218, 225, 226) color: rgb(218, 225, 226)
CMYK cmyk(4%, 0%, 0%, 11%)
HSV hsv(188, 4%, 89%)
HWB hwb(188 85% 11%) color: hwb(188 85% 11%)
OKLCH oklch(0.9047 0.0077 207.14) color: oklch(0.9047 0.0077 207.14)
Lab lab(89.04 -2.16 -1.31) color: lab(89.04 -2.16 -1.31)
LCH lch(89.04 2.53 211.24) color: lch(89.04 2.53 211.24)

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

#DDDDE2 — rgb(221, 221, 226)

Deuteranopia (Green-blind)

#DDDCE2 — rgb(221, 220, 226)

Tritanopia (Blue-blind)

#DAE2E2 — rgb(218, 226, 226)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(190, 12%, 87%);

text

color: hsl(190, 12%, 87%);

border

border: 2px solid hsl(190, 12%, 87%);

gradient light

background: linear-gradient(to right, hsl(190, 12%, 100%), hsl(190, 12%, 87%));

gradient dark

background: linear-gradient(to right, hsl(190, 12%, 87%), hsl(190, 12%, 67%))

hex

background-color: #DAE1E2;

tailwind

bg-[hsl(190,12%,87%)]

box shadow

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

css variable

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

HEX: #DAE1E2 | RGB: rgb(218, 225, 226) | CMYK: 4%, 0%, 0%, 11% | HSV: 188°, 4%, 89%. Copy any format from the conversion table above.

What colors go well with #DAE1E2?

The complementary color is HSL(10, 12%, 87%). For a triadic harmony, use hues 190°, 310°, and 70°. For analogous combinations, try hues 160° and 220°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(190, 12%, 87%) in CSS?

As HSL: color: hsl(190, 12%, 87%); — As HEX: color: #DAE1E2; — As RGB: color: rgb(218, 225, 226); — Tailwind CSS: bg-[hsl(190,12%,87%)] — CSS variable: --color-primary: hsl(190, 12%, 87%);