HSL(97, 26%, 44%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(97,26%,44%)]

Color Conversions

Format Value CSS Usage
HSL hsl(97, 26%, 44%) color: hsl(97, 26%, 44%)
HEX #698D53 color: #698D53
RGB rgb(105, 141, 83) color: rgb(105, 141, 83)
CMYK cmyk(26%, 0%, 41%, 45%)
HSV hsv(97, 41%, 55%)
HWB hwb(97 32% 45%) color: hwb(97 32% 45%)
OKLCH oklch(0.6016 0.0928 134.37) color: oklch(0.6016 0.0928 134.37)
Lab lab(54.74 -23.68 26.97) color: lab(54.74 -23.68 26.97)
LCH lch(54.74 35.89 131.28) color: lch(54.74 35.89 131.28)

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.79:1
vs Black 5.54: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)

#797961 — rgb(121, 121, 97)

Deuteranopia (Green-blind)

#777464 — rgb(119, 116, 100)

Tritanopia (Blue-blind)

#6B6C6F — rgb(107, 108, 111)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(97, 26%, 44%);

text

color: hsl(97, 26%, 44%);

border

border: 2px solid hsl(97, 26%, 44%);

gradient light

background: linear-gradient(to right, hsl(97, 26%, 64%), hsl(97, 26%, 44%));

gradient dark

background: linear-gradient(to right, hsl(97, 26%, 44%), hsl(97, 26%, 24%))

hex

background-color: #698D53;

tailwind

bg-[hsl(97,26%,44%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(97, 26%, 44%, 0.4);

css variable

--color-primary: hsl(97, 26%, 44%);

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(97, 26%, 44%)?

HEX: #698D53 | RGB: rgb(105, 141, 83) | CMYK: 26%, 0%, 41%, 45% | HSV: 97°, 41%, 55%. Copy any format from the conversion table above.

What colors go well with #698D53?

The complementary color is HSL(277, 26%, 44%). For a triadic harmony, use hues 97°, 217°, and 337°. For analogous combinations, try hues 67° and 127°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(97, 26%, 44%) in CSS?

As HSL: color: hsl(97, 26%, 44%); — As HEX: color: #698D53; — As RGB: color: rgb(105, 141, 83); — Tailwind CSS: bg-[hsl(97,26%,44%)] — CSS variable: --color-primary: hsl(97, 26%, 44%);