HSL(187, 55%, 24%)

Cyan — Cyan color

Adjust Color

Color Information

Color Name

Cyan

Color Family

Cyan

Warm / Cool

🔵 Cool

Temperature

7000K

CSS Class

bg-[hsl(187,55%,24%)]

Color Conversions

Format Value CSS Usage
HSL hsl(187, 55%, 24%) color: hsl(187, 55%, 24%)
HEX #1C575F color: #1C575F
RGB rgb(28, 87, 95) color: rgb(28, 87, 95)
CMYK cmyk(71%, 8%, 0%, 63%)
HSV hsv(187, 71%, 37%)
HWB hwb(187 11% 63%) color: hwb(187 11% 63%)
OKLCH oklch(0.4227 0.0607 207.8) color: oklch(0.4227 0.0607 207.8)
Lab lab(33.75 -15.89 -10.2) color: lab(33.75 -15.89 -10.2)
LCH lch(33.75 18.88 212.7) color: lch(33.75 18.88 212.7)

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 8.15:1
vs Black 2.58: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)

#36365D — rgb(54, 54, 93)

Deuteranopia (Green-blind)

#322E5D — rgb(50, 46, 93)

Tritanopia (Blue-blind)

#1F5C5B — rgb(31, 92, 91)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(187, 55%, 24%);

text

color: hsl(187, 55%, 24%);

border

border: 2px solid hsl(187, 55%, 24%);

gradient light

background: linear-gradient(to right, hsl(187, 55%, 44%), hsl(187, 55%, 24%));

gradient dark

background: linear-gradient(to right, hsl(187, 55%, 24%), hsl(187, 55%, 4%))

hex

background-color: #1C575F;

tailwind

bg-[hsl(187,55%,24%)]

box shadow

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

css variable

--color-primary: hsl(187, 55%, 24%);

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, 55%, 24%)?

HEX: #1C575F | RGB: rgb(28, 87, 95) | CMYK: 71%, 8%, 0%, 63% | HSV: 187°, 71%, 37%. Copy any format from the conversion table above.

What colors go well with #1C575F?

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

As HSL: color: hsl(187, 55%, 24%); — As HEX: color: #1C575F; — As RGB: color: rgb(28, 87, 95); — Tailwind CSS: bg-[hsl(187,55%,24%)] — CSS variable: --color-primary: hsl(187, 55%, 24%);