HSL(67, 54%, 54%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(67,54%,54%)]

Color Conversions

Format Value CSS Usage
HSL hsl(67, 54%, 54%) color: hsl(67, 54%, 54%)
HEX #BAC94A color: #BAC94A
RGB rgb(186, 201, 74) color: rgb(186, 201, 74)
CMYK cmyk(7%, 0%, 63%, 21%)
HSV hsv(67, 63%, 79%)
HWB hwb(67 29% 21%) color: hwb(67 29% 21%)
OKLCH oklch(0.8002 0.1504 115.61) color: oklch(0.8002 0.1504 115.61)
Lab lab(77.7 -21.92 59.61) color: lab(77.7 -21.92 59.61)
LCH lch(77.7 63.51 110.19) color: lch(77.7 63.51 110.19)

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.82:1
vs Black 11.54: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)

#C0C169 — rgb(192, 193, 105)

Deuteranopia (Green-blind)

#C0BF70 — rgb(192, 191, 112)

Tritanopia (Blue-blind)

#BB8186 — rgb(187, 129, 134)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(67, 54%, 54%);

text

color: hsl(67, 54%, 54%);

border

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

gradient light

background: linear-gradient(to right, hsl(67, 54%, 74%), hsl(67, 54%, 54%));

gradient dark

background: linear-gradient(to right, hsl(67, 54%, 54%), hsl(67, 54%, 34%))

hex

background-color: #BAC94A;

tailwind

bg-[hsl(67,54%,54%)]

box shadow

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

css variable

--color-primary: hsl(67, 54%, 54%);

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, 54%, 54%)?

HEX: #BAC94A | RGB: rgb(186, 201, 74) | CMYK: 7%, 0%, 63%, 21% | HSV: 67°, 63%, 79%. Copy any format from the conversion table above.

What colors go well with #BAC94A?

The complementary color is HSL(247, 54%, 54%). 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, 54%, 54%) in CSS?

As HSL: color: hsl(67, 54%, 54%); — As HEX: color: #BAC94A; — As RGB: color: rgb(186, 201, 74); — Tailwind CSS: bg-[hsl(67,54%,54%)] — CSS variable: --color-primary: hsl(67, 54%, 54%);