HSL(66, 94%, 71%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(66,94%,71%)]

Color Conversions

Format Value CSS Usage
HSL hsl(66, 94%, 71%) color: hsl(66, 94%, 71%)
HEX #EDFB70 color: #EDFB70
RGB rgb(237, 251, 112) color: rgb(237, 251, 112)
CMYK cmyk(6%, 0%, 55%, 2%)
HSV hsv(66, 55%, 98%)
HWB hwb(66 44% 2%) color: hwb(66 44% 2%)
OKLCH oklch(0.951 0.1627 114.32) color: oklch(0.951 0.1627 114.32)
Lab lab(95.23 -22.92 63.79) color: lab(95.23 -22.92 63.79)
LCH lch(95.23 67.78 109.76) color: lch(95.23 67.78 109.76)

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.13:1
vs Black 18.63: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)

#F3F392 — rgb(243, 243, 146)

Deuteranopia (Green-blind)

#F2F19A — rgb(242, 241, 154)

Tritanopia (Blue-blind)

#EEACB2 — rgb(238, 172, 178)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(66, 94%, 71%);

text

color: hsl(66, 94%, 71%);

border

border: 2px solid hsl(66, 94%, 71%);

gradient light

background: linear-gradient(to right, hsl(66, 94%, 91%), hsl(66, 94%, 71%));

gradient dark

background: linear-gradient(to right, hsl(66, 94%, 71%), hsl(66, 94%, 51%))

hex

background-color: #EDFB70;

tailwind

bg-[hsl(66,94%,71%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(66, 94%, 71%, 0.4);

css variable

--color-primary: hsl(66, 94%, 71%);

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(66, 94%, 71%)?

HEX: #EDFB70 | RGB: rgb(237, 251, 112) | CMYK: 6%, 0%, 55%, 2% | HSV: 66°, 55%, 98%. Copy any format from the conversion table above.

What colors go well with #EDFB70?

The complementary color is HSL(246, 94%, 71%). For a triadic harmony, use hues 66°, 186°, and 306°. For analogous combinations, try hues 36° and 96°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(66, 94%, 71%) in CSS?

As HSL: color: hsl(66, 94%, 71%); — As HEX: color: #EDFB70; — As RGB: color: rgb(237, 251, 112); — Tailwind CSS: bg-[hsl(66,94%,71%)] — CSS variable: --color-primary: hsl(66, 94%, 71%);