HSL(148, 53%, 53%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(148,53%,53%)]

Color Conversions

Format Value CSS Usage
HSL hsl(148, 53%, 53%) color: hsl(148, 53%, 53%)
HEX #48C783 color: #48C783
RGB rgb(72, 199, 131) color: rgb(72, 199, 131)
CMYK cmyk(64%, 0%, 34%, 22%)
HSV hsv(148, 64%, 78%)
HWB hwb(148 28% 22%) color: hwb(148 28% 22%)
OKLCH oklch(0.7424 0.1497 156.16) color: oklch(0.7424 0.1497 156.16)
Lab lab(72.14 -50.44 24.02) color: lab(72.14 -50.44 24.02)
LCH lch(72.14 55.87 154.54) color: lch(72.14 55.87 154.54)

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.15:1
vs Black 9.77: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)

#7F8093 — rgb(127, 128, 147)

Deuteranopia (Green-blind)

#786E97 — rgb(120, 110, 151)

Tritanopia (Blue-blind)

#4EA0A3 — rgb(78, 160, 163)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(148, 53%, 53%);

text

color: hsl(148, 53%, 53%);

border

border: 2px solid hsl(148, 53%, 53%);

gradient light

background: linear-gradient(to right, hsl(148, 53%, 73%), hsl(148, 53%, 53%));

gradient dark

background: linear-gradient(to right, hsl(148, 53%, 53%), hsl(148, 53%, 33%))

hex

background-color: #48C783;

tailwind

bg-[hsl(148,53%,53%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(148, 53%, 53%, 0.4);

css variable

--color-primary: hsl(148, 53%, 53%);

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(148, 53%, 53%)?

HEX: #48C783 | RGB: rgb(72, 199, 131) | CMYK: 64%, 0%, 34%, 22% | HSV: 148°, 64%, 78%. Copy any format from the conversion table above.

What colors go well with #48C783?

The complementary color is HSL(328, 53%, 53%). For a triadic harmony, use hues 148°, 268°, and 28°. For analogous combinations, try hues 118° and 178°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(148, 53%, 53%) in CSS?

As HSL: color: hsl(148, 53%, 53%); — As HEX: color: #48C783; — As RGB: color: rgb(72, 199, 131); — Tailwind CSS: bg-[hsl(148,53%,53%)] — CSS variable: --color-primary: hsl(148, 53%, 53%);