HSL(65, 60%, 23%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(65,60%,23%)]

Color Conversions

Format Value CSS Usage
HSL hsl(65, 60%, 23%) color: hsl(65, 60%, 23%)
HEX #585E17 color: #585E17
RGB rgb(88, 94, 23) color: rgb(88, 94, 23)
CMYK cmyk(6%, 0%, 76%, 63%)
HSV hsv(65, 76%, 37%)
HWB hwb(65 9% 63%) color: hwb(65 9% 63%)
OKLCH oklch(0.4621 0.092 114.21) color: oklch(0.4621 0.092 114.21)
Lab lab(38.1 -12.4 37.69) color: lab(38.1 -12.4 37.69)
LCH lch(38.1 39.68 108.21) color: lch(38.1 39.68 108.21)

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.93:1
vs Black 3.03: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)

#5B5B28 — rgb(91, 91, 40)

Deuteranopia (Green-blind)

#5A5A2C — rgb(90, 90, 44)

Tritanopia (Blue-blind)

#583639 — rgb(88, 54, 57)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(65, 60%, 23%);

text

color: hsl(65, 60%, 23%);

border

border: 2px solid hsl(65, 60%, 23%);

gradient light

background: linear-gradient(to right, hsl(65, 60%, 43%), hsl(65, 60%, 23%));

gradient dark

background: linear-gradient(to right, hsl(65, 60%, 23%), hsl(65, 60%, 3%))

hex

background-color: #585E17;

tailwind

bg-[hsl(65,60%,23%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(65, 60%, 23%, 0.4);

css variable

--color-primary: hsl(65, 60%, 23%);

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(65, 60%, 23%)?

HEX: #585E17 | RGB: rgb(88, 94, 23) | CMYK: 6%, 0%, 76%, 63% | HSV: 65°, 76%, 37%. Copy any format from the conversion table above.

What colors go well with #585E17?

The complementary color is HSL(245, 60%, 23%). For a triadic harmony, use hues 65°, 185°, and 305°. For analogous combinations, try hues 35° and 95°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(65, 60%, 23%) in CSS?

As HSL: color: hsl(65, 60%, 23%); — As HEX: color: #585E17; — As RGB: color: rgb(88, 94, 23); — Tailwind CSS: bg-[hsl(65,60%,23%)] — CSS variable: --color-primary: hsl(65, 60%, 23%);