HSL(181, 27%, 44%)

Cyan — Cyan color

Adjust Color

Color Information

Color Name

Cyan

Color Family

Cyan

Warm / Cool

🔵 Cool

Temperature

7000K

CSS Class

bg-[hsl(181,27%,44%)]

Color Conversions

Format Value CSS Usage
HSL hsl(181, 27%, 44%) color: hsl(181, 27%, 44%)
HEX #528D8E color: #528D8E
RGB rgb(82, 141, 142) color: rgb(82, 141, 142)
CMYK cmyk(42%, 1%, 0%, 44%)
HSV hsv(181, 42%, 56%)
HWB hwb(181 32% 44%) color: hwb(181 32% 44%)
OKLCH oklch(0.6037 0.0617 197.05) color: oklch(0.6037 0.0617 197.05)
Lab lab(54.86 -18.91 -6.57) color: lab(54.86 -18.91 -6.57)
LCH lch(54.86 20.02 199.16) color: lch(54.86 20.02 199.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 3.78:1
vs Black 5.56: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)

#6C6C8E — rgb(108, 108, 142)

Deuteranopia (Green-blind)

#68648E — rgb(104, 100, 142)

Tritanopia (Blue-blind)

#558E8E — rgb(85, 142, 142)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(181, 27%, 44%);

text

color: hsl(181, 27%, 44%);

border

border: 2px solid hsl(181, 27%, 44%);

gradient light

background: linear-gradient(to right, hsl(181, 27%, 64%), hsl(181, 27%, 44%));

gradient dark

background: linear-gradient(to right, hsl(181, 27%, 44%), hsl(181, 27%, 24%))

hex

background-color: #528D8E;

tailwind

bg-[hsl(181,27%,44%)]

box shadow

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

css variable

--color-primary: hsl(181, 27%, 44%);

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, 27%, 44%)?

HEX: #528D8E | RGB: rgb(82, 141, 142) | CMYK: 42%, 1%, 0%, 44% | HSV: 181°, 42%, 56%. Copy any format from the conversion table above.

What colors go well with #528D8E?

The complementary color is HSL(1, 27%, 44%). 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, 27%, 44%) in CSS?

As HSL: color: hsl(181, 27%, 44%); — As HEX: color: #528D8E; — As RGB: color: rgb(82, 141, 142); — Tailwind CSS: bg-[hsl(181,27%,44%)] — CSS variable: --color-primary: hsl(181, 27%, 44%);