HSL(166, 90%, 33%)

Cyan — Cyan color

Adjust Color

Color Information

Color Name

Cyan

Color Family

Cyan

Warm / Cool

🔵 Cool

Temperature

7000K

CSS Class

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

Color Conversions

Format Value CSS Usage
HSL hsl(166, 90%, 33%) color: hsl(166, 90%, 33%)
HEX #08A07D color: #08A07D
RGB rgb(8, 160, 125) color: rgb(8, 160, 125)
CMYK cmyk(95%, 0%, 22%, 37%)
HSV hsv(166, 95%, 63%)
HWB hwb(166 3% 37%) color: hwb(166 3% 37%)
OKLCH oklch(0.6283 0.1232 169.92) color: oklch(0.6283 0.1232 169.92)
Lab lab(58.67 -43.66 8.46) color: lab(58.67 -43.66 8.46)
LCH lch(58.67 44.47 169.03) color: lch(58.67 44.47 169.03)

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.32:1
vs Black 6.33: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)

#4A4B85 — rgb(74, 75, 133)

Deuteranopia (Green-blind)

#413688 — rgb(65, 54, 136)

Tritanopia (Blue-blind)

#108C8E — rgb(16, 140, 142)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

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

gradient dark

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

hex

background-color: #08A07D;

tailwind

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

box shadow

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

css variable

--color-primary: hsl(166, 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(166, 90%, 33%)?

HEX: #08A07D | RGB: rgb(8, 160, 125) | CMYK: 95%, 0%, 22%, 37% | HSV: 166°, 95%, 63%. Copy any format from the conversion table above.

What colors go well with #08A07D?

The complementary color is HSL(346, 90%, 33%). For a triadic harmony, use hues 166°, 286°, and 46°. For analogous combinations, try hues 136° and 196°. See the Color Harmony section above for complete palettes with previews.

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

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