HSL(81, 23%, 23%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(81,23%,23%)]

Color Conversions

Format Value CSS Usage
HSL hsl(81, 23%, 23%) color: hsl(81, 23%, 23%)
HEX #3F482D color: #3F482D
RGB rgb(63, 72, 45) color: rgb(63, 72, 45)
CMYK cmyk(13%, 0%, 38%, 72%)
HSV hsv(80, 38%, 28%)
HWB hwb(80 17% 72%) color: hwb(80 17% 72%)
OKLCH oklch(0.3857 0.0448 123.47) color: oklch(0.3857 0.0448 123.47)
Lab lab(29.11 -9.1 15.03) color: lab(29.11 -9.1 15.03)
LCH lch(29.11 17.57 121.19) color: lch(29.11 17.57 121.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 9.65:1
vs Black 2.18:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: FAIL ✗

AAA Normal (7:1)

on White: PASS ✓

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#434334 — rgb(67, 67, 52)

Deuteranopia (Green-blind)

#424235 — rgb(66, 66, 53)

Tritanopia (Blue-blind)

#3F393A — rgb(63, 57, 58)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(81, 23%, 23%);

text

color: hsl(81, 23%, 23%);

border

border: 2px solid hsl(81, 23%, 23%);

gradient light

background: linear-gradient(to right, hsl(81, 23%, 43%), hsl(81, 23%, 23%));

gradient dark

background: linear-gradient(to right, hsl(81, 23%, 23%), hsl(81, 23%, 3%))

hex

background-color: #3F482D;

tailwind

bg-[hsl(81,23%,23%)]

box shadow

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

css variable

--color-primary: hsl(81, 23%, 23%);

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(81, 23%, 23%)?

HEX: #3F482D | RGB: rgb(63, 72, 45) | CMYK: 13%, 0%, 38%, 72% | HSV: 80°, 38%, 28%. Copy any format from the conversion table above.

What colors go well with #3F482D?

The complementary color is HSL(261, 23%, 23%). For a triadic harmony, use hues 81°, 201°, and 321°. For analogous combinations, try hues 51° and 111°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(81, 23%, 23%) in CSS?

As HSL: color: hsl(81, 23%, 23%); — As HEX: color: #3F482D; — As RGB: color: rgb(63, 72, 45); — Tailwind CSS: bg-[hsl(81,23%,23%)] — CSS variable: --color-primary: hsl(81, 23%, 23%);