HSL(189, 95%, 53%)

Vivid Cyan — Cyan color

Adjust Color

Color Information

Color Name

Vivid Cyan

Color Family

Cyan

Warm / Cool

🔵 Cool

Temperature

7000K

CSS Class

bg-[hsl(189,95%,53%)]

Color Conversions

Format Value CSS Usage
HSL hsl(189, 95%, 53%) color: hsl(189, 95%, 53%)
HEX #15D7F9 color: #15D7F9
RGB rgb(21, 215, 249) color: rgb(21, 215, 249)
CMYK cmyk(92%, 14%, 0%, 2%)
HSV hsv(189, 92%, 98%)
HWB hwb(189 8% 2%) color: hwb(189 8% 2%)
OKLCH oklch(0.8098 0.1407 214.84) color: oklch(0.8098 0.1407 214.84)
Lab lab(79.38 -31.2 -28.74) color: lab(79.38 -31.2 -28.74)
LCH lch(79.38 42.42 222.65) color: lch(79.38 42.42 222.65)

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.12: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)

#696BF1 — rgb(105, 107, 241)

Deuteranopia (Green-blind)

#5E4FEF — rgb(94, 79, 239)

Tritanopia (Blue-blind)

#1FEAE9 — rgb(31, 234, 233)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(189, 95%, 53%);

text

color: hsl(189, 95%, 53%);

border

border: 2px solid hsl(189, 95%, 53%);

gradient light

background: linear-gradient(to right, hsl(189, 95%, 73%), hsl(189, 95%, 53%));

gradient dark

background: linear-gradient(to right, hsl(189, 95%, 53%), hsl(189, 95%, 33%))

hex

background-color: #15D7F9;

tailwind

bg-[hsl(189,95%,53%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(189, 95%, 53%, 0.4);

css variable

--color-primary: hsl(189, 95%, 53%);

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(189, 95%, 53%)?

HEX: #15D7F9 | RGB: rgb(21, 215, 249) | CMYK: 92%, 14%, 0%, 2% | HSV: 189°, 92%, 98%. Copy any format from the conversion table above.

What colors go well with #15D7F9?

The complementary color is HSL(9, 95%, 53%). For a triadic harmony, use hues 189°, 309°, and 69°. For analogous combinations, try hues 159° and 219°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(189, 95%, 53%) in CSS?

As HSL: color: hsl(189, 95%, 53%); — As HEX: color: #15D7F9; — As RGB: color: rgb(21, 215, 249); — Tailwind CSS: bg-[hsl(189,95%,53%)] — CSS variable: --color-primary: hsl(189, 95%, 53%);