HSL(85, 20%, 27%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(85,20%,27%)]

Color Conversions

Format Value CSS Usage
HSL hsl(85, 20%, 27%) color: hsl(85, 20%, 27%)
HEX #475337 color: #475337
RGB rgb(71, 83, 55) color: rgb(71, 83, 55)
CMYK cmyk(14%, 0%, 34%, 67%)
HSV hsv(86, 34%, 33%)
HWB hwb(86 22% 67%) color: hwb(86 22% 67%)
OKLCH oklch(0.4236 0.0468 127.14) color: oklch(0.4236 0.0468 127.14)
Lab lab(33.57 -10.43 14.89) color: lab(33.57 -10.43 14.89)
LCH lch(33.57 18.18 125.01) color: lch(33.57 18.18 125.01)

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.2:1
vs Black 2.56: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)

#4C4C3E — rgb(76, 76, 62)

Deuteranopia (Green-blind)

#4C4B3F — rgb(76, 75, 63)

Tritanopia (Blue-blind)

#484344 — rgb(72, 67, 68)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(85, 20%, 27%);

text

color: hsl(85, 20%, 27%);

border

border: 2px solid hsl(85, 20%, 27%);

gradient light

background: linear-gradient(to right, hsl(85, 20%, 47%), hsl(85, 20%, 27%));

gradient dark

background: linear-gradient(to right, hsl(85, 20%, 27%), hsl(85, 20%, 7%))

hex

background-color: #475337;

tailwind

bg-[hsl(85,20%,27%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(85, 20%, 27%, 0.4);

css variable

--color-primary: hsl(85, 20%, 27%);

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(85, 20%, 27%)?

HEX: #475337 | RGB: rgb(71, 83, 55) | CMYK: 14%, 0%, 34%, 67% | HSV: 86°, 34%, 33%. Copy any format from the conversion table above.

What colors go well with #475337?

The complementary color is HSL(265, 20%, 27%). For a triadic harmony, use hues 85°, 205°, and 325°. For analogous combinations, try hues 55° and 115°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(85, 20%, 27%) in CSS?

As HSL: color: hsl(85, 20%, 27%); — As HEX: color: #475337; — As RGB: color: rgb(71, 83, 55); — Tailwind CSS: bg-[hsl(85,20%,27%)] — CSS variable: --color-primary: hsl(85, 20%, 27%);