HSL(181, 80%, 93%)

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(181,80%,93%)]

Color Conversions

Format Value CSS Usage
HSL hsl(181, 80%, 93%) color: hsl(181, 80%, 93%)
HEX #DFFBFB color: #DFFBFB
RGB rgb(223, 251, 251) color: rgb(223, 251, 251)
CMYK cmyk(11%, 0%, 0%, 2%)
HSV hsv(180, 11%, 98%)
HWB hwb(180 87% 2%) color: hwb(180 87% 2%)
OKLCH oklch(0.9679 0.0291 196.68) color: oklch(0.9679 0.0291 196.68)
Lab lab(96.68 -9.03 -3.07) color: lab(96.68 -9.03 -3.07)
LCH lch(96.68 9.54 198.78) color: lch(96.68 9.54 198.78)

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.09:1
vs Black 19.33: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)

#EBEBFB — rgb(235, 235, 251)

Deuteranopia (Green-blind)

#EAE7FB — rgb(234, 231, 251)

Tritanopia (Blue-blind)

#E0FBFB — rgb(224, 251, 251)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(181, 80%, 93%);

text

color: hsl(181, 80%, 93%);

border

border: 2px solid hsl(181, 80%, 93%);

gradient light

background: linear-gradient(to right, hsl(181, 80%, 100%), hsl(181, 80%, 93%));

gradient dark

background: linear-gradient(to right, hsl(181, 80%, 93%), hsl(181, 80%, 73%))

hex

background-color: #DFFBFB;

tailwind

bg-[hsl(181,80%,93%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(181, 80%, 93%, 0.4);

css variable

--color-primary: hsl(181, 80%, 93%);

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(181, 80%, 93%)?

HEX: #DFFBFB | RGB: rgb(223, 251, 251) | CMYK: 11%, 0%, 0%, 2% | HSV: 180°, 11%, 98%. Copy any format from the conversion table above.

What colors go well with #DFFBFB?

The complementary color is HSL(1, 80%, 93%). For a triadic harmony, use hues 181°, 301°, and 61°. For analogous combinations, try hues 151° and 211°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(181, 80%, 93%) in CSS?

As HSL: color: hsl(181, 80%, 93%); — As HEX: color: #DFFBFB; — As RGB: color: rgb(223, 251, 251); — Tailwind CSS: bg-[hsl(181,80%,93%)] — CSS variable: --color-primary: hsl(181, 80%, 93%);