HSL(164, 60%, 60%)

Cyan — Cyan color

Adjust Color

Color Information

Color Name

Cyan

Color Family

Cyan

Warm / Cool

🔵 Cool

Temperature

7000K

CSS Class

bg-[hsl(164,60%,60%)]

Color Conversions

Format Value CSS Usage
HSL hsl(164, 60%, 60%) color: hsl(164, 60%, 60%)
HEX #5CD6B6 color: #5CD6B6
RGB rgb(92, 214, 182) color: rgb(92, 214, 182)
CMYK cmyk(57%, 0%, 15%, 16%)
HSV hsv(164, 57%, 84%)
HWB hwb(164 36% 16%) color: hwb(164 36% 16%)
OKLCH oklch(0.798 0.1193 173.18) color: oklch(0.798 0.1193 173.18)
Lab lab(78.31 -41.76 5.6) color: lab(78.31 -41.76 5.6)
LCH lch(78.31 42.13 172.36) color: lch(78.31 42.13 172.36)

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.79:1
vs Black 11.75: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)

#9192BE — rgb(145, 146, 190)

Deuteranopia (Green-blind)

#8A81C0 — rgb(138, 129, 192)

Tritanopia (Blue-blind)

#62C4C5 — rgb(98, 196, 197)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(164, 60%, 60%);

text

color: hsl(164, 60%, 60%);

border

border: 2px solid hsl(164, 60%, 60%);

gradient light

background: linear-gradient(to right, hsl(164, 60%, 80%), hsl(164, 60%, 60%));

gradient dark

background: linear-gradient(to right, hsl(164, 60%, 60%), hsl(164, 60%, 40%))

hex

background-color: #5CD6B6;

tailwind

bg-[hsl(164,60%,60%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(164, 60%, 60%, 0.4);

css variable

--color-primary: hsl(164, 60%, 60%);

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(164, 60%, 60%)?

HEX: #5CD6B6 | RGB: rgb(92, 214, 182) | CMYK: 57%, 0%, 15%, 16% | HSV: 164°, 57%, 84%. Copy any format from the conversion table above.

What colors go well with #5CD6B6?

The complementary color is HSL(344, 60%, 60%). For a triadic harmony, use hues 164°, 284°, and 44°. For analogous combinations, try hues 134° and 194°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(164, 60%, 60%) in CSS?

As HSL: color: hsl(164, 60%, 60%); — As HEX: color: #5CD6B6; — As RGB: color: rgb(92, 214, 182); — Tailwind CSS: bg-[hsl(164,60%,60%)] — CSS variable: --color-primary: hsl(164, 60%, 60%);