HSL(188, 29%, 39%)

Cyan — Cyan color

Adjust Color

Color Information

Color Name

Cyan

Color Family

Cyan

Warm / Cool

🔵 Cool

Temperature

7000K

CSS Class

bg-[hsl(188,29%,39%)]

Color Conversions

Format Value CSS Usage
HSL hsl(188, 29%, 39%) color: hsl(188, 29%, 39%)
HEX #477980 color: #477980
RGB rgb(71, 121, 128) color: rgb(71, 121, 128)
CMYK cmyk(45%, 5%, 0%, 50%)
HSV hsv(187, 45%, 50%)
HWB hwb(187 28% 50%) color: hwb(187 28% 50%)
OKLCH oklch(0.5436 0.055 207.11) color: oklch(0.5436 0.055 207.11)
Lab lab(47.72 -14.86 -9.11) color: lab(47.72 -14.86 -9.11)
LCH lch(47.72 17.43 211.51) color: lch(47.72 17.43 211.51)

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 4.87:1
vs Black 4.31: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)

#5D5D7E — rgb(93, 93, 126)

Deuteranopia (Green-blind)

#5A567E — rgb(90, 86, 126)

Tritanopia (Blue-blind)

#4A7D7D — rgb(74, 125, 125)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(188, 29%, 39%);

text

color: hsl(188, 29%, 39%);

border

border: 2px solid hsl(188, 29%, 39%);

gradient light

background: linear-gradient(to right, hsl(188, 29%, 59%), hsl(188, 29%, 39%));

gradient dark

background: linear-gradient(to right, hsl(188, 29%, 39%), hsl(188, 29%, 19%))

hex

background-color: #477980;

tailwind

bg-[hsl(188,29%,39%)]

box shadow

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

css variable

--color-primary: hsl(188, 29%, 39%);

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(188, 29%, 39%)?

HEX: #477980 | RGB: rgb(71, 121, 128) | CMYK: 45%, 5%, 0%, 50% | HSV: 187°, 45%, 50%. Copy any format from the conversion table above.

What colors go well with #477980?

The complementary color is HSL(8, 29%, 39%). For a triadic harmony, use hues 188°, 308°, and 68°. For analogous combinations, try hues 158° and 218°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(188, 29%, 39%) in CSS?

As HSL: color: hsl(188, 29%, 39%); — As HEX: color: #477980; — As RGB: color: rgb(71, 121, 128); — Tailwind CSS: bg-[hsl(188,29%,39%)] — CSS variable: --color-primary: hsl(188, 29%, 39%);