HSL(142, 32%, 74%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(142,32%,74%)]

Color Conversions

Format Value CSS Usage
HSL hsl(142, 32%, 74%) color: hsl(142, 32%, 74%)
HEX #A7D2B7 color: #A7D2B7
RGB rgb(167, 210, 183) color: rgb(167, 210, 183)
CMYK cmyk(20%, 0%, 13%, 18%)
HSV hsv(142, 20%, 82%)
HWB hwb(142 66% 18%) color: hwb(142 66% 18%)
OKLCH oklch(0.8255 0.0589 157.29) color: oklch(0.8255 0.0589 157.29)
Lab lab(80.59 -19.46 8.78) color: lab(80.59 -19.46 8.78)
LCH lch(80.59 21.35 155.72) color: lch(80.59 21.35 155.72)

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.67:1
vs Black 12.55: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)

#BABABE — rgb(186, 186, 190)

Deuteranopia (Green-blind)

#B7B4BF — rgb(183, 180, 191)

Tritanopia (Blue-blind)

#A9C3C4 — rgb(169, 195, 196)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(142, 32%, 74%);

text

color: hsl(142, 32%, 74%);

border

border: 2px solid hsl(142, 32%, 74%);

gradient light

background: linear-gradient(to right, hsl(142, 32%, 94%), hsl(142, 32%, 74%));

gradient dark

background: linear-gradient(to right, hsl(142, 32%, 74%), hsl(142, 32%, 54%))

hex

background-color: #A7D2B7;

tailwind

bg-[hsl(142,32%,74%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(142, 32%, 74%, 0.4);

css variable

--color-primary: hsl(142, 32%, 74%);

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(142, 32%, 74%)?

HEX: #A7D2B7 | RGB: rgb(167, 210, 183) | CMYK: 20%, 0%, 13%, 18% | HSV: 142°, 20%, 82%. Copy any format from the conversion table above.

What colors go well with #A7D2B7?

The complementary color is HSL(322, 32%, 74%). For a triadic harmony, use hues 142°, 262°, and 22°. For analogous combinations, try hues 112° and 172°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(142, 32%, 74%) in CSS?

As HSL: color: hsl(142, 32%, 74%); — As HEX: color: #A7D2B7; — As RGB: color: rgb(167, 210, 183); — Tailwind CSS: bg-[hsl(142,32%,74%)] — CSS variable: --color-primary: hsl(142, 32%, 74%);