HSL(123, 10%, 55%)

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(123,10%,55%)]

Color Conversions

Format Value CSS Usage
HSL hsl(123, 10%, 55%) color: hsl(123, 10%, 55%)
HEX #819882 color: #819882
RGB rgb(129, 152, 130) color: rgb(129, 152, 130)
CMYK cmyk(15%, 0%, 14%, 40%)
HSV hsv(123, 15%, 60%)
HWB hwb(123 51% 40%) color: hwb(123 51% 40%)
OKLCH oklch(0.6553 0.0414 146.25) color: oklch(0.6553 0.0414 146.25)
Lab lab(60.55 -12.56 8.89) color: lab(60.55 -12.56 8.89)
LCH lch(60.55 15.39 144.71) color: lch(60.55 15.39 144.71)

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.11:1
vs Black 6.75: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)

#8B8B87 — rgb(139, 139, 135)

Deuteranopia (Green-blind)

#8A8889 — rgb(138, 136, 137)

Tritanopia (Blue-blind)

#828C8C — rgb(130, 140, 140)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(123, 10%, 55%);

text

color: hsl(123, 10%, 55%);

border

border: 2px solid hsl(123, 10%, 55%);

gradient light

background: linear-gradient(to right, hsl(123, 10%, 75%), hsl(123, 10%, 55%));

gradient dark

background: linear-gradient(to right, hsl(123, 10%, 55%), hsl(123, 10%, 35%))

hex

background-color: #819882;

tailwind

bg-[hsl(123,10%,55%)]

box shadow

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

css variable

--color-primary: hsl(123, 10%, 55%);

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(123, 10%, 55%)?

HEX: #819882 | RGB: rgb(129, 152, 130) | CMYK: 15%, 0%, 14%, 40% | HSV: 123°, 15%, 60%. Copy any format from the conversion table above.

What colors go well with #819882?

The complementary color is HSL(303, 10%, 55%). For a triadic harmony, use hues 123°, 243°, and 3°. For analogous combinations, try hues 93° and 153°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(123, 10%, 55%) in CSS?

As HSL: color: hsl(123, 10%, 55%); — As HEX: color: #819882; — As RGB: color: rgb(129, 152, 130); — Tailwind CSS: bg-[hsl(123,10%,55%)] — CSS variable: --color-primary: hsl(123, 10%, 55%);