HSL(187, 39%, 53%)

Cyan — Cyan color

Adjust Color

Color Information

Color Name

Cyan

Color Family

Cyan

Warm / Cool

🔵 Cool

Temperature

7000K

CSS Class

bg-[hsl(187,39%,53%)]

Color Conversions

Format Value CSS Usage
HSL hsl(187, 39%, 53%) color: hsl(187, 39%, 53%)
HEX #58ABB6 color: #58ABB6
RGB rgb(88, 171, 182) color: rgb(88, 171, 182)
CMYK cmyk(52%, 6%, 0%, 29%)
HSV hsv(187, 52%, 71%)
HWB hwb(187 34% 29%) color: hwb(187 34% 29%)
OKLCH oklch(0.6934 0.0821 206.78) color: oklch(0.6934 0.0821 206.78)
Lab lab(65.42 -22.14 -13.41) color: lab(65.42 -22.14 -13.41)
LCH lch(65.42 25.88 211.2) color: lch(65.42 25.88 211.2)

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.65:1
vs Black 7.92: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)

#7C7DB3 — rgb(124, 125, 179)

Deuteranopia (Green-blind)

#7771B3 — rgb(119, 113, 179)

Tritanopia (Blue-blind)

#5CB1B1 — rgb(92, 177, 177)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(187, 39%, 53%);

text

color: hsl(187, 39%, 53%);

border

border: 2px solid hsl(187, 39%, 53%);

gradient light

background: linear-gradient(to right, hsl(187, 39%, 73%), hsl(187, 39%, 53%));

gradient dark

background: linear-gradient(to right, hsl(187, 39%, 53%), hsl(187, 39%, 33%))

hex

background-color: #58ABB6;

tailwind

bg-[hsl(187,39%,53%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(187, 39%, 53%, 0.4);

css variable

--color-primary: hsl(187, 39%, 53%);

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(187, 39%, 53%)?

HEX: #58ABB6 | RGB: rgb(88, 171, 182) | CMYK: 52%, 6%, 0%, 29% | HSV: 187°, 52%, 71%. Copy any format from the conversion table above.

What colors go well with #58ABB6?

The complementary color is HSL(7, 39%, 53%). For a triadic harmony, use hues 187°, 307°, and 67°. For analogous combinations, try hues 157° and 217°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(187, 39%, 53%) in CSS?

As HSL: color: hsl(187, 39%, 53%); — As HEX: color: #58ABB6; — As RGB: color: rgb(88, 171, 182); — Tailwind CSS: bg-[hsl(187,39%,53%)] — CSS variable: --color-primary: hsl(187, 39%, 53%);