HSL(175, 85%, 55%)

Vivid Cyan — Cyan color

Adjust Color

Color Information

Color Name

Vivid Cyan

Color Family

Cyan

Warm / Cool

🔵 Cool

Temperature

7000K

CSS Class

bg-[hsl(175,85%,55%)]

Color Conversions

Format Value CSS Usage
HSL hsl(175, 85%, 55%) color: hsl(175, 85%, 55%)
HEX #2BEEDE color: #2BEEDE
RGB rgb(43, 238, 222) color: rgb(43, 238, 222)
CMYK cmyk(82%, 0%, 7%, 7%)
HSV hsv(175, 82%, 93%)
HWB hwb(175 17% 7%) color: hwb(175 17% 7%)
OKLCH oklch(0.857 0.1442 185.98) color: oklch(0.857 0.1442 185.98)
Lab lab(85.47 -48.39 -5.26) color: lab(85.47 -48.39 -5.26)
LCH lch(85.47 48.68 186.2) color: lch(85.47 48.68 186.2)

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.46:1
vs Black 14.39: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)

#7F81E2 — rgb(127, 129, 226)

Deuteranopia (Green-blind)

#7466E3 — rgb(116, 102, 227)

Tritanopia (Blue-blind)

#35E5E6 — rgb(53, 229, 230)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(175, 85%, 55%);

text

color: hsl(175, 85%, 55%);

border

border: 2px solid hsl(175, 85%, 55%);

gradient light

background: linear-gradient(to right, hsl(175, 85%, 75%), hsl(175, 85%, 55%));

gradient dark

background: linear-gradient(to right, hsl(175, 85%, 55%), hsl(175, 85%, 35%))

hex

background-color: #2BEEDE;

tailwind

bg-[hsl(175,85%,55%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(175, 85%, 55%, 0.4);

css variable

--color-primary: hsl(175, 85%, 55%);

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(175, 85%, 55%)?

HEX: #2BEEDE | RGB: rgb(43, 238, 222) | CMYK: 82%, 0%, 7%, 7% | HSV: 175°, 82%, 93%. Copy any format from the conversion table above.

What colors go well with #2BEEDE?

The complementary color is HSL(355, 85%, 55%). For a triadic harmony, use hues 175°, 295°, and 55°. For analogous combinations, try hues 145° and 205°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(175, 85%, 55%) in CSS?

As HSL: color: hsl(175, 85%, 55%); — As HEX: color: #2BEEDE; — As RGB: color: rgb(43, 238, 222); — Tailwind CSS: bg-[hsl(175,85%,55%)] — CSS variable: --color-primary: hsl(175, 85%, 55%);