HSL(167, 90%, 34%)

Cyan — Cyan color

Adjust Color

Color Information

Color Name

Cyan

Color Family

Cyan

Warm / Cool

🔵 Cool

Temperature

7000K

CSS Class

bg-[hsl(167,90%,34%)]

Color Conversions

Format Value CSS Usage
HSL hsl(167, 90%, 34%) color: hsl(167, 90%, 34%)
HEX #09A583 color: #09A583
RGB rgb(9, 165, 131) color: rgb(9, 165, 131)
CMYK cmyk(95%, 0%, 21%, 35%)
HSV hsv(167, 95%, 65%)
HWB hwb(167 3% 35%) color: hwb(167 3% 35%)
OKLCH oklch(0.6433 0.1246 171.06) color: oklch(0.6433 0.1246 171.06)
Lab lab(60.43 -44.12 7.6) color: lab(60.43 -44.12 7.6)
LCH lch(60.43 44.77 170.23) color: lch(60.43 44.77 170.23)

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.12:1
vs Black 6.72: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)

#4D4E8B — rgb(77, 78, 139)

Deuteranopia (Green-blind)

#44388D — rgb(68, 56, 141)

Tritanopia (Blue-blind)

#119293 — rgb(17, 146, 147)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(167, 90%, 34%);

text

color: hsl(167, 90%, 34%);

border

border: 2px solid hsl(167, 90%, 34%);

gradient light

background: linear-gradient(to right, hsl(167, 90%, 54%), hsl(167, 90%, 34%));

gradient dark

background: linear-gradient(to right, hsl(167, 90%, 34%), hsl(167, 90%, 14%))

hex

background-color: #09A583;

tailwind

bg-[hsl(167,90%,34%)]

box shadow

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

css variable

--color-primary: hsl(167, 90%, 34%);

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, 90%, 34%)?

HEX: #09A583 | RGB: rgb(9, 165, 131) | CMYK: 95%, 0%, 21%, 35% | HSV: 167°, 95%, 65%. Copy any format from the conversion table above.

What colors go well with #09A583?

The complementary color is HSL(347, 90%, 34%). 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, 90%, 34%) in CSS?

As HSL: color: hsl(167, 90%, 34%); — As HEX: color: #09A583; — As RGB: color: rgb(9, 165, 131); — Tailwind CSS: bg-[hsl(167,90%,34%)] — CSS variable: --color-primary: hsl(167, 90%, 34%);