HSL(153, 59%, 45%)

Cyan — Cyan color

Adjust Color

Color Information

Color Name

Cyan

Color Family

Cyan

Warm / Cool

🔵 Cool

Temperature

7000K

CSS Class

bg-[hsl(153,59%,45%)]

Color Conversions

Format Value CSS Usage
HSL hsl(153, 59%, 45%) color: hsl(153, 59%, 45%)
HEX #2FB67A color: #2FB67A
RGB rgb(47, 182, 122) color: rgb(47, 182, 122)
CMYK cmyk(74%, 0%, 33%, 29%)
HSV hsv(153, 74%, 71%)
HWB hwb(153 18% 29%) color: hwb(153 18% 29%)
OKLCH oklch(0.6907 0.1445 158.95) color: oklch(0.6907 0.1445 158.95)
Lab lab(66.11 -49.68 20.54) color: lab(66.11 -49.68 20.54)
LCH lch(66.11 53.76 157.54) color: lch(66.11 53.76 157.54)

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 2.59:1
vs Black 8.09: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)

#696B89 — rgb(105, 107, 137)

Deuteranopia (Green-blind)

#62588C — rgb(98, 88, 140)

Tritanopia (Blue-blind)

#369497 — rgb(54, 148, 151)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(153, 59%, 45%);

text

color: hsl(153, 59%, 45%);

border

border: 2px solid hsl(153, 59%, 45%);

gradient light

background: linear-gradient(to right, hsl(153, 59%, 65%), hsl(153, 59%, 45%));

gradient dark

background: linear-gradient(to right, hsl(153, 59%, 45%), hsl(153, 59%, 25%))

hex

background-color: #2FB67A;

tailwind

bg-[hsl(153,59%,45%)]

box shadow

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

css variable

--color-primary: hsl(153, 59%, 45%);

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, 59%, 45%)?

HEX: #2FB67A | RGB: rgb(47, 182, 122) | CMYK: 74%, 0%, 33%, 29% | HSV: 153°, 74%, 71%. Copy any format from the conversion table above.

What colors go well with #2FB67A?

The complementary color is HSL(333, 59%, 45%). 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, 59%, 45%) in CSS?

As HSL: color: hsl(153, 59%, 45%); — As HEX: color: #2FB67A; — As RGB: color: rgb(47, 182, 122); — Tailwind CSS: bg-[hsl(153,59%,45%)] — CSS variable: --color-primary: hsl(153, 59%, 45%);