HSL(88, 52%, 27%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(88,52%,27%)]

Color Conversions

Format Value CSS Usage
HSL hsl(88, 52%, 27%) color: hsl(88, 52%, 27%)
HEX #476921 color: #476921
RGB rgb(71, 105, 33) color: rgb(71, 105, 33)
CMYK cmyk(32%, 0%, 69%, 59%)
HSV hsv(88, 69%, 41%)
HWB hwb(88 13% 59%) color: hwb(88 13% 59%)
OKLCH oklch(0.4785 0.1075 131.06) color: oklch(0.4785 0.1075 131.06)
Lab lab(40.5 -25.08 35.36) color: lab(40.5 -25.08 35.36)
LCH lch(40.5 43.35 125.35) color: lch(40.5 43.35 125.35)

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 6.34:1
vs Black 3.31:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#565632 — rgb(86, 86, 50)

Deuteranopia (Green-blind)

#545137 — rgb(84, 81, 55)

Tritanopia (Blue-blind)

#494043 — rgb(73, 64, 67)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(88, 52%, 27%);

text

color: hsl(88, 52%, 27%);

border

border: 2px solid hsl(88, 52%, 27%);

gradient light

background: linear-gradient(to right, hsl(88, 52%, 47%), hsl(88, 52%, 27%));

gradient dark

background: linear-gradient(to right, hsl(88, 52%, 27%), hsl(88, 52%, 7%))

hex

background-color: #476921;

tailwind

bg-[hsl(88,52%,27%)]

box shadow

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

css variable

--color-primary: hsl(88, 52%, 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(88, 52%, 27%)?

HEX: #476921 | RGB: rgb(71, 105, 33) | CMYK: 32%, 0%, 69%, 59% | HSV: 88°, 69%, 41%. Copy any format from the conversion table above.

What colors go well with #476921?

The complementary color is HSL(268, 52%, 27%). For a triadic harmony, use hues 88°, 208°, and 328°. For analogous combinations, try hues 58° and 118°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(88, 52%, 27%) in CSS?

As HSL: color: hsl(88, 52%, 27%); — As HEX: color: #476921; — As RGB: color: rgb(71, 105, 33); — Tailwind CSS: bg-[hsl(88,52%,27%)] — CSS variable: --color-primary: hsl(88, 52%, 27%);