HSL(170, 83%, 19%)

Cyan — Cyan color

Adjust Color

Color Information

Color Name

Cyan

Color Family

Cyan

Warm / Cool

🔵 Cool

Temperature

7000K

CSS Class

bg-[hsl(170,83%,19%)]

Color Conversions

Format Value CSS Usage
HSL hsl(170, 83%, 19%) color: hsl(170, 83%, 19%)
HEX #08594B color: #08594B
RGB rgb(8, 89, 75) color: rgb(8, 89, 75)
CMYK cmyk(91%, 0%, 16%, 65%)
HSV hsv(170, 91%, 35%)
HWB hwb(170 3% 65%) color: hwb(170 3% 65%)
OKLCH oklch(0.4161 0.0746 176.75) color: oklch(0.4161 0.0746 176.75)
Lab lab(33.36 -26.13 1.75) color: lab(33.36 -26.13 1.75)
LCH lch(33.36 26.19 176.17) color: lch(33.36 26.19 176.17)

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 8.26:1
vs Black 2.54:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: FAIL ✗

AAA Normal (7:1)

on White: PASS ✓

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#2B2C4E — rgb(43, 44, 78)

Deuteranopia (Green-blind)

#26204F — rgb(38, 32, 79)

Tritanopia (Blue-blind)

#0C5152 — rgb(12, 81, 82)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(170, 83%, 19%);

text

color: hsl(170, 83%, 19%);

border

border: 2px solid hsl(170, 83%, 19%);

gradient light

background: linear-gradient(to right, hsl(170, 83%, 39%), hsl(170, 83%, 19%));

gradient dark

background: linear-gradient(to right, hsl(170, 83%, 19%), hsl(170, 83%, 0%))

hex

background-color: #08594B;

tailwind

bg-[hsl(170,83%,19%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(170, 83%, 19%, 0.4);

css variable

--color-primary: hsl(170, 83%, 19%);

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(170, 83%, 19%)?

HEX: #08594B | RGB: rgb(8, 89, 75) | CMYK: 91%, 0%, 16%, 65% | HSV: 170°, 91%, 35%. Copy any format from the conversion table above.

What colors go well with #08594B?

The complementary color is HSL(350, 83%, 19%). For a triadic harmony, use hues 170°, 290°, and 50°. For analogous combinations, try hues 140° and 200°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(170, 83%, 19%) in CSS?

As HSL: color: hsl(170, 83%, 19%); — As HEX: color: #08594B; — As RGB: color: rgb(8, 89, 75); — Tailwind CSS: bg-[hsl(170,83%,19%)] — CSS variable: --color-primary: hsl(170, 83%, 19%);