HSL(83, 48%, 38%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(83,48%,38%)]

Color Conversions

Format Value CSS Usage
HSL hsl(83, 48%, 38%) color: hsl(83, 48%, 38%)
HEX #6C8F32 color: #6C8F32
RGB rgb(108, 143, 50) color: rgb(108, 143, 50)
CMYK cmyk(24%, 0%, 65%, 44%)
HSV hsv(83, 65%, 56%)
HWB hwb(83 20% 44%) color: hwb(83 20% 44%)
OKLCH oklch(0.604 0.1274 127.41) color: oklch(0.604 0.1274 127.41)
Lab lab(55.14 -27.24 44.11) color: lab(55.14 -27.24 44.11)
LCH lch(55.14 51.84 121.7) color: lch(55.14 51.84 121.7)

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 3.74:1
vs Black 5.61:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#7B7B49 — rgb(123, 123, 73)

Deuteranopia (Green-blind)

#79774E — rgb(121, 119, 78)

Tritanopia (Blue-blind)

#6E5A5E — rgb(110, 90, 94)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(83, 48%, 38%);

text

color: hsl(83, 48%, 38%);

border

border: 2px solid hsl(83, 48%, 38%);

gradient light

background: linear-gradient(to right, hsl(83, 48%, 58%), hsl(83, 48%, 38%));

gradient dark

background: linear-gradient(to right, hsl(83, 48%, 38%), hsl(83, 48%, 18%))

hex

background-color: #6C8F32;

tailwind

bg-[hsl(83,48%,38%)]

box shadow

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

css variable

--color-primary: hsl(83, 48%, 38%);

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, 48%, 38%)?

HEX: #6C8F32 | RGB: rgb(108, 143, 50) | CMYK: 24%, 0%, 65%, 44% | HSV: 83°, 65%, 56%. Copy any format from the conversion table above.

What colors go well with #6C8F32?

The complementary color is HSL(263, 48%, 38%). 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, 48%, 38%) in CSS?

As HSL: color: hsl(83, 48%, 38%); — As HEX: color: #6C8F32; — As RGB: color: rgb(108, 143, 50); — Tailwind CSS: bg-[hsl(83,48%,38%)] — CSS variable: --color-primary: hsl(83, 48%, 38%);