HSL(68, 94%, 73%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(68,94%,73%)]

Color Conversions

Format Value CSS Usage
HSL hsl(68, 94%, 73%) color: hsl(68, 94%, 73%)
HEX #EAFB79 color: #EAFB79
RGB rgb(234, 251, 121) color: rgb(234, 251, 121)
CMYK cmyk(7%, 0%, 52%, 2%)
HSV hsv(68, 52%, 98%)
HWB hwb(68 47% 2%) color: hwb(68 47% 2%)
OKLCH oklch(0.9497 0.1555 115.61) color: oklch(0.9497 0.1555 115.61)
Lab lab(95.11 -23.36 59.62) color: lab(95.11 -23.36 59.62)
LCH lch(95.11 64.03 111.4) color: lch(95.11 64.03 111.4)

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.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)

#F1F298 — rgb(241, 242, 152)

Deuteranopia (Green-blind)

#F0EFA0 — rgb(240, 239, 160)

Tritanopia (Blue-blind)

#EBB1B7 — rgb(235, 177, 183)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(68, 94%, 73%);

text

color: hsl(68, 94%, 73%);

border

border: 2px solid hsl(68, 94%, 73%);

gradient light

background: linear-gradient(to right, hsl(68, 94%, 93%), hsl(68, 94%, 73%));

gradient dark

background: linear-gradient(to right, hsl(68, 94%, 73%), hsl(68, 94%, 53%))

hex

background-color: #EAFB79;

tailwind

bg-[hsl(68,94%,73%)]

box shadow

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

css variable

--color-primary: hsl(68, 94%, 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(68, 94%, 73%)?

HEX: #EAFB79 | RGB: rgb(234, 251, 121) | CMYK: 7%, 0%, 52%, 2% | HSV: 68°, 52%, 98%. Copy any format from the conversion table above.

What colors go well with #EAFB79?

The complementary color is HSL(248, 94%, 73%). For a triadic harmony, use hues 68°, 188°, and 308°. For analogous combinations, try hues 38° and 98°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(68, 94%, 73%) in CSS?

As HSL: color: hsl(68, 94%, 73%); — As HEX: color: #EAFB79; — As RGB: color: rgb(234, 251, 121); — Tailwind CSS: bg-[hsl(68,94%,73%)] — CSS variable: --color-primary: hsl(68, 94%, 73%);