HSL(171, 85%, 80%)

Cyan — Cyan color

Adjust Color

Color Information

Color Name

Cyan

Color Family

Cyan

Warm / Cool

🔵 Cool

Temperature

7000K

CSS Class

bg-[hsl(171,85%,80%)]

Color Conversions

Format Value CSS Usage
HSL hsl(171, 85%, 80%) color: hsl(171, 85%, 80%)
HEX #A1F7EA color: #A1F7EA
RGB rgb(161, 247, 234) color: rgb(161, 247, 234)
CMYK cmyk(35%, 0%, 5%, 3%)
HSV hsv(171, 35%, 97%)
HWB hwb(171 63% 3%) color: hwb(171 63% 3%)
OKLCH oklch(0.9178 0.0853 183.88) color: oklch(0.9178 0.0853 183.88)
Lab lab(91.7 -28.73 -1.98) color: lab(91.7 -28.73 -1.98)
LCH lch(91.7 28.8 183.94) color: lch(91.7 28.8 183.94)

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.23:1
vs Black 17.01: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)

#C6C7ED — rgb(198, 199, 237)

Deuteranopia (Green-blind)

#C1BBEE — rgb(193, 187, 238)

Tritanopia (Blue-blind)

#A5F0F0 — rgb(165, 240, 240)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(171, 85%, 80%);

text

color: hsl(171, 85%, 80%);

border

border: 2px solid hsl(171, 85%, 80%);

gradient light

background: linear-gradient(to right, hsl(171, 85%, 100%), hsl(171, 85%, 80%));

gradient dark

background: linear-gradient(to right, hsl(171, 85%, 80%), hsl(171, 85%, 60%))

hex

background-color: #A1F7EA;

tailwind

bg-[hsl(171,85%,80%)]

box shadow

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

css variable

--color-primary: hsl(171, 85%, 80%);

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(171, 85%, 80%)?

HEX: #A1F7EA | RGB: rgb(161, 247, 234) | CMYK: 35%, 0%, 5%, 3% | HSV: 171°, 35%, 97%. Copy any format from the conversion table above.

What colors go well with #A1F7EA?

The complementary color is HSL(351, 85%, 80%). For a triadic harmony, use hues 171°, 291°, and 51°. For analogous combinations, try hues 141° and 201°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(171, 85%, 80%) in CSS?

As HSL: color: hsl(171, 85%, 80%); — As HEX: color: #A1F7EA; — As RGB: color: rgb(161, 247, 234); — Tailwind CSS: bg-[hsl(171,85%,80%)] — CSS variable: --color-primary: hsl(171, 85%, 80%);