HSL(100, 10%, 23%)

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(100,10%,23%)]

Color Conversions

Format Value CSS Usage
HSL hsl(100, 10%, 23%) color: hsl(100, 10%, 23%)
HEX #394135 color: #394135
RGB rgb(57, 65, 53) color: rgb(57, 65, 53)
CMYK cmyk(12%, 0%, 18%, 75%)
HSV hsv(100, 18%, 25%)
HWB hwb(100 21% 75%) color: hwb(100 21% 75%)
OKLCH oklch(0.3639 0.0228 135.15) color: oklch(0.3639 0.0228 135.15)
Lab lab(26.47 -6.01 6.23) color: lab(26.47 -6.01 6.23)
LCH lch(26.47 8.66 133.97) color: lch(26.47 8.66 133.97)

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 10.6:1
vs Black 1.98: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)

#3C3D38 — rgb(60, 61, 56)

Deuteranopia (Green-blind)

#3C3B39 — rgb(60, 59, 57)

Tritanopia (Blue-blind)

#393A3B — rgb(57, 58, 59)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(100, 10%, 23%);

text

color: hsl(100, 10%, 23%);

border

border: 2px solid hsl(100, 10%, 23%);

gradient light

background: linear-gradient(to right, hsl(100, 10%, 43%), hsl(100, 10%, 23%));

gradient dark

background: linear-gradient(to right, hsl(100, 10%, 23%), hsl(100, 10%, 3%))

hex

background-color: #394135;

tailwind

bg-[hsl(100,10%,23%)]

box shadow

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

css variable

--color-primary: hsl(100, 10%, 23%);

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(100, 10%, 23%)?

HEX: #394135 | RGB: rgb(57, 65, 53) | CMYK: 12%, 0%, 18%, 75% | HSV: 100°, 18%, 25%. Copy any format from the conversion table above.

What colors go well with #394135?

The complementary color is HSL(280, 10%, 23%). For a triadic harmony, use hues 100°, 220°, and 340°. For analogous combinations, try hues 70° and 130°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(100, 10%, 23%) in CSS?

As HSL: color: hsl(100, 10%, 23%); — As HEX: color: #394135; — As RGB: color: rgb(57, 65, 53); — Tailwind CSS: bg-[hsl(100,10%,23%)] — CSS variable: --color-primary: hsl(100, 10%, 23%);