HSL(153, 67%, 56%)

Cyan — Cyan color

Adjust Color

Color Information

Color Name

Cyan

Color Family

Cyan

Warm / Cool

🔵 Cool

Temperature

7000K

CSS Class

bg-[hsl(153,67%,56%)]

Color Conversions

Format Value CSS Usage
HSL hsl(153, 67%, 56%) color: hsl(153, 67%, 56%)
HEX #44DA96 color: #44DA96
RGB rgb(68, 218, 150) color: rgb(68, 218, 150)
CMYK cmyk(69%, 0%, 31%, 15%)
HSV hsv(153, 69%, 85%)
HWB hwb(153 26% 15%) color: hwb(153 26% 15%)
OKLCH oklch(0.7932 0.1595 159.26) color: oklch(0.7932 0.1595 159.26)
Lab lab(78.21 -54.81 22.3) color: lab(78.21 -54.81 22.3)
LCH lch(78.21 59.17 157.86) color: lch(78.21 59.17 157.86)

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.79:1
vs Black 11.71: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)

#8586A6 — rgb(133, 134, 166)

Deuteranopia (Green-blind)

#7C71AA — rgb(124, 113, 170)

Tritanopia (Blue-blind)

#4CB3B6 — rgb(76, 179, 182)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(153, 67%, 56%);

text

color: hsl(153, 67%, 56%);

border

border: 2px solid hsl(153, 67%, 56%);

gradient light

background: linear-gradient(to right, hsl(153, 67%, 76%), hsl(153, 67%, 56%));

gradient dark

background: linear-gradient(to right, hsl(153, 67%, 56%), hsl(153, 67%, 36%))

hex

background-color: #44DA96;

tailwind

bg-[hsl(153,67%,56%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(153, 67%, 56%, 0.4);

css variable

--color-primary: hsl(153, 67%, 56%);

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(153, 67%, 56%)?

HEX: #44DA96 | RGB: rgb(68, 218, 150) | CMYK: 69%, 0%, 31%, 15% | HSV: 153°, 69%, 85%. Copy any format from the conversion table above.

What colors go well with #44DA96?

The complementary color is HSL(333, 67%, 56%). For a triadic harmony, use hues 153°, 273°, and 33°. For analogous combinations, try hues 123° and 183°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(153, 67%, 56%) in CSS?

As HSL: color: hsl(153, 67%, 56%); — As HEX: color: #44DA96; — As RGB: color: rgb(68, 218, 150); — Tailwind CSS: bg-[hsl(153,67%,56%)] — CSS variable: --color-primary: hsl(153, 67%, 56%);