HSL(170, 100%, 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(170,100%,53%)]

Color Conversions

Format Value CSS Usage
HSL hsl(170, 100%, 53%) color: hsl(170, 100%, 53%)
HEX #0FFFD7 color: #0FFFD7
RGB rgb(15, 255, 215) color: rgb(15, 255, 215)
CMYK cmyk(94%, 0%, 16%, 0%)
HSV hsv(170, 94%, 100%)
HWB hwb(170 6% 0%) color: hwb(170 6% 0%)
OKLCH oklch(0.8937 0.1664 175.63) color: oklch(0.8937 0.1664 175.63)
Lab lab(90.1 -58.56 5.13) color: lab(90.1 -58.56 5.13)
LCH lch(90.1 58.78 174.99) color: lch(90.1 58.78 174.99)

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.29:1
vs Black 16.31: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)

#7779E1 — rgb(119, 121, 225)

Deuteranopia (Green-blind)

#6957E3 — rgb(105, 87, 227)

Tritanopia (Blue-blind)

#1BE8EA — rgb(27, 232, 234)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(170, 100%, 53%);

text

color: hsl(170, 100%, 53%);

border

border: 2px solid hsl(170, 100%, 53%);

gradient light

background: linear-gradient(to right, hsl(170, 100%, 73%), hsl(170, 100%, 53%));

gradient dark

background: linear-gradient(to right, hsl(170, 100%, 53%), hsl(170, 100%, 33%))

hex

background-color: #0FFFD7;

tailwind

bg-[hsl(170,100%,53%)]

box shadow

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

css variable

--color-primary: hsl(170, 100%, 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(170, 100%, 53%)?

HEX: #0FFFD7 | RGB: rgb(15, 255, 215) | CMYK: 94%, 0%, 16%, 0% | HSV: 170°, 94%, 100%. Copy any format from the conversion table above.

What colors go well with #0FFFD7?

The complementary color is HSL(350, 100%, 53%). For a triadic harmony, use hues 170°, 290°, and 50°. For analogous combinations, try hues 140° and 200°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(170, 100%, 53%) in CSS?

As HSL: color: hsl(170, 100%, 53%); — As HEX: color: #0FFFD7; — As RGB: color: rgb(15, 255, 215); — Tailwind CSS: bg-[hsl(170,100%,53%)] — CSS variable: --color-primary: hsl(170, 100%, 53%);