HSL(147, 23%, 35%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(147,23%,35%)]

Color Conversions

Format Value CSS Usage
HSL hsl(147, 23%, 35%) color: hsl(147, 23%, 35%)
HEX #456E57 color: #456E57
RGB rgb(69, 110, 87) color: rgb(69, 110, 87)
CMYK cmyk(37%, 0%, 21%, 57%)
HSV hsv(146, 37%, 43%)
HWB hwb(146 27% 57%) color: hwb(146 27% 57%)
OKLCH oklch(0.5008 0.0592 158.75) color: oklch(0.5008 0.0592 158.75)
Lab lab(42.92 -19.91 8.35) color: lab(42.92 -19.91 8.35)
LCH lch(42.92 21.59 157.25) color: lch(42.92 21.59 157.25)

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 5.8:1
vs Black 3.62:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#57575D — rgb(87, 87, 93)

Deuteranopia (Green-blind)

#54515E — rgb(84, 81, 94)

Tritanopia (Blue-blind)

#476162 — rgb(71, 97, 98)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(147, 23%, 35%);

text

color: hsl(147, 23%, 35%);

border

border: 2px solid hsl(147, 23%, 35%);

gradient light

background: linear-gradient(to right, hsl(147, 23%, 55%), hsl(147, 23%, 35%));

gradient dark

background: linear-gradient(to right, hsl(147, 23%, 35%), hsl(147, 23%, 15%))

hex

background-color: #456E57;

tailwind

bg-[hsl(147,23%,35%)]

box shadow

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

css variable

--color-primary: hsl(147, 23%, 35%);

Related Colors

Use Cases for Green

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

Frequently Asked Questions

What are all the color codes for HSL(147, 23%, 35%)?

HEX: #456E57 | RGB: rgb(69, 110, 87) | CMYK: 37%, 0%, 21%, 57% | HSV: 146°, 37%, 43%. Copy any format from the conversion table above.

What colors go well with #456E57?

The complementary color is HSL(327, 23%, 35%). For a triadic harmony, use hues 147°, 267°, and 27°. For analogous combinations, try hues 117° and 177°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(147, 23%, 35%) in CSS?

As HSL: color: hsl(147, 23%, 35%); — As HEX: color: #456E57; — As RGB: color: rgb(69, 110, 87); — Tailwind CSS: bg-[hsl(147,23%,35%)] — CSS variable: --color-primary: hsl(147, 23%, 35%);