HSL(80, 59%, 69%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(80,59%,69%)]

Color Conversions

Format Value CSS Usage
HSL hsl(80, 59%, 69%) color: hsl(80, 59%, 69%)
HEX #BFDF81 color: #BFDF81
RGB rgb(191, 223, 129) color: rgb(191, 223, 129)
CMYK cmyk(14%, 0%, 42%, 13%)
HSV hsv(80, 42%, 87%)
HWB hwb(80 50% 13%) color: hwb(80 50% 13%)
OKLCH oklch(0.8592 0.1253 124.35) color: oklch(0.8592 0.1253 124.35)
Lab lab(84.71 -25.58 42.54) color: lab(84.71 -25.58 42.54)
LCH lch(84.71 49.64 121.02) color: lch(84.71 49.64 121.02)

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.49:1
vs Black 14.09: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)

#CDCD98 — rgb(205, 205, 152)

Deuteranopia (Green-blind)

#CBC99D — rgb(203, 201, 157)

Tritanopia (Blue-blind)

#C1AAAE — rgb(193, 170, 174)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(80, 59%, 69%);

text

color: hsl(80, 59%, 69%);

border

border: 2px solid hsl(80, 59%, 69%);

gradient light

background: linear-gradient(to right, hsl(80, 59%, 89%), hsl(80, 59%, 69%));

gradient dark

background: linear-gradient(to right, hsl(80, 59%, 69%), hsl(80, 59%, 49%))

hex

background-color: #BFDF81;

tailwind

bg-[hsl(80,59%,69%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(80, 59%, 69%, 0.4);

css variable

--color-primary: hsl(80, 59%, 69%);

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(80, 59%, 69%)?

HEX: #BFDF81 | RGB: rgb(191, 223, 129) | CMYK: 14%, 0%, 42%, 13% | HSV: 80°, 42%, 87%. Copy any format from the conversion table above.

What colors go well with #BFDF81?

The complementary color is HSL(260, 59%, 69%). For a triadic harmony, use hues 80°, 200°, and 320°. For analogous combinations, try hues 50° and 110°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(80, 59%, 69%) in CSS?

As HSL: color: hsl(80, 59%, 69%); — As HEX: color: #BFDF81; — As RGB: color: rgb(191, 223, 129); — Tailwind CSS: bg-[hsl(80,59%,69%)] — CSS variable: --color-primary: hsl(80, 59%, 69%);