HSL(188, 89%, 92%)

Very Light Cyan — Cyan color

Adjust Color

Color Information

Color Name

Very Light Cyan

Color Family

Cyan

Warm / Cool

🔵 Cool

Temperature

7000K

CSS Class

bg-[hsl(188,89%,92%)]

Color Conversions

Format Value CSS Usage
HSL hsl(188, 89%, 92%) color: hsl(188, 89%, 92%)
HEX #D8F8FD color: #D8F8FD
RGB rgb(216, 248, 253) color: rgb(216, 248, 253)
CMYK cmyk(15%, 2%, 0%, 1%)
HSV hsv(188, 15%, 99%)
HWB hwb(188 84% 1%) color: hwb(188 84% 1%)
OKLCH oklch(0.9577 0.0339 208.01) color: oklch(0.9577 0.0339 208.01)
Lab lab(95.51 -9.31 -5.88) color: lab(95.51 -9.31 -5.88)
LCH lch(95.51 11.01 212.28) color: lch(95.51 11.01 212.28)

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.12:1
vs Black 18.77: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)

#E6E6FC — rgb(230, 230, 252)

Deuteranopia (Green-blind)

#E4E2FC — rgb(228, 226, 252)

Tritanopia (Blue-blind)

#DAFBFB — rgb(218, 251, 251)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(188, 89%, 92%);

text

color: hsl(188, 89%, 92%);

border

border: 2px solid hsl(188, 89%, 92%);

gradient light

background: linear-gradient(to right, hsl(188, 89%, 100%), hsl(188, 89%, 92%));

gradient dark

background: linear-gradient(to right, hsl(188, 89%, 92%), hsl(188, 89%, 72%))

hex

background-color: #D8F8FD;

tailwind

bg-[hsl(188,89%,92%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(188, 89%, 92%, 0.4);

css variable

--color-primary: hsl(188, 89%, 92%);

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(188, 89%, 92%)?

HEX: #D8F8FD | RGB: rgb(216, 248, 253) | CMYK: 15%, 2%, 0%, 1% | HSV: 188°, 15%, 99%. Copy any format from the conversion table above.

What colors go well with #D8F8FD?

The complementary color is HSL(8, 89%, 92%). For a triadic harmony, use hues 188°, 308°, and 68°. For analogous combinations, try hues 158° and 218°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(188, 89%, 92%) in CSS?

As HSL: color: hsl(188, 89%, 92%); — As HEX: color: #D8F8FD; — As RGB: color: rgb(216, 248, 253); — Tailwind CSS: bg-[hsl(188,89%,92%)] — CSS variable: --color-primary: hsl(188, 89%, 92%);