HSL(97, 10%, 27%)

Grayish Green — Green color

Adjust Color

Color Information

Color Name

Grayish Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

N/A

CSS Class

bg-[hsl(97,10%,27%)]

Color Conversions

Format Value CSS Usage
HSL hsl(97, 10%, 27%) color: hsl(97, 10%, 27%)
HEX #434C3E color: #434C3E
RGB rgb(67, 76, 62) color: rgb(67, 76, 62)
CMYK cmyk(12%, 0%, 18%, 70%)
HSV hsv(99, 18%, 30%)
HWB hwb(99 25% 70%) color: hwb(99 25% 70%)
OKLCH oklch(0.4039 0.0257 134.35) color: oklch(0.4039 0.0257 134.35)
Lab lab(31.14 -6.69 7.13) color: lab(31.14 -6.69 7.13)
LCH lch(31.14 9.78 133.18) color: lch(31.14 9.78 133.18)

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 8.97:1
vs Black 2.34: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)

#474741 — rgb(71, 71, 65)

Deuteranopia (Green-blind)

#464642 — rgb(70, 70, 66)

Tritanopia (Blue-blind)

#434445 — rgb(67, 68, 69)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(97, 10%, 27%);

text

color: hsl(97, 10%, 27%);

border

border: 2px solid hsl(97, 10%, 27%);

gradient light

background: linear-gradient(to right, hsl(97, 10%, 47%), hsl(97, 10%, 27%));

gradient dark

background: linear-gradient(to right, hsl(97, 10%, 27%), hsl(97, 10%, 7%))

hex

background-color: #434C3E;

tailwind

bg-[hsl(97,10%,27%)]

box shadow

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

css variable

--color-primary: hsl(97, 10%, 27%);

Related Colors

Use Cases for Grayish Green

Success states Eco/nature brands Finance apps Health apps Confirm buttons

Frequently Asked Questions

What are all the color codes for HSL(97, 10%, 27%)?

HEX: #434C3E | RGB: rgb(67, 76, 62) | CMYK: 12%, 0%, 18%, 70% | HSV: 99°, 18%, 30%. Copy any format from the conversion table above.

What colors go well with #434C3E?

The complementary color is HSL(277, 10%, 27%). 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, 10%, 27%) in CSS?

As HSL: color: hsl(97, 10%, 27%); — As HEX: color: #434C3E; — As RGB: color: rgb(67, 76, 62); — Tailwind CSS: bg-[hsl(97,10%,27%)] — CSS variable: --color-primary: hsl(97, 10%, 27%);