HSL(68, 22%, 58%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(68,22%,58%)]

Color Conversions

Format Value CSS Usage
HSL hsl(68, 22%, 58%) color: hsl(68, 22%, 58%)
HEX #A5AB7C color: #A5AB7C
RGB rgb(165, 171, 124) color: rgb(165, 171, 124)
CMYK cmyk(4%, 0%, 27%, 33%)
HSV hsv(68, 27%, 67%)
HWB hwb(68 49% 33%) color: hwb(68 49% 33%)
OKLCH oklch(0.7244 0.0648 113.95) color: oklch(0.7244 0.0648 113.95)
Lab lab(68.45 -10.04 23.56) color: lab(68.45 -10.04 23.56)
LCH lch(68.45 25.61 113.08) color: lch(68.45 25.61 113.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 2.41:1
vs Black 8.72:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: FAIL ✗ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#A8A887 — rgb(168, 168, 135)

Deuteranopia (Green-blind)

#A7A78A — rgb(167, 167, 138)

Tritanopia (Blue-blind)

#A59092 — rgb(165, 144, 146)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(68, 22%, 58%);

text

color: hsl(68, 22%, 58%);

border

border: 2px solid hsl(68, 22%, 58%);

gradient light

background: linear-gradient(to right, hsl(68, 22%, 78%), hsl(68, 22%, 58%));

gradient dark

background: linear-gradient(to right, hsl(68, 22%, 58%), hsl(68, 22%, 38%))

hex

background-color: #A5AB7C;

tailwind

bg-[hsl(68,22%,58%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(68, 22%, 58%, 0.4);

css variable

--color-primary: hsl(68, 22%, 58%);

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(68, 22%, 58%)?

HEX: #A5AB7C | RGB: rgb(165, 171, 124) | CMYK: 4%, 0%, 27%, 33% | HSV: 68°, 27%, 67%. Copy any format from the conversion table above.

What colors go well with #A5AB7C?

The complementary color is HSL(248, 22%, 58%). For a triadic harmony, use hues 68°, 188°, and 308°. For analogous combinations, try hues 38° and 98°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(68, 22%, 58%) in CSS?

As HSL: color: hsl(68, 22%, 58%); — As HEX: color: #A5AB7C; — As RGB: color: rgb(165, 171, 124); — Tailwind CSS: bg-[hsl(68,22%,58%)] — CSS variable: --color-primary: hsl(68, 22%, 58%);