HSL(70, 85%, 73%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

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

Color Conversions

Format Value CSS Usage
HSL hsl(70, 85%, 73%) color: hsl(70, 85%, 73%)
HEX #E1F580 color: #E1F580
RGB rgb(225, 245, 128) color: rgb(225, 245, 128)
CMYK cmyk(8%, 0%, 48%, 4%)
HSV hsv(70, 48%, 96%)
HWB hwb(70 50% 4%) color: hwb(70 50% 4%)
OKLCH oklch(0.9312 0.144 117.28) color: oklch(0.9312 0.144 117.28)
Lab lab(92.96 -23.33 53.72) color: lab(92.96 -23.33 53.72)
LCH lch(92.96 58.57 113.47) color: lch(92.96 58.57 113.47)

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

#EAEA9C — rgb(234, 234, 156)

Deuteranopia (Green-blind)

#E9E7A3 — rgb(233, 231, 163)

Tritanopia (Blue-blind)

#E2B3B8 — rgb(226, 179, 184)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

background: linear-gradient(to right, hsl(70, 85%, 93%), hsl(70, 85%, 73%));

gradient dark

background: linear-gradient(to right, hsl(70, 85%, 73%), hsl(70, 85%, 53%))

hex

background-color: #E1F580;

tailwind

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

box shadow

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

css variable

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

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

HEX: #E1F580 | RGB: rgb(225, 245, 128) | CMYK: 8%, 0%, 48%, 4% | HSV: 70°, 48%, 96%. Copy any format from the conversion table above.

What colors go well with #E1F580?

The complementary color is HSL(250, 85%, 73%). For a triadic harmony, use hues 70°, 190°, and 310°. For analogous combinations, try hues 40° and 100°. See the Color Harmony section above for complete palettes with previews.

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

As HSL: color: hsl(70, 85%, 73%); — As HEX: color: #E1F580; — As RGB: color: rgb(225, 245, 128); — Tailwind CSS: bg-[hsl(70,85%,73%)] — CSS variable: --color-primary: hsl(70, 85%, 73%);