HSL(140, 48%, 75%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(140,48%,75%)]

Color Conversions

Format Value CSS Usage
HSL hsl(140, 48%, 75%) color: hsl(140, 48%, 75%)
HEX #A1DEB5 color: #A1DEB5
RGB rgb(161, 222, 181) color: rgb(161, 222, 181)
CMYK cmyk(27%, 0%, 18%, 13%)
HSV hsv(140, 27%, 87%)
HWB hwb(140 64% 13%) color: hwb(140 64% 13%)
OKLCH oklch(0.848 0.0845 154.82) color: oklch(0.848 0.0845 154.82)
Lab lab(83.52 -27.63 13.96) color: lab(83.52 -27.63 13.96)
LCH lch(83.52 30.96 153.19) color: lch(83.52 30.96 153.19)

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 1.54:1
vs Black 13.63: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)

#BBBCBF — rgb(187, 188, 191)

Deuteranopia (Green-blind)

#B8B3C1 — rgb(184, 179, 193)

Tritanopia (Blue-blind)

#A4C7C8 — rgb(164, 199, 200)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(140, 48%, 75%);

text

color: hsl(140, 48%, 75%);

border

border: 2px solid hsl(140, 48%, 75%);

gradient light

background: linear-gradient(to right, hsl(140, 48%, 95%), hsl(140, 48%, 75%));

gradient dark

background: linear-gradient(to right, hsl(140, 48%, 75%), hsl(140, 48%, 55%))

hex

background-color: #A1DEB5;

tailwind

bg-[hsl(140,48%,75%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(140, 48%, 75%, 0.4);

css variable

--color-primary: hsl(140, 48%, 75%);

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(140, 48%, 75%)?

HEX: #A1DEB5 | RGB: rgb(161, 222, 181) | CMYK: 27%, 0%, 18%, 13% | HSV: 140°, 27%, 87%. Copy any format from the conversion table above.

What colors go well with #A1DEB5?

The complementary color is HSL(320, 48%, 75%). For a triadic harmony, use hues 140°, 260°, and 20°. For analogous combinations, try hues 110° and 170°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(140, 48%, 75%) in CSS?

As HSL: color: hsl(140, 48%, 75%); — As HEX: color: #A1DEB5; — As RGB: color: rgb(161, 222, 181); — Tailwind CSS: bg-[hsl(140,48%,75%)] — CSS variable: --color-primary: hsl(140, 48%, 75%);