HSL(189, 73%, 46%)

Cyan — Cyan color

Adjust Color

Color Information

Color Name

Cyan

Color Family

Cyan

Warm / Cool

🔵 Cool

Temperature

7000K

CSS Class

bg-[hsl(189,73%,46%)]

Color Conversions

Format Value CSS Usage
HSL hsl(189, 73%, 46%) color: hsl(189, 73%, 46%)
HEX #20B1CB color: #20B1CB
RGB rgb(32, 177, 203) color: rgb(32, 177, 203)
CMYK cmyk(84%, 13%, 0%, 20%)
HSV hsv(189, 84%, 80%)
HWB hwb(189 13% 20%) color: hwb(189 13% 20%)
OKLCH oklch(0.7011 0.1176 213.84) color: oklch(0.7011 0.1176 213.84)
Lab lab(66.57 -26.83 -23.43) color: lab(66.57 -26.83 -23.43)
LCH lch(66.57 35.62 221.13) color: lch(66.57 35.62 221.13)

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.56:1
vs Black 8.21: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)

#5F60C5 — rgb(95, 96, 197)

Deuteranopia (Green-blind)

#564CC3 — rgb(86, 76, 195)

Tritanopia (Blue-blind)

#27C0BF — rgb(39, 192, 191)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(189, 73%, 46%);

text

color: hsl(189, 73%, 46%);

border

border: 2px solid hsl(189, 73%, 46%);

gradient light

background: linear-gradient(to right, hsl(189, 73%, 66%), hsl(189, 73%, 46%));

gradient dark

background: linear-gradient(to right, hsl(189, 73%, 46%), hsl(189, 73%, 26%))

hex

background-color: #20B1CB;

tailwind

bg-[hsl(189,73%,46%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(189, 73%, 46%, 0.4);

css variable

--color-primary: hsl(189, 73%, 46%);

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(189, 73%, 46%)?

HEX: #20B1CB | RGB: rgb(32, 177, 203) | CMYK: 84%, 13%, 0%, 20% | HSV: 189°, 84%, 80%. Copy any format from the conversion table above.

What colors go well with #20B1CB?

The complementary color is HSL(9, 73%, 46%). For a triadic harmony, use hues 189°, 309°, and 69°. For analogous combinations, try hues 159° and 219°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(189, 73%, 46%) in CSS?

As HSL: color: hsl(189, 73%, 46%); — As HEX: color: #20B1CB; — As RGB: color: rgb(32, 177, 203); — Tailwind CSS: bg-[hsl(189,73%,46%)] — CSS variable: --color-primary: hsl(189, 73%, 46%);