HSL(176, 20%, 49%)

Cyan — Cyan color

Adjust Color

Color Information

Color Name

Cyan

Color Family

Cyan

Warm / Cool

🔵 Cool

Temperature

7000K

CSS Class

bg-[hsl(176,20%,49%)]

Color Conversions

Format Value CSS Usage
HSL hsl(176, 20%, 49%) color: hsl(176, 20%, 49%)
HEX #649693 color: #649693
RGB rgb(100, 150, 147) color: rgb(100, 150, 147)
CMYK cmyk(33%, 0%, 2%, 41%)
HSV hsv(176, 33%, 59%)
HWB hwb(176 40% 41%) color: hwb(176 40% 41%)
OKLCH oklch(0.6368 0.0538 191.13) color: oklch(0.6368 0.0538 191.13)
Lab lab(58.63 -17.37 -3.76) color: lab(58.63 -17.37 -3.76)
LCH lch(58.63 17.77 192.21) color: lch(58.63 17.77 192.21)

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.32:1
vs Black 6.33: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)

#7A7A94 — rgb(122, 122, 148)

Deuteranopia (Green-blind)

#777394 — rgb(119, 115, 148)

Tritanopia (Blue-blind)

#679494 — rgb(103, 148, 148)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(176, 20%, 49%);

text

color: hsl(176, 20%, 49%);

border

border: 2px solid hsl(176, 20%, 49%);

gradient light

background: linear-gradient(to right, hsl(176, 20%, 69%), hsl(176, 20%, 49%));

gradient dark

background: linear-gradient(to right, hsl(176, 20%, 49%), hsl(176, 20%, 29%))

hex

background-color: #649693;

tailwind

bg-[hsl(176,20%,49%)]

box shadow

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

css variable

--color-primary: hsl(176, 20%, 49%);

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(176, 20%, 49%)?

HEX: #649693 | RGB: rgb(100, 150, 147) | CMYK: 33%, 0%, 2%, 41% | HSV: 176°, 33%, 59%. Copy any format from the conversion table above.

What colors go well with #649693?

The complementary color is HSL(356, 20%, 49%). For a triadic harmony, use hues 176°, 296°, and 56°. For analogous combinations, try hues 146° and 206°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(176, 20%, 49%) in CSS?

As HSL: color: hsl(176, 20%, 49%); — As HEX: color: #649693; — As RGB: color: rgb(100, 150, 147); — Tailwind CSS: bg-[hsl(176,20%,49%)] — CSS variable: --color-primary: hsl(176, 20%, 49%);