HSL(186, 83%, 33%)

Cyan — Cyan color

Adjust Color

Color Information

Color Name

Cyan

Color Family

Cyan

Warm / Cool

🔵 Cool

Temperature

7000K

CSS Class

bg-[hsl(186,83%,33%)]

Color Conversions

Format Value CSS Usage
HSL hsl(186, 83%, 33%) color: hsl(186, 83%, 33%)
HEX #0E8C9A color: #0E8C9A
RGB rgb(14, 140, 154) color: rgb(14, 140, 154)
CMYK cmyk(91%, 9%, 0%, 40%)
HSV hsv(186, 91%, 60%)
HWB hwb(186 5% 40%) color: hwb(186 5% 40%)
OKLCH oklch(0.5862 0.0983 207.47) color: oklch(0.5862 0.0983 207.47)
Lab lab(53.15 -25.53 -16.26) color: lab(53.15 -25.53 -16.26)
LCH lch(53.15 30.27 212.49) color: lch(53.15 30.27 212.49)

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 4.01:1
vs Black 5.24: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)

#454697 — rgb(69, 70, 151)

Deuteranopia (Green-blind)

#3D3496 — rgb(61, 52, 150)

Tritanopia (Blue-blind)

#149493 — rgb(20, 148, 147)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(186, 83%, 33%);

text

color: hsl(186, 83%, 33%);

border

border: 2px solid hsl(186, 83%, 33%);

gradient light

background: linear-gradient(to right, hsl(186, 83%, 53%), hsl(186, 83%, 33%));

gradient dark

background: linear-gradient(to right, hsl(186, 83%, 33%), hsl(186, 83%, 13%))

hex

background-color: #0E8C9A;

tailwind

bg-[hsl(186,83%,33%)]

box shadow

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

css variable

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

HEX: #0E8C9A | RGB: rgb(14, 140, 154) | CMYK: 91%, 9%, 0%, 40% | HSV: 186°, 91%, 60%. Copy any format from the conversion table above.

What colors go well with #0E8C9A?

The complementary color is HSL(6, 83%, 33%). For a triadic harmony, use hues 186°, 306°, and 66°. For analogous combinations, try hues 156° and 216°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(186, 83%, 33%) in CSS?

As HSL: color: hsl(186, 83%, 33%); — As HEX: color: #0E8C9A; — As RGB: color: rgb(14, 140, 154); — Tailwind CSS: bg-[hsl(186,83%,33%)] — CSS variable: --color-primary: hsl(186, 83%, 33%);