HSL(83, 75%, 21%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(83,75%,21%)]

Color Conversions

Format Value CSS Usage
HSL hsl(83, 75%, 21%) color: hsl(83, 75%, 21%)
HEX #3F5E0D color: #3F5E0D
RGB rgb(63, 94, 13) color: rgb(63, 94, 13)
CMYK cmyk(33%, 0%, 86%, 63%)
HSV hsv(83, 86%, 37%)
HWB hwb(83 5% 63%) color: hwb(83 5% 63%)
OKLCH oklch(0.4415 0.1102 129.29) color: oklch(0.4415 0.1102 129.29)
Lab lab(36.16 -24.36 38.86) color: lab(36.16 -24.36 38.86)
LCH lch(36.16 45.86 122.08) color: lch(36.16 45.86 122.08)

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 7.45:1
vs Black 2.82: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)

#4C4D21 — rgb(76, 77, 33)

Deuteranopia (Green-blind)

#4B4825 — rgb(75, 72, 37)

Tritanopia (Blue-blind)

#413033 — rgb(65, 48, 51)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(83, 75%, 21%);

text

color: hsl(83, 75%, 21%);

border

border: 2px solid hsl(83, 75%, 21%);

gradient light

background: linear-gradient(to right, hsl(83, 75%, 41%), hsl(83, 75%, 21%));

gradient dark

background: linear-gradient(to right, hsl(83, 75%, 21%), hsl(83, 75%, 1%))

hex

background-color: #3F5E0D;

tailwind

bg-[hsl(83,75%,21%)]

box shadow

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

css variable

--color-primary: hsl(83, 75%, 21%);

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(83, 75%, 21%)?

HEX: #3F5E0D | RGB: rgb(63, 94, 13) | CMYK: 33%, 0%, 86%, 63% | HSV: 83°, 86%, 37%. Copy any format from the conversion table above.

What colors go well with #3F5E0D?

The complementary color is HSL(263, 75%, 21%). For a triadic harmony, use hues 83°, 203°, and 323°. For analogous combinations, try hues 53° and 113°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(83, 75%, 21%) in CSS?

As HSL: color: hsl(83, 75%, 21%); — As HEX: color: #3F5E0D; — As RGB: color: rgb(63, 94, 13); — Tailwind CSS: bg-[hsl(83,75%,21%)] — CSS variable: --color-primary: hsl(83, 75%, 21%);