HSL(166, 55%, 76%)

Cyan — Cyan color

Adjust Color

Color Information

Color Name

Cyan

Color Family

Cyan

Warm / Cool

🔵 Cool

Temperature

7000K

CSS Class

bg-[hsl(166,55%,76%)]

Color Conversions

Format Value CSS Usage
HSL hsl(166, 55%, 76%) color: hsl(166, 55%, 76%)
HEX #A0E3D4 color: #A0E3D4
RGB rgb(160, 227, 212) color: rgb(160, 227, 212)
CMYK cmyk(30%, 0%, 7%, 11%)
HSV hsv(167, 30%, 89%)
HWB hwb(167 62% 11%) color: hwb(167 62% 11%)
OKLCH oklch(0.8668 0.0706 179.05) color: oklch(0.8668 0.0706 179.05)
Lab lab(85.59 -24.15 0.58) color: lab(85.59 -24.15 0.58)
LCH lch(85.59 24.16 178.62) color: lch(85.59 24.16 178.62)

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.45:1
vs Black 14.43: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)

#BDBED8 — rgb(189, 190, 216)

Deuteranopia (Green-blind)

#B9B4D9 — rgb(185, 180, 217)

Tritanopia (Blue-blind)

#A3DADB — rgb(163, 218, 219)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(166, 55%, 76%);

text

color: hsl(166, 55%, 76%);

border

border: 2px solid hsl(166, 55%, 76%);

gradient light

background: linear-gradient(to right, hsl(166, 55%, 96%), hsl(166, 55%, 76%));

gradient dark

background: linear-gradient(to right, hsl(166, 55%, 76%), hsl(166, 55%, 56%))

hex

background-color: #A0E3D4;

tailwind

bg-[hsl(166,55%,76%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(166, 55%, 76%, 0.4);

css variable

--color-primary: hsl(166, 55%, 76%);

Related Colors

Use Cases for 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(166, 55%, 76%)?

HEX: #A0E3D4 | RGB: rgb(160, 227, 212) | CMYK: 30%, 0%, 7%, 11% | HSV: 167°, 30%, 89%. Copy any format from the conversion table above.

What colors go well with #A0E3D4?

The complementary color is HSL(346, 55%, 76%). For a triadic harmony, use hues 166°, 286°, and 46°. For analogous combinations, try hues 136° and 196°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(166, 55%, 76%) in CSS?

As HSL: color: hsl(166, 55%, 76%); — As HEX: color: #A0E3D4; — As RGB: color: rgb(160, 227, 212); — Tailwind CSS: bg-[hsl(166,55%,76%)] — CSS variable: --color-primary: hsl(166, 55%, 76%);