HSL(167, 22%, 52%)

Cyan — Cyan color

Adjust Color

Color Information

Color Name

Cyan

Color Family

Cyan

Warm / Cool

🔵 Cool

Temperature

7000K

CSS Class

bg-[hsl(167,22%,52%)]

Color Conversions

Format Value CSS Usage
HSL hsl(167, 22%, 52%) color: hsl(167, 22%, 52%)
HEX #6AA094 color: #6AA094
RGB rgb(106, 160, 148) color: rgb(106, 160, 148)
CMYK cmyk(34%, 0%, 7%, 37%)
HSV hsv(167, 34%, 63%)
HWB hwb(167 42% 37%) color: hwb(167 42% 37%)
OKLCH oklch(0.6644 0.0601 178.84) color: oklch(0.6644 0.0601 178.84)
Lab lab(61.95 -20.58 0.58) color: lab(61.95 -20.58 0.58)
LCH lch(61.95 20.59 178.39) color: lch(61.95 20.59 178.39)

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.97:1
vs Black 7.07: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)

#818297 — rgb(129, 130, 151)

Deuteranopia (Green-blind)

#7E7A98 — rgb(126, 122, 152)

Tritanopia (Blue-blind)

#6D999A — rgb(109, 153, 154)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(167, 22%, 52%);

text

color: hsl(167, 22%, 52%);

border

border: 2px solid hsl(167, 22%, 52%);

gradient light

background: linear-gradient(to right, hsl(167, 22%, 72%), hsl(167, 22%, 52%));

gradient dark

background: linear-gradient(to right, hsl(167, 22%, 52%), hsl(167, 22%, 32%))

hex

background-color: #6AA094;

tailwind

bg-[hsl(167,22%,52%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(167, 22%, 52%, 0.4);

css variable

--color-primary: hsl(167, 22%, 52%);

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(167, 22%, 52%)?

HEX: #6AA094 | RGB: rgb(106, 160, 148) | CMYK: 34%, 0%, 7%, 37% | HSV: 167°, 34%, 63%. Copy any format from the conversion table above.

What colors go well with #6AA094?

The complementary color is HSL(347, 22%, 52%). For a triadic harmony, use hues 167°, 287°, and 47°. For analogous combinations, try hues 137° and 197°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(167, 22%, 52%) in CSS?

As HSL: color: hsl(167, 22%, 52%); — As HEX: color: #6AA094; — As RGB: color: rgb(106, 160, 148); — Tailwind CSS: bg-[hsl(167,22%,52%)] — CSS variable: --color-primary: hsl(167, 22%, 52%);