HSL(184, 20%, 45%)

Cyan — Cyan color

Adjust Color

Color Information

Color Name

Cyan

Color Family

Cyan

Warm / Cool

🔵 Cool

Temperature

7000K

CSS Class

bg-[hsl(184,20%,45%)]

Color Conversions

Format Value CSS Usage
HSL hsl(184, 20%, 45%) color: hsl(184, 20%, 45%)
HEX #5C878A color: #5C878A
RGB rgb(92, 135, 138) color: rgb(92, 135, 138)
CMYK cmyk(33%, 2%, 0%, 46%)
HSV hsv(184, 33%, 54%)
HWB hwb(184 36% 46%) color: hwb(184 36% 46%)
OKLCH oklch(0.5932 0.0474 201.46) color: oklch(0.5932 0.0474 201.46)
Lab lab(53.42 -13.91 -6.33) color: lab(53.42 -13.91 -6.33)
LCH lch(53.42 15.28 204.47) color: lch(53.42 15.28 204.47)

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 3.97:1
vs Black 5.29:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#6F6F89 — rgb(111, 111, 137)

Deuteranopia (Green-blind)

#6C6989 — rgb(108, 105, 137)

Tritanopia (Blue-blind)

#5E8989 — rgb(94, 137, 137)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(184, 20%, 45%);

text

color: hsl(184, 20%, 45%);

border

border: 2px solid hsl(184, 20%, 45%);

gradient light

background: linear-gradient(to right, hsl(184, 20%, 65%), hsl(184, 20%, 45%));

gradient dark

background: linear-gradient(to right, hsl(184, 20%, 45%), hsl(184, 20%, 25%))

hex

background-color: #5C878A;

tailwind

bg-[hsl(184,20%,45%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(184, 20%, 45%, 0.4);

css variable

--color-primary: hsl(184, 20%, 45%);

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(184, 20%, 45%)?

HEX: #5C878A | RGB: rgb(92, 135, 138) | CMYK: 33%, 2%, 0%, 46% | HSV: 184°, 33%, 54%. Copy any format from the conversion table above.

What colors go well with #5C878A?

The complementary color is HSL(4, 20%, 45%). For a triadic harmony, use hues 184°, 304°, and 64°. For analogous combinations, try hues 154° and 214°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(184, 20%, 45%) in CSS?

As HSL: color: hsl(184, 20%, 45%); — As HEX: color: #5C878A; — As RGB: color: rgb(92, 135, 138); — Tailwind CSS: bg-[hsl(184,20%,45%)] — CSS variable: --color-primary: hsl(184, 20%, 45%);