HSL(169, 90%, 33%)

Cyan — Cyan color

Adjust Color

Color Information

Color Name

Cyan

Color Family

Cyan

Warm / Cool

🔵 Cool

Temperature

7000K

CSS Class

bg-[hsl(169,90%,33%)]

Color Conversions

Format Value CSS Usage
HSL hsl(169, 90%, 33%) color: hsl(169, 90%, 33%)
HEX #08A084 color: #08A084
RGB rgb(8, 160, 132) color: rgb(8, 160, 132)
CMYK cmyk(95%, 0%, 18%, 37%)
HSV hsv(169, 95%, 63%)
HWB hwb(169 3% 37%) color: hwb(169 3% 37%)
OKLCH oklch(0.6303 0.1185 174.2) color: oklch(0.6303 0.1185 174.2)
Lab lab(58.84 -41.8 4.76) color: lab(58.84 -41.8 4.76)
LCH lch(58.84 42.07 173.5) color: lch(58.84 42.07 173.5)

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.3:1
vs Black 6.37: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)

#4A4B8B — rgb(74, 75, 139)

Deuteranopia (Green-blind)

#41368C — rgb(65, 54, 140)

Tritanopia (Blue-blind)

#109091 — rgb(16, 144, 145)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(169, 90%, 33%);

text

color: hsl(169, 90%, 33%);

border

border: 2px solid hsl(169, 90%, 33%);

gradient light

background: linear-gradient(to right, hsl(169, 90%, 53%), hsl(169, 90%, 33%));

gradient dark

background: linear-gradient(to right, hsl(169, 90%, 33%), hsl(169, 90%, 13%))

hex

background-color: #08A084;

tailwind

bg-[hsl(169,90%,33%)]

box shadow

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

css variable

--color-primary: hsl(169, 90%, 33%);

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(169, 90%, 33%)?

HEX: #08A084 | RGB: rgb(8, 160, 132) | CMYK: 95%, 0%, 18%, 37% | HSV: 169°, 95%, 63%. Copy any format from the conversion table above.

What colors go well with #08A084?

The complementary color is HSL(349, 90%, 33%). For a triadic harmony, use hues 169°, 289°, and 49°. For analogous combinations, try hues 139° and 199°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(169, 90%, 33%) in CSS?

As HSL: color: hsl(169, 90%, 33%); — As HEX: color: #08A084; — As RGB: color: rgb(8, 160, 132); — Tailwind CSS: bg-[hsl(169,90%,33%)] — CSS variable: --color-primary: hsl(169, 90%, 33%);