HSL(186, 83%, 55%)

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,83%,55%)]

Color Conversions

Format Value CSS Usage
HSL hsl(186, 83%, 55%) color: hsl(186, 83%, 55%)
HEX #2DD8EB color: #2DD8EB
RGB rgb(45, 216, 235) color: rgb(45, 216, 235)
CMYK cmyk(81%, 8%, 0%, 8%)
HSV hsv(186, 81%, 92%)
HWB hwb(186 17% 8%) color: hwb(186 17% 8%)
OKLCH oklch(0.8092 0.1313 206.72) color: oklch(0.8092 0.1313 206.72)
Lab lab(79.42 -34.66 -21.2) color: lab(79.42 -34.66 -21.2)
LCH lch(79.42 40.63 211.45) color: lch(79.42 40.63 211.45)

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 1.73:1
vs Black 12.13: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)

#7779E6 — rgb(119, 121, 230)

Deuteranopia (Green-blind)

#6D60E5 — rgb(109, 96, 229)

Tritanopia (Blue-blind)

#36E3E2 — rgb(54, 227, 226)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

background: linear-gradient(to right, hsl(186, 83%, 75%), hsl(186, 83%, 55%));

gradient dark

background: linear-gradient(to right, hsl(186, 83%, 55%), hsl(186, 83%, 35%))

hex

background-color: #2DD8EB;

tailwind

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

box shadow

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

css variable

--color-primary: hsl(186, 83%, 55%);

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, 83%, 55%)?

HEX: #2DD8EB | RGB: rgb(45, 216, 235) | CMYK: 81%, 8%, 0%, 8% | HSV: 186°, 81%, 92%. Copy any format from the conversion table above.

What colors go well with #2DD8EB?

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

As HSL: color: hsl(186, 83%, 55%); — As HEX: color: #2DD8EB; — As RGB: color: rgb(45, 216, 235); — Tailwind CSS: bg-[hsl(186,83%,55%)] — CSS variable: --color-primary: hsl(186, 83%, 55%);