HSL(155, 20%, 37%)

Cyan — Cyan color

Adjust Color

Color Information

Color Name

Cyan

Color Family

Cyan

Warm / Cool

🔵 Cool

Temperature

7000K

CSS Class

bg-[hsl(155,20%,37%)]

Color Conversions

Format Value CSS Usage
HSL hsl(155, 20%, 37%) color: hsl(155, 20%, 37%)
HEX #4B7161 color: #4B7161
RGB rgb(75, 113, 97) color: rgb(75, 113, 97)
CMYK cmyk(34%, 0%, 14%, 56%)
HSV hsv(155, 34%, 44%)
HWB hwb(155 29% 56%) color: hwb(155 29% 56%)
OKLCH oklch(0.515 0.0502 166.27) color: oklch(0.515 0.0502 166.27)
Lab lab(44.47 -17.27 4.62) color: lab(44.47 -17.27 4.62)
LCH lch(44.47 17.88 165.02) color: lch(44.47 17.88 165.02)

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 5.48:1
vs Black 3.83:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#5B5C65 — rgb(91, 92, 101)

Deuteranopia (Green-blind)

#595666 — rgb(89, 86, 102)

Tritanopia (Blue-blind)

#4D6869 — rgb(77, 104, 105)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(155, 20%, 37%);

text

color: hsl(155, 20%, 37%);

border

border: 2px solid hsl(155, 20%, 37%);

gradient light

background: linear-gradient(to right, hsl(155, 20%, 57%), hsl(155, 20%, 37%));

gradient dark

background: linear-gradient(to right, hsl(155, 20%, 37%), hsl(155, 20%, 17%))

hex

background-color: #4B7161;

tailwind

bg-[hsl(155,20%,37%)]

box shadow

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

css variable

--color-primary: hsl(155, 20%, 37%);

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(155, 20%, 37%)?

HEX: #4B7161 | RGB: rgb(75, 113, 97) | CMYK: 34%, 0%, 14%, 56% | HSV: 155°, 34%, 44%. Copy any format from the conversion table above.

What colors go well with #4B7161?

The complementary color is HSL(335, 20%, 37%). For a triadic harmony, use hues 155°, 275°, and 35°. For analogous combinations, try hues 125° and 185°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(155, 20%, 37%) in CSS?

As HSL: color: hsl(155, 20%, 37%); — As HEX: color: #4B7161; — As RGB: color: rgb(75, 113, 97); — Tailwind CSS: bg-[hsl(155,20%,37%)] — CSS variable: --color-primary: hsl(155, 20%, 37%);