HSL(144, 21%, 28%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(144,21%,28%)]

Color Conversions

Format Value CSS Usage
HSL hsl(144, 21%, 28%) color: hsl(144, 21%, 28%)
HEX #385644 color: #385644
RGB rgb(56, 86, 68) color: rgb(56, 86, 68)
CMYK cmyk(35%, 0%, 21%, 66%)
HSV hsv(144, 35%, 34%)
HWB hwb(144 22% 66%) color: hwb(144 22% 66%)
OKLCH oklch(0.4237 0.0467 157.37) color: oklch(0.4237 0.0467 157.37)
Lab lab(33.8 -15.56 6.99) color: lab(33.8 -15.56 6.99)
LCH lch(33.8 17.06 155.81) color: lch(33.8 17.06 155.81)

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 8.13:1
vs Black 2.58: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)

#454548 — rgb(69, 69, 72)

Deuteranopia (Green-blind)

#434149 — rgb(67, 65, 73)

Tritanopia (Blue-blind)

#3A4C4D — rgb(58, 76, 77)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(144, 21%, 28%);

text

color: hsl(144, 21%, 28%);

border

border: 2px solid hsl(144, 21%, 28%);

gradient light

background: linear-gradient(to right, hsl(144, 21%, 48%), hsl(144, 21%, 28%));

gradient dark

background: linear-gradient(to right, hsl(144, 21%, 28%), hsl(144, 21%, 8%))

hex

background-color: #385644;

tailwind

bg-[hsl(144,21%,28%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(144, 21%, 28%, 0.4);

css variable

--color-primary: hsl(144, 21%, 28%);

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(144, 21%, 28%)?

HEX: #385644 | RGB: rgb(56, 86, 68) | CMYK: 35%, 0%, 21%, 66% | HSV: 144°, 35%, 34%. Copy any format from the conversion table above.

What colors go well with #385644?

The complementary color is HSL(324, 21%, 28%). For a triadic harmony, use hues 144°, 264°, and 24°. For analogous combinations, try hues 114° and 174°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(144, 21%, 28%) in CSS?

As HSL: color: hsl(144, 21%, 28%); — As HEX: color: #385644; — As RGB: color: rgb(56, 86, 68); — Tailwind CSS: bg-[hsl(144,21%,28%)] — CSS variable: --color-primary: hsl(144, 21%, 28%);