HSL(150, 100%, 52%)

Vivid Cyan — Cyan color

Adjust Color

Color Information

Color Name

Vivid Cyan

Color Family

Cyan

Warm / Cool

🔵 Cool

Temperature

7000K

CSS Class

bg-[hsl(150,100%,52%)]

Color Conversions

Format Value CSS Usage
HSL hsl(150, 100%, 52%) color: hsl(150, 100%, 52%)
HEX #0AFF85 color: #0AFF85
RGB rgb(10, 255, 133) color: rgb(10, 255, 133)
CMYK cmyk(96%, 0%, 48%, 0%)
HSV hsv(150, 96%, 100%)
HWB hwb(150 4% 0%) color: hwb(150 4% 0%)
OKLCH oklch(0.8762 0.2298 151.92) color: oklch(0.8762 0.2298 151.92)
Lab lab(88.58 -75.71 44.34) color: lab(88.58 -75.71 44.34)
LCH lch(88.58 87.74 149.64) color: lch(88.58 87.74 149.64)

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.34:1
vs Black 15.66: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)

#7476A3 — rgb(116, 118, 163)

Deuteranopia (Green-blind)

#6654AA — rgb(102, 84, 170)

Tritanopia (Blue-blind)

#16BABF — rgb(22, 186, 191)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(150, 100%, 52%);

text

color: hsl(150, 100%, 52%);

border

border: 2px solid hsl(150, 100%, 52%);

gradient light

background: linear-gradient(to right, hsl(150, 100%, 72%), hsl(150, 100%, 52%));

gradient dark

background: linear-gradient(to right, hsl(150, 100%, 52%), hsl(150, 100%, 32%))

hex

background-color: #0AFF85;

tailwind

bg-[hsl(150,100%,52%)]

box shadow

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

css variable

--color-primary: hsl(150, 100%, 52%);

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(150, 100%, 52%)?

HEX: #0AFF85 | RGB: rgb(10, 255, 133) | CMYK: 96%, 0%, 48%, 0% | HSV: 150°, 96%, 100%. Copy any format from the conversion table above.

What colors go well with #0AFF85?

The complementary color is HSL(330, 100%, 52%). For a triadic harmony, use hues 150°, 270°, and 30°. For analogous combinations, try hues 120° and 180°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(150, 100%, 52%) in CSS?

As HSL: color: hsl(150, 100%, 52%); — As HEX: color: #0AFF85; — As RGB: color: rgb(10, 255, 133); — Tailwind CSS: bg-[hsl(150,100%,52%)] — CSS variable: --color-primary: hsl(150, 100%, 52%);