HSL(175, 72%, 47%)

Cyan — Cyan color

Adjust Color

Color Information

Color Name

Cyan

Color Family

Cyan

Warm / Cool

🔵 Cool

Temperature

7000K

CSS Class

bg-[hsl(175,72%,47%)]

Color Conversions

Format Value CSS Usage
HSL hsl(175, 72%, 47%) color: hsl(175, 72%, 47%)
HEX #22CEC0 color: #22CEC0
RGB rgb(34, 206, 192) color: rgb(34, 206, 192)
CMYK cmyk(83%, 0%, 7%, 19%)
HSV hsv(175, 83%, 81%)
HWB hwb(175 14% 19%) color: hwb(175 14% 19%)
OKLCH oklch(0.7686 0.1298 185.98) color: oklch(0.7686 0.1298 185.98)
Lab lab(75 -43.55 -4.74) color: lab(75 -43.55 -4.74)
LCH lch(75 43.81 186.21) color: lch(75 43.81 186.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 1.97:1
vs Black 10.66: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)

#6C6EC3 — rgb(108, 110, 195)

Deuteranopia (Green-blind)

#6356C4 — rgb(99, 86, 196)

Tritanopia (Blue-blind)

#2BC6C7 — rgb(43, 198, 199)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(175, 72%, 47%);

text

color: hsl(175, 72%, 47%);

border

border: 2px solid hsl(175, 72%, 47%);

gradient light

background: linear-gradient(to right, hsl(175, 72%, 67%), hsl(175, 72%, 47%));

gradient dark

background: linear-gradient(to right, hsl(175, 72%, 47%), hsl(175, 72%, 27%))

hex

background-color: #22CEC0;

tailwind

bg-[hsl(175,72%,47%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(175, 72%, 47%, 0.4);

css variable

--color-primary: hsl(175, 72%, 47%);

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(175, 72%, 47%)?

HEX: #22CEC0 | RGB: rgb(34, 206, 192) | CMYK: 83%, 0%, 7%, 19% | HSV: 175°, 83%, 81%. Copy any format from the conversion table above.

What colors go well with #22CEC0?

The complementary color is HSL(355, 72%, 47%). For a triadic harmony, use hues 175°, 295°, and 55°. For analogous combinations, try hues 145° and 205°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(175, 72%, 47%) in CSS?

As HSL: color: hsl(175, 72%, 47%); — As HEX: color: #22CEC0; — As RGB: color: rgb(34, 206, 192); — Tailwind CSS: bg-[hsl(175,72%,47%)] — CSS variable: --color-primary: hsl(175, 72%, 47%);