HSL(93, 10%, 30%)

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(93,10%,30%)]

Color Conversions

Format Value CSS Usage
HSL hsl(93, 10%, 30%) color: hsl(93, 10%, 30%)
HEX #4C5445 color: #4C5445
RGB rgb(76, 84, 69) color: rgb(76, 84, 69)
CMYK cmyk(10%, 0%, 18%, 67%)
HSV hsv(92, 18%, 33%)
HWB hwb(92 27% 67%) color: hwb(92 27% 67%)
OKLCH oklch(0.434 0.0261 130.41) color: oklch(0.434 0.0261 130.41)
Lab lab(34.61 -6.36 7.71) color: lab(34.61 -6.36 7.71)
LCH lch(34.61 9.99 129.52) color: lch(34.61 9.99 129.52)

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 7.89:1
vs Black 2.66: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)

#4F5049 — rgb(79, 80, 73)

Deuteranopia (Green-blind)

#4F4E4A — rgb(79, 78, 74)

Tritanopia (Blue-blind)

#4C4B4C — rgb(76, 75, 76)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(93, 10%, 30%);

text

color: hsl(93, 10%, 30%);

border

border: 2px solid hsl(93, 10%, 30%);

gradient light

background: linear-gradient(to right, hsl(93, 10%, 50%), hsl(93, 10%, 30%));

gradient dark

background: linear-gradient(to right, hsl(93, 10%, 30%), hsl(93, 10%, 10%))

hex

background-color: #4C5445;

tailwind

bg-[hsl(93,10%,30%)]

box shadow

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

css variable

--color-primary: hsl(93, 10%, 30%);

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(93, 10%, 30%)?

HEX: #4C5445 | RGB: rgb(76, 84, 69) | CMYK: 10%, 0%, 18%, 67% | HSV: 92°, 18%, 33%. Copy any format from the conversion table above.

What colors go well with #4C5445?

The complementary color is HSL(273, 10%, 30%). For a triadic harmony, use hues 93°, 213°, and 333°. For analogous combinations, try hues 63° and 123°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(93, 10%, 30%) in CSS?

As HSL: color: hsl(93, 10%, 30%); — As HEX: color: #4C5445; — As RGB: color: rgb(76, 84, 69); — Tailwind CSS: bg-[hsl(93,10%,30%)] — CSS variable: --color-primary: hsl(93, 10%, 30%);