HSL(67, 22%, 63%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(67,22%,63%)]

Color Conversions

Format Value CSS Usage
HSL hsl(67, 22%, 63%) color: hsl(67, 22%, 63%)
HEX #B1B58C color: #B1B58C
RGB rgb(177, 181, 140) color: rgb(177, 181, 140)
CMYK cmyk(2%, 0%, 23%, 29%)
HSV hsv(66, 23%, 71%)
HWB hwb(66 55% 29%) color: hwb(66 55% 29%)
OKLCH oklch(0.7593 0.0562 112.27) color: oklch(0.7593 0.0562 112.27)
Lab lab(72.42 -8.35 20.48) color: lab(72.42 -8.35 20.48)
LCH lch(72.42 22.12 112.18) color: lch(72.42 22.12 112.18)

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 2.13:1
vs Black 9.86: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)

#B3B396 — rgb(179, 179, 150)

Deuteranopia (Green-blind)

#B3B298 — rgb(179, 178, 152)

Tritanopia (Blue-blind)

#B19E9F — rgb(177, 158, 159)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(67, 22%, 63%);

text

color: hsl(67, 22%, 63%);

border

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

gradient light

background: linear-gradient(to right, hsl(67, 22%, 83%), hsl(67, 22%, 63%));

gradient dark

background: linear-gradient(to right, hsl(67, 22%, 63%), hsl(67, 22%, 43%))

hex

background-color: #B1B58C;

tailwind

bg-[hsl(67,22%,63%)]

box shadow

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

css variable

--color-primary: hsl(67, 22%, 63%);

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

HEX: #B1B58C | RGB: rgb(177, 181, 140) | CMYK: 2%, 0%, 23%, 29% | HSV: 66°, 23%, 71%. Copy any format from the conversion table above.

What colors go well with #B1B58C?

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

As HSL: color: hsl(67, 22%, 63%); — As HEX: color: #B1B58C; — As RGB: color: rgb(177, 181, 140); — Tailwind CSS: bg-[hsl(67,22%,63%)] — CSS variable: --color-primary: hsl(67, 22%, 63%);