HSL(161, 79%, 38%)

Cyan — Cyan color

Adjust Color

Color Information

Color Name

Cyan

Color Family

Cyan

Warm / Cool

🔵 Cool

Temperature

7000K

CSS Class

bg-[hsl(161,79%,38%)]

Color Conversions

Format Value CSS Usage
HSL hsl(161, 79%, 38%) color: hsl(161, 79%, 38%)
HEX #14AD7D color: #14AD7D
RGB rgb(20, 173, 125) color: rgb(20, 173, 125)
CMYK cmyk(88%, 0%, 28%, 32%)
HSV hsv(161, 88%, 68%)
HWB hwb(161 8% 32%) color: hwb(161 8% 32%)
OKLCH oklch(0.6637 0.1371 164.39) color: oklch(0.6637 0.1371 164.39)
Lab lab(62.94 -48.25 14.48) color: lab(62.94 -48.25 14.48)
LCH lch(62.94 50.38 163.3) color: lch(62.94 50.38 163.3)

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 2.88:1
vs Black 7.3: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)

#565889 — rgb(86, 88, 137)

Deuteranopia (Green-blind)

#4D428B — rgb(77, 66, 139)

Tritanopia (Blue-blind)

#1C9294 — rgb(28, 146, 148)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(161, 79%, 38%);

text

color: hsl(161, 79%, 38%);

border

border: 2px solid hsl(161, 79%, 38%);

gradient light

background: linear-gradient(to right, hsl(161, 79%, 58%), hsl(161, 79%, 38%));

gradient dark

background: linear-gradient(to right, hsl(161, 79%, 38%), hsl(161, 79%, 18%))

hex

background-color: #14AD7D;

tailwind

bg-[hsl(161,79%,38%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(161, 79%, 38%, 0.4);

css variable

--color-primary: hsl(161, 79%, 38%);

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(161, 79%, 38%)?

HEX: #14AD7D | RGB: rgb(20, 173, 125) | CMYK: 88%, 0%, 28%, 32% | HSV: 161°, 88%, 68%. Copy any format from the conversion table above.

What colors go well with #14AD7D?

The complementary color is HSL(341, 79%, 38%). For a triadic harmony, use hues 161°, 281°, and 41°. For analogous combinations, try hues 131° and 191°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(161, 79%, 38%) in CSS?

As HSL: color: hsl(161, 79%, 38%); — As HEX: color: #14AD7D; — As RGB: color: rgb(20, 173, 125); — Tailwind CSS: bg-[hsl(161,79%,38%)] — CSS variable: --color-primary: hsl(161, 79%, 38%);