HSL(181, 72%, 22%)

Cyan — Cyan color

Adjust Color

Color Information

Color Name

Cyan

Color Family

Cyan

Warm / Cool

🔵 Cool

Temperature

7000K

CSS Class

bg-[hsl(181,72%,22%)]

Color Conversions

Format Value CSS Usage
HSL hsl(181, 72%, 22%) color: hsl(181, 72%, 22%)
HEX #105F60 color: #105F60
RGB rgb(16, 95, 96) color: rgb(16, 95, 96)
CMYK cmyk(83%, 1%, 0%, 62%)
HSV hsv(181, 83%, 38%)
HWB hwb(181 6% 62%) color: hwb(181 6% 62%)
OKLCH oklch(0.4423 0.0705 196.24) color: oklch(0.4423 0.0705 196.24)
Lab lab(36.25 -21.62 -7.09) color: lab(36.25 -21.62 -7.09)
LCH lch(36.25 22.75 198.16) color: lch(36.25 22.75 198.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 7.43:1
vs Black 2.83:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: FAIL ✗

AAA Normal (7:1)

on White: PASS ✓

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#323360 — rgb(50, 51, 96)

Deuteranopia (Green-blind)

#2E2860 — rgb(46, 40, 96)

Tritanopia (Blue-blind)

#146060 — rgb(20, 96, 96)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(181, 72%, 22%);

text

color: hsl(181, 72%, 22%);

border

border: 2px solid hsl(181, 72%, 22%);

gradient light

background: linear-gradient(to right, hsl(181, 72%, 42%), hsl(181, 72%, 22%));

gradient dark

background: linear-gradient(to right, hsl(181, 72%, 22%), hsl(181, 72%, 2%))

hex

background-color: #105F60;

tailwind

bg-[hsl(181,72%,22%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(181, 72%, 22%, 0.4);

css variable

--color-primary: hsl(181, 72%, 22%);

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(181, 72%, 22%)?

HEX: #105F60 | RGB: rgb(16, 95, 96) | CMYK: 83%, 1%, 0%, 62% | HSV: 181°, 83%, 38%. Copy any format from the conversion table above.

What colors go well with #105F60?

The complementary color is HSL(1, 72%, 22%). For a triadic harmony, use hues 181°, 301°, and 61°. For analogous combinations, try hues 151° and 211°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(181, 72%, 22%) in CSS?

As HSL: color: hsl(181, 72%, 22%); — As HEX: color: #105F60; — As RGB: color: rgb(16, 95, 96); — Tailwind CSS: bg-[hsl(181,72%,22%)] — CSS variable: --color-primary: hsl(181, 72%, 22%);