HSL(180, 80%, 28%)

Cyan — Cyan color

Adjust Color

Color Information

Color Name

Cyan

Color Family

Cyan

Warm / Cool

🔵 Cool

Temperature

7000K

CSS Class

bg-[hsl(180,80%,28%)]

Color Conversions

Format Value CSS Usage
HSL hsl(180, 80%, 28%) color: hsl(180, 80%, 28%)
HEX #0E8181 color: #0E8181
RGB rgb(14, 129, 129) color: rgb(14, 129, 129)
CMYK cmyk(89%, 0%, 0%, 49%)
HSV hsv(180, 89%, 51%)
HWB hwb(180 6% 49%) color: hwb(180 6% 49%)
OKLCH oklch(0.5475 0.0908 194.83) color: oklch(0.5475 0.0908 194.83)
Lab lab(48.73 -28.24 -8.34) color: lab(48.73 -28.24 -8.34)
LCH lch(48.73 29.45 196.45) color: lch(48.73 29.45 196.45)

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 4.69:1
vs Black 4.48:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#404181 — rgb(64, 65, 129)

Deuteranopia (Green-blind)

#393181 — rgb(57, 49, 129)

Tritanopia (Blue-blind)

#148181 — rgb(20, 129, 129)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(180, 80%, 28%);

text

color: hsl(180, 80%, 28%);

border

border: 2px solid hsl(180, 80%, 28%);

gradient light

background: linear-gradient(to right, hsl(180, 80%, 48%), hsl(180, 80%, 28%));

gradient dark

background: linear-gradient(to right, hsl(180, 80%, 28%), hsl(180, 80%, 8%))

hex

background-color: #0E8181;

tailwind

bg-[hsl(180,80%,28%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(180, 80%, 28%, 0.4);

css variable

--color-primary: hsl(180, 80%, 28%);

Related Colors

Use Cases for 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(180, 80%, 28%)?

HEX: #0E8181 | RGB: rgb(14, 129, 129) | CMYK: 89%, 0%, 0%, 49% | HSV: 180°, 89%, 51%. Copy any format from the conversion table above.

What colors go well with #0E8181?

The complementary color is HSL(0, 80%, 28%). For a triadic harmony, use hues 180°, 300°, and 60°. For analogous combinations, try hues 150° and 210°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(180, 80%, 28%) in CSS?

As HSL: color: hsl(180, 80%, 28%); — As HEX: color: #0E8181; — As RGB: color: rgb(14, 129, 129); — Tailwind CSS: bg-[hsl(180,80%,28%)] — CSS variable: --color-primary: hsl(180, 80%, 28%);