HSL(125, 30%, 28%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(125,30%,28%)]

Color Conversions

Format Value CSS Usage
HSL hsl(125, 30%, 28%) color: hsl(125, 30%, 28%)
HEX #325D36 color: #325D36
RGB rgb(50, 93, 54) color: rgb(50, 93, 54)
CMYK cmyk(46%, 0%, 42%, 64%)
HSV hsv(126, 46%, 36%)
HWB hwb(126 19% 64%) color: hwb(126 19% 64%)
OKLCH oklch(0.4359 0.0795 146.1) color: oklch(0.4359 0.0795 146.1)
Lab lab(35.54 -24.25 17.86) color: lab(35.54 -24.25 17.86)
LCH lch(35.54 30.12 143.63) color: lch(35.54 30.12 143.63)

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.62:1
vs Black 2.75: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)

#45453F — rgb(69, 69, 63)

Deuteranopia (Green-blind)

#423F42 — rgb(66, 63, 66)

Tritanopia (Blue-blind)

#344749 — rgb(52, 71, 73)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(125, 30%, 28%);

text

color: hsl(125, 30%, 28%);

border

border: 2px solid hsl(125, 30%, 28%);

gradient light

background: linear-gradient(to right, hsl(125, 30%, 48%), hsl(125, 30%, 28%));

gradient dark

background: linear-gradient(to right, hsl(125, 30%, 28%), hsl(125, 30%, 8%))

hex

background-color: #325D36;

tailwind

bg-[hsl(125,30%,28%)]

box shadow

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

css variable

--color-primary: hsl(125, 30%, 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(125, 30%, 28%)?

HEX: #325D36 | RGB: rgb(50, 93, 54) | CMYK: 46%, 0%, 42%, 64% | HSV: 126°, 46%, 36%. Copy any format from the conversion table above.

What colors go well with #325D36?

The complementary color is HSL(305, 30%, 28%). For a triadic harmony, use hues 125°, 245°, and 5°. For analogous combinations, try hues 95° and 155°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(125, 30%, 28%) in CSS?

As HSL: color: hsl(125, 30%, 28%); — As HEX: color: #325D36; — As RGB: color: rgb(50, 93, 54); — Tailwind CSS: bg-[hsl(125,30%,28%)] — CSS variable: --color-primary: hsl(125, 30%, 28%);