HSL(85, 70%, 57%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(85,70%,57%)]

Color Conversions

Format Value CSS Usage
HSL hsl(85, 70%, 57%) color: hsl(85, 70%, 57%)
HEX #9EDE45 color: #9EDE45
RGB rgb(158, 222, 69) color: rgb(158, 222, 69)
CMYK cmyk(29%, 0%, 69%, 13%)
HSV hsv(85, 69%, 87%)
HWB hwb(85 27% 13%) color: hwb(85 27% 13%)
OKLCH oklch(0.8286 0.1912 129.55) color: oklch(0.8286 0.1912 129.55)
Lab lab(81.81 -42.88 65.28) color: lab(81.81 -42.88 65.28)
LCH lch(81.81 78.1 123.3) color: lch(81.81 78.1 123.3)

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.62:1
vs Black 12.99: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)

#BABA6A — rgb(186, 186, 106)

Deuteranopia (Green-blind)

#B6B173 — rgb(182, 177, 115)

Tritanopia (Blue-blind)

#A1878E — rgb(161, 135, 142)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(85, 70%, 57%);

text

color: hsl(85, 70%, 57%);

border

border: 2px solid hsl(85, 70%, 57%);

gradient light

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

gradient dark

background: linear-gradient(to right, hsl(85, 70%, 57%), hsl(85, 70%, 37%))

hex

background-color: #9EDE45;

tailwind

bg-[hsl(85,70%,57%)]

box shadow

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

css variable

--color-primary: hsl(85, 70%, 57%);

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(85, 70%, 57%)?

HEX: #9EDE45 | RGB: rgb(158, 222, 69) | CMYK: 29%, 0%, 69%, 13% | HSV: 85°, 69%, 87%. Copy any format from the conversion table above.

What colors go well with #9EDE45?

The complementary color is HSL(265, 70%, 57%). For a triadic harmony, use hues 85°, 205°, and 325°. For analogous combinations, try hues 55° and 115°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(85, 70%, 57%) in CSS?

As HSL: color: hsl(85, 70%, 57%); — As HEX: color: #9EDE45; — As RGB: color: rgb(158, 222, 69); — Tailwind CSS: bg-[hsl(85,70%,57%)] — CSS variable: --color-primary: hsl(85, 70%, 57%);