HSL(133, 40%, 52%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(133,40%,52%)]

Color Conversions

Format Value CSS Usage
HSL hsl(133, 40%, 52%) color: hsl(133, 40%, 52%)
HEX #54B669 color: #54B669
RGB rgb(84, 182, 105) color: rgb(84, 182, 105)
CMYK cmyk(54%, 0%, 42%, 29%)
HSV hsv(133, 54%, 71%)
HWB hwb(133 33% 29%) color: hwb(133 33% 29%)
OKLCH oklch(0.6981 0.1449 148.52) color: oklch(0.6981 0.1449 148.52)
Lab lab(66.79 -45.59 30.65) color: lab(66.79 -45.59 30.65)
LCH lch(66.79 54.94 146.09) color: lch(66.79 54.94 146.09)

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 2.54:1
vs Black 8.27:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: FAIL ✗ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#7E7F7C — rgb(126, 127, 124)

Deuteranopia (Green-blind)

#797180 — rgb(121, 113, 128)

Tritanopia (Blue-blind)

#598A8E — rgb(89, 138, 142)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(133, 40%, 52%);

text

color: hsl(133, 40%, 52%);

border

border: 2px solid hsl(133, 40%, 52%);

gradient light

background: linear-gradient(to right, hsl(133, 40%, 72%), hsl(133, 40%, 52%));

gradient dark

background: linear-gradient(to right, hsl(133, 40%, 52%), hsl(133, 40%, 32%))

hex

background-color: #54B669;

tailwind

bg-[hsl(133,40%,52%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(133, 40%, 52%, 0.4);

css variable

--color-primary: hsl(133, 40%, 52%);

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(133, 40%, 52%)?

HEX: #54B669 | RGB: rgb(84, 182, 105) | CMYK: 54%, 0%, 42%, 29% | HSV: 133°, 54%, 71%. Copy any format from the conversion table above.

What colors go well with #54B669?

The complementary color is HSL(313, 40%, 52%). For a triadic harmony, use hues 133°, 253°, and 13°. For analogous combinations, try hues 103° and 163°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(133, 40%, 52%) in CSS?

As HSL: color: hsl(133, 40%, 52%); — As HEX: color: #54B669; — As RGB: color: rgb(84, 182, 105); — Tailwind CSS: bg-[hsl(133,40%,52%)] — CSS variable: --color-primary: hsl(133, 40%, 52%);