HSL(137, 20%, 65%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(137,20%,65%)]

Color Conversions

Format Value CSS Usage
HSL hsl(137, 20%, 65%) color: hsl(137, 20%, 65%)
HEX #94B89E color: #94B89E
RGB rgb(148, 184, 158) color: rgb(148, 184, 158)
CMYK cmyk(20%, 0%, 14%, 28%)
HSV hsv(137, 20%, 72%)
HWB hwb(137 58% 28%) color: hwb(137 58% 28%)
OKLCH oklch(0.7487 0.0538 153.59) color: oklch(0.7487 0.0538 153.59)
Lab lab(71.59 -17.36 9.24) color: lab(71.59 -17.36 9.24)
LCH lch(71.59 19.67 151.98) color: lch(71.59 19.67 151.98)

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.19:1
vs Black 9.61: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)

#A4A4A4 — rgb(164, 164, 164)

Deuteranopia (Green-blind)

#A29FA6 — rgb(162, 159, 166)

Tritanopia (Blue-blind)

#96A9AA — rgb(150, 169, 170)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(137, 20%, 65%);

text

color: hsl(137, 20%, 65%);

border

border: 2px solid hsl(137, 20%, 65%);

gradient light

background: linear-gradient(to right, hsl(137, 20%, 85%), hsl(137, 20%, 65%));

gradient dark

background: linear-gradient(to right, hsl(137, 20%, 65%), hsl(137, 20%, 45%))

hex

background-color: #94B89E;

tailwind

bg-[hsl(137,20%,65%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(137, 20%, 65%, 0.4);

css variable

--color-primary: hsl(137, 20%, 65%);

Related Colors

Use Cases for Green

Success states Eco/nature brands Finance apps Health apps Confirm buttons

Frequently Asked Questions

What are all the color codes for HSL(137, 20%, 65%)?

HEX: #94B89E | RGB: rgb(148, 184, 158) | CMYK: 20%, 0%, 14%, 28% | HSV: 137°, 20%, 72%. Copy any format from the conversion table above.

What colors go well with #94B89E?

The complementary color is HSL(317, 20%, 65%). For a triadic harmony, use hues 137°, 257°, and 17°. For analogous combinations, try hues 107° and 167°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(137, 20%, 65%) in CSS?

As HSL: color: hsl(137, 20%, 65%); — As HEX: color: #94B89E; — As RGB: color: rgb(148, 184, 158); — Tailwind CSS: bg-[hsl(137,20%,65%)] — CSS variable: --color-primary: hsl(137, 20%, 65%);