HSL(171, 99%, 54%)

Vivid Cyan — Cyan color

Adjust Color

Color Information

Color Name

Vivid Cyan

Color Family

Cyan

Warm / Cool

🔵 Cool

Temperature

7000K

CSS Class

bg-[hsl(171,99%,54%)]

Color Conversions

Format Value CSS Usage
HSL hsl(171, 99%, 54%) color: hsl(171, 99%, 54%)
HEX #16FEDB color: #16FEDB
RGB rgb(22, 254, 219) color: rgb(22, 254, 219)
CMYK cmyk(91%, 0%, 14%, 0%)
HSV hsv(171, 91%, 100%)
HWB hwb(171 9% 0%) color: hwb(171 9% 0%)
OKLCH oklch(0.8928 0.1627 177.68) color: oklch(0.8928 0.1627 177.68)
Lab lab(89.93 -56.92 2.82) color: lab(89.93 -56.92 2.82)
LCH lch(89.93 56.99 177.16) color: lch(89.93 56.99 177.16)

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.29:1
vs Black 16.23: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)

#7A7DE3 — rgb(122, 125, 227)

Deuteranopia (Green-blind)

#6D5CE6 — rgb(109, 92, 230)

Tritanopia (Blue-blind)

#22EAEC — rgb(34, 234, 236)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(171, 99%, 54%);

text

color: hsl(171, 99%, 54%);

border

border: 2px solid hsl(171, 99%, 54%);

gradient light

background: linear-gradient(to right, hsl(171, 99%, 74%), hsl(171, 99%, 54%));

gradient dark

background: linear-gradient(to right, hsl(171, 99%, 54%), hsl(171, 99%, 34%))

hex

background-color: #16FEDB;

tailwind

bg-[hsl(171,99%,54%)]

box shadow

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

css variable

--color-primary: hsl(171, 99%, 54%);

Related Colors

Use Cases for Vivid 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, 99%, 54%)?

HEX: #16FEDB | RGB: rgb(22, 254, 219) | CMYK: 91%, 0%, 14%, 0% | HSV: 171°, 91%, 100%. Copy any format from the conversion table above.

What colors go well with #16FEDB?

The complementary color is HSL(351, 99%, 54%). 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, 99%, 54%) in CSS?

As HSL: color: hsl(171, 99%, 54%); — As HEX: color: #16FEDB; — As RGB: color: rgb(22, 254, 219); — Tailwind CSS: bg-[hsl(171,99%,54%)] — CSS variable: --color-primary: hsl(171, 99%, 54%);