HSL(67, 94%, 75%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(67,94%,75%)]

Color Conversions

Format Value CSS Usage
HSL hsl(67, 94%, 75%) color: hsl(67, 94%, 75%)
HEX #EDFB83 color: #EDFB83
RGB rgb(237, 251, 131) color: rgb(237, 251, 131)
CMYK cmyk(6%, 0%, 48%, 2%)
HSV hsv(67, 48%, 98%)
HWB hwb(67 51% 2%) color: hwb(67 51% 2%)
OKLCH oklch(0.9532 0.1453 114.68) color: oklch(0.9532 0.1453 114.68)
Lab lab(95.43 -21.32 55.5) color: lab(95.43 -21.32 55.5)
LCH lch(95.43 59.45 111.01) color: lch(95.43 59.45 111.01)

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.12:1
vs Black 18.73: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)

#F3F3A0 — rgb(243, 243, 160)

Deuteranopia (Green-blind)

#F2F1A7 — rgb(242, 241, 167)

Tritanopia (Blue-blind)

#EEB7BC — rgb(238, 183, 188)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(67, 94%, 75%);

text

color: hsl(67, 94%, 75%);

border

border: 2px solid hsl(67, 94%, 75%);

gradient light

background: linear-gradient(to right, hsl(67, 94%, 95%), hsl(67, 94%, 75%));

gradient dark

background: linear-gradient(to right, hsl(67, 94%, 75%), hsl(67, 94%, 55%))

hex

background-color: #EDFB83;

tailwind

bg-[hsl(67,94%,75%)]

box shadow

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

css variable

--color-primary: hsl(67, 94%, 75%);

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(67, 94%, 75%)?

HEX: #EDFB83 | RGB: rgb(237, 251, 131) | CMYK: 6%, 0%, 48%, 2% | HSV: 67°, 48%, 98%. Copy any format from the conversion table above.

What colors go well with #EDFB83?

The complementary color is HSL(247, 94%, 75%). For a triadic harmony, use hues 67°, 187°, and 307°. For analogous combinations, try hues 37° and 97°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(67, 94%, 75%) in CSS?

As HSL: color: hsl(67, 94%, 75%); — As HEX: color: #EDFB83; — As RGB: color: rgb(237, 251, 131); — Tailwind CSS: bg-[hsl(67,94%,75%)] — CSS variable: --color-primary: hsl(67, 94%, 75%);