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

Color Conversions

Format Value CSS Usage
HSL hsl(166, 100%, 53%) color: hsl(166, 100%, 53%)
HEX #0FFFC7 color: #0FFFC7
RGB rgb(15, 255, 199) color: rgb(15, 255, 199)
CMYK cmyk(94%, 0%, 22%, 0%)
HSV hsv(166, 94%, 100%)
HWB hwb(166 6% 0%) color: hwb(166 6% 0%)
OKLCH oklch(0.8896 0.1763 169.26) color: oklch(0.8896 0.1763 169.26)
Lab lab(89.74 -62.47 12.87) color: lab(89.74 -62.47 12.87)
LCH lch(89.74 63.78 168.36) color: lch(89.74 63.78 168.36)

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.3:1
vs Black 16.15: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)

#7779D5 — rgb(119, 121, 213)

Deuteranopia (Green-blind)

#6957D8 — rgb(105, 87, 216)

Tritanopia (Blue-blind)

#1BDFE2 — rgb(27, 223, 226)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

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

gradient dark

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

hex

background-color: #0FFFC7;

tailwind

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

box shadow

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

css variable

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

HEX: #0FFFC7 | RGB: rgb(15, 255, 199) | CMYK: 94%, 0%, 22%, 0% | HSV: 166°, 94%, 100%. Copy any format from the conversion table above.

What colors go well with #0FFFC7?

The complementary color is HSL(346, 100%, 53%). For a triadic harmony, use hues 166°, 286°, and 46°. For analogous combinations, try hues 136° and 196°. See the Color Harmony section above for complete palettes with previews.

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

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