HSL(176, 26%, 57%)

Cyan — Cyan color

Adjust Color

Color Information

Color Name

Cyan

Color Family

Cyan

Warm / Cool

🔵 Cool

Temperature

7000K

CSS Class

bg-[hsl(176,26%,57%)]

Color Conversions

Format Value CSS Usage
HSL hsl(176, 26%, 57%) color: hsl(176, 26%, 57%)
HEX #75AEAA color: #75AEAA
RGB rgb(117, 174, 170) color: rgb(117, 174, 170)
CMYK cmyk(33%, 0%, 2%, 32%)
HSV hsv(176, 33%, 68%)
HWB hwb(176 46% 32%) color: hwb(176 46% 32%)
OKLCH oklch(0.7104 0.0598 190.34) color: oklch(0.7104 0.0598 190.34)
Lab lab(67.24 -19.42 -3.88) color: lab(67.24 -19.42 -3.88)
LCH lch(67.24 19.8 191.3) color: lch(67.24 19.8 191.3)

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.5:1
vs Black 8.39: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)

#8E8EAB — rgb(142, 142, 171)

Deuteranopia (Green-blind)

#8A86AB — rgb(138, 134, 171)

Tritanopia (Blue-blind)

#78ACAC — rgb(120, 172, 172)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(176, 26%, 57%);

text

color: hsl(176, 26%, 57%);

border

border: 2px solid hsl(176, 26%, 57%);

gradient light

background: linear-gradient(to right, hsl(176, 26%, 77%), hsl(176, 26%, 57%));

gradient dark

background: linear-gradient(to right, hsl(176, 26%, 57%), hsl(176, 26%, 37%))

hex

background-color: #75AEAA;

tailwind

bg-[hsl(176,26%,57%)]

box shadow

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

css variable

--color-primary: hsl(176, 26%, 57%);

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, 26%, 57%)?

HEX: #75AEAA | RGB: rgb(117, 174, 170) | CMYK: 33%, 0%, 2%, 32% | HSV: 176°, 33%, 68%. Copy any format from the conversion table above.

What colors go well with #75AEAA?

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

As HSL: color: hsl(176, 26%, 57%); — As HEX: color: #75AEAA; — As RGB: color: rgb(117, 174, 170); — Tailwind CSS: bg-[hsl(176,26%,57%)] — CSS variable: --color-primary: hsl(176, 26%, 57%);