HSL(74, 20%, 64%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(74,20%,64%)]

Color Conversions

Format Value CSS Usage
HSL hsl(74, 20%, 64%) color: hsl(74, 20%, 64%)
HEX #ADB691 color: #ADB691
RGB rgb(173, 182, 145) color: rgb(173, 182, 145)
CMYK cmyk(5%, 0%, 20%, 29%)
HSV hsv(75, 20%, 71%)
HWB hwb(75 57% 29%) color: hwb(75 57% 29%)
OKLCH oklch(0.7593 0.052 118.75) color: oklch(0.7593 0.052 118.75)
Lab lab(72.48 -9.63 17.82) color: lab(72.48 -9.63 17.82)
LCH lch(72.48 20.26 118.39) color: lch(72.48 20.26 118.39)

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.13:1
vs Black 9.88: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)

#B1B19A — rgb(177, 177, 154)

Deuteranopia (Green-blind)

#B0B09C — rgb(176, 176, 156)

Tritanopia (Blue-blind)

#ADA1A3 — rgb(173, 161, 163)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(74, 20%, 64%);

text

color: hsl(74, 20%, 64%);

border

border: 2px solid hsl(74, 20%, 64%);

gradient light

background: linear-gradient(to right, hsl(74, 20%, 84%), hsl(74, 20%, 64%));

gradient dark

background: linear-gradient(to right, hsl(74, 20%, 64%), hsl(74, 20%, 44%))

hex

background-color: #ADB691;

tailwind

bg-[hsl(74,20%,64%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(74, 20%, 64%, 0.4);

css variable

--color-primary: hsl(74, 20%, 64%);

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(74, 20%, 64%)?

HEX: #ADB691 | RGB: rgb(173, 182, 145) | CMYK: 5%, 0%, 20%, 29% | HSV: 75°, 20%, 71%. Copy any format from the conversion table above.

What colors go well with #ADB691?

The complementary color is HSL(254, 20%, 64%). For a triadic harmony, use hues 74°, 194°, and 314°. For analogous combinations, try hues 44° and 104°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(74, 20%, 64%) in CSS?

As HSL: color: hsl(74, 20%, 64%); — As HEX: color: #ADB691; — As RGB: color: rgb(173, 182, 145); — Tailwind CSS: bg-[hsl(74,20%,64%)] — CSS variable: --color-primary: hsl(74, 20%, 64%);