HSL(134, 70%, 77%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(134,70%,77%)]

Color Conversions

Format Value CSS Usage
HSL hsl(134, 70%, 77%) color: hsl(134, 70%, 77%)
HEX #9BEDAE color: #9BEDAE
RGB rgb(155, 237, 174) color: rgb(155, 237, 174)
CMYK cmyk(35%, 0%, 27%, 7%)
HSV hsv(134, 35%, 93%)
HWB hwb(134 60% 7%) color: hwb(134 60% 7%)
OKLCH oklch(0.877 0.1185 150.7) color: oklch(0.877 0.1185 150.7)
Lab lab(87.29 -37.73 22.81) color: lab(87.29 -37.73 22.81)
LCH lch(87.29 44.09 148.84) color: lch(87.29 44.09 148.84)

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.39:1
vs Black 15.12: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)

#BFBFBD — rgb(191, 191, 189)

Deuteranopia (Green-blind)

#BAB4C1 — rgb(186, 180, 193)

Tritanopia (Blue-blind)

#9FC9CC — rgb(159, 201, 204)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(134, 70%, 77%);

text

color: hsl(134, 70%, 77%);

border

border: 2px solid hsl(134, 70%, 77%);

gradient light

background: linear-gradient(to right, hsl(134, 70%, 97%), hsl(134, 70%, 77%));

gradient dark

background: linear-gradient(to right, hsl(134, 70%, 77%), hsl(134, 70%, 57%))

hex

background-color: #9BEDAE;

tailwind

bg-[hsl(134,70%,77%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(134, 70%, 77%, 0.4);

css variable

--color-primary: hsl(134, 70%, 77%);

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(134, 70%, 77%)?

HEX: #9BEDAE | RGB: rgb(155, 237, 174) | CMYK: 35%, 0%, 27%, 7% | HSV: 134°, 35%, 93%. Copy any format from the conversion table above.

What colors go well with #9BEDAE?

The complementary color is HSL(314, 70%, 77%). For a triadic harmony, use hues 134°, 254°, and 14°. For analogous combinations, try hues 104° and 164°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(134, 70%, 77%) in CSS?

As HSL: color: hsl(134, 70%, 77%); — As HEX: color: #9BEDAE; — As RGB: color: rgb(155, 237, 174); — Tailwind CSS: bg-[hsl(134,70%,77%)] — CSS variable: --color-primary: hsl(134, 70%, 77%);