HSL(186, 99%, 42%)

Vivid Cyan — Cyan color

Adjust Color

Color Information

Color Name

Vivid Cyan

Color Family

Cyan

Warm / Cool

🔵 Cool

Temperature

7000K

CSS Class

bg-[hsl(186,99%,42%)]

Color Conversions

Format Value CSS Usage
HSL hsl(186, 99%, 42%) color: hsl(186, 99%, 42%)
HEX #01C0D5 color: #01C0D5
RGB rgb(1, 192, 213) color: rgb(1, 192, 213)
CMYK cmyk(100%, 10%, 0%, 16%)
HSV hsv(186, 100%, 84%)
HWB hwb(186 0% 16%) color: hwb(186 0% 16%)
OKLCH oklch(0.7393 0.1272 208.63) color: oklch(0.7393 0.1272 208.63)
Lab lab(71.22 -32.26 -21.84) color: lab(71.22 -32.26 -21.84)
LCH lch(71.22 38.96 214.1) color: lch(71.22 38.96 214.1)

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 2.21:1
vs Black 9.5:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: FAIL ✗ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#5455D0 — rgb(84, 85, 208)

Deuteranopia (Green-blind)

#493ACF — rgb(73, 58, 207)

Tritanopia (Blue-blind)

#0BCCCB — rgb(11, 204, 203)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(186, 99%, 42%);

text

color: hsl(186, 99%, 42%);

border

border: 2px solid hsl(186, 99%, 42%);

gradient light

background: linear-gradient(to right, hsl(186, 99%, 62%), hsl(186, 99%, 42%));

gradient dark

background: linear-gradient(to right, hsl(186, 99%, 42%), hsl(186, 99%, 22%))

hex

background-color: #01C0D5;

tailwind

bg-[hsl(186,99%,42%)]

box shadow

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

css variable

--color-primary: hsl(186, 99%, 42%);

Related Colors

Use Cases for Vivid 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, 99%, 42%)?

HEX: #01C0D5 | RGB: rgb(1, 192, 213) | CMYK: 100%, 10%, 0%, 16% | HSV: 186°, 100%, 84%. Copy any format from the conversion table above.

What colors go well with #01C0D5?

The complementary color is HSL(6, 99%, 42%). 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, 99%, 42%) in CSS?

As HSL: color: hsl(186, 99%, 42%); — As HEX: color: #01C0D5; — As RGB: color: rgb(1, 192, 213); — Tailwind CSS: bg-[hsl(186,99%,42%)] — CSS variable: --color-primary: hsl(186, 99%, 42%);