HSL(159, 92%, 68%)

Cyan — Cyan color

Adjust Color

Color Information

Color Name

Cyan

Color Family

Cyan

Warm / Cool

🔵 Cool

Temperature

7000K

CSS Class

bg-[hsl(159,92%,68%)]

Color Conversions

Format Value CSS Usage
HSL hsl(159, 92%, 68%) color: hsl(159, 92%, 68%)
HEX #62F8C4 color: #62F8C4
RGB rgb(98, 248, 196) color: rgb(98, 248, 196)
CMYK cmyk(60%, 0%, 21%, 3%)
HSV hsv(159, 60%, 97%)
HWB hwb(159 39% 3%) color: hwb(159 39% 3%)
OKLCH oklch(0.8849 0.1483 166.79) color: oklch(0.8849 0.1483 166.79)
Lab lab(88.79 -51.94 13.23) color: lab(88.79 -51.94 13.23)
LCH lch(88.79 53.6 165.71) color: lch(88.79 53.6 165.71)

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.33:1
vs Black 15.74: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)

#A3A4D1 — rgb(163, 164, 209)

Deuteranopia (Green-blind)

#9A8FD4 — rgb(154, 143, 212)

Tritanopia (Blue-blind)

#6ADBDD — rgb(106, 219, 221)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(159, 92%, 68%);

text

color: hsl(159, 92%, 68%);

border

border: 2px solid hsl(159, 92%, 68%);

gradient light

background: linear-gradient(to right, hsl(159, 92%, 88%), hsl(159, 92%, 68%));

gradient dark

background: linear-gradient(to right, hsl(159, 92%, 68%), hsl(159, 92%, 48%))

hex

background-color: #62F8C4;

tailwind

bg-[hsl(159,92%,68%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(159, 92%, 68%, 0.4);

css variable

--color-primary: hsl(159, 92%, 68%);

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(159, 92%, 68%)?

HEX: #62F8C4 | RGB: rgb(98, 248, 196) | CMYK: 60%, 0%, 21%, 3% | HSV: 159°, 60%, 97%. Copy any format from the conversion table above.

What colors go well with #62F8C4?

The complementary color is HSL(339, 92%, 68%). For a triadic harmony, use hues 159°, 279°, and 39°. For analogous combinations, try hues 129° and 189°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(159, 92%, 68%) in CSS?

As HSL: color: hsl(159, 92%, 68%); — As HEX: color: #62F8C4; — As RGB: color: rgb(98, 248, 196); — Tailwind CSS: bg-[hsl(159,92%,68%)] — CSS variable: --color-primary: hsl(159, 92%, 68%);