HSL(182, 98%, 47%)

Vivid Cyan — Cyan color

Adjust Color

Color Information

Color Name

Vivid Cyan

Color Family

Cyan

Warm / Cool

🔵 Cool

Temperature

7000K

CSS Class

bg-[hsl(182,98%,47%)]

Color Conversions

Format Value CSS Usage
HSL hsl(182, 98%, 47%) color: hsl(182, 98%, 47%)
HEX #02E5ED color: #02E5ED
RGB rgb(2, 229, 237) color: rgb(2, 229, 237)
CMYK cmyk(99%, 3%, 0%, 7%)
HSV hsv(182, 99%, 93%)
HWB hwb(182 1% 7%) color: hwb(182 1% 7%)
OKLCH oklch(0.8376 0.1422 199.3) color: oklch(0.8376 0.1422 199.3)
Lab lab(83 -41.92 -16.88) color: lab(83 -41.92 -16.88)
LCH lch(83 45.19 201.93) color: lch(83 45.19 201.93)

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.56:1
vs Black 13.43: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)

#6466EB — rgb(100, 102, 235)

Deuteranopia (Green-blind)

#5746EB — rgb(87, 70, 235)

Tritanopia (Blue-blind)

#0DEAE9 — rgb(13, 234, 233)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(182, 98%, 47%);

text

color: hsl(182, 98%, 47%);

border

border: 2px solid hsl(182, 98%, 47%);

gradient light

background: linear-gradient(to right, hsl(182, 98%, 67%), hsl(182, 98%, 47%));

gradient dark

background: linear-gradient(to right, hsl(182, 98%, 47%), hsl(182, 98%, 27%))

hex

background-color: #02E5ED;

tailwind

bg-[hsl(182,98%,47%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(182, 98%, 47%, 0.4);

css variable

--color-primary: hsl(182, 98%, 47%);

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(182, 98%, 47%)?

HEX: #02E5ED | RGB: rgb(2, 229, 237) | CMYK: 99%, 3%, 0%, 7% | HSV: 182°, 99%, 93%. Copy any format from the conversion table above.

What colors go well with #02E5ED?

The complementary color is HSL(2, 98%, 47%). For a triadic harmony, use hues 182°, 302°, and 62°. For analogous combinations, try hues 152° and 212°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(182, 98%, 47%) in CSS?

As HSL: color: hsl(182, 98%, 47%); — As HEX: color: #02E5ED; — As RGB: color: rgb(2, 229, 237); — Tailwind CSS: bg-[hsl(182,98%,47%)] — CSS variable: --color-primary: hsl(182, 98%, 47%);