HSL(125, 10%, 15%)

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(125,10%,15%)]

Color Conversions

Format Value CSS Usage
HSL hsl(125, 10%, 15%) color: hsl(125, 10%, 15%)
HEX #222A23 color: #222A23
RGB rgb(34, 42, 35) color: rgb(34, 42, 35)
CMYK cmyk(19%, 0%, 17%, 84%)
HSV hsv(128, 19%, 16%)
HWB hwb(128 13% 84%) color: hwb(128 13% 84%)
OKLCH oklch(0.2747 0.017 148.63) color: oklch(0.2747 0.017 148.63)
Lab lab(16.09 -5.27 3.42) color: lab(16.09 -5.27 3.42)
LCH lch(16.09 6.28 147.02) color: lch(16.09 6.28 147.02)

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 14.75:1
vs Black 1.42: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)

#252625 — rgb(37, 38, 37)

Deuteranopia (Green-blind)

#252425 — rgb(37, 36, 37)

Tritanopia (Blue-blind)

#222626 — rgb(34, 38, 38)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(125, 10%, 15%);

text

color: hsl(125, 10%, 15%);

border

border: 2px solid hsl(125, 10%, 15%);

gradient light

background: linear-gradient(to right, hsl(125, 10%, 35%), hsl(125, 10%, 15%));

gradient dark

background: linear-gradient(to right, hsl(125, 10%, 15%), hsl(125, 10%, 0%))

hex

background-color: #222A23;

tailwind

bg-[hsl(125,10%,15%)]

box shadow

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

css variable

--color-primary: hsl(125, 10%, 15%);

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(125, 10%, 15%)?

HEX: #222A23 | RGB: rgb(34, 42, 35) | CMYK: 19%, 0%, 17%, 84% | HSV: 128°, 19%, 16%. Copy any format from the conversion table above.

What colors go well with #222A23?

The complementary color is HSL(305, 10%, 15%). For a triadic harmony, use hues 125°, 245°, and 5°. For analogous combinations, try hues 95° and 155°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(125, 10%, 15%) in CSS?

As HSL: color: hsl(125, 10%, 15%); — As HEX: color: #222A23; — As RGB: color: rgb(34, 42, 35); — Tailwind CSS: bg-[hsl(125,10%,15%)] — CSS variable: --color-primary: hsl(125, 10%, 15%);