HSL(113, 35%, 71%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(113,35%,71%)]

Color Conversions

Format Value CSS Usage
HSL hsl(113, 35%, 71%) color: hsl(113, 35%, 71%)
HEX #A1CF9B color: #A1CF9B
RGB rgb(161, 207, 155) color: rgb(161, 207, 155)
CMYK cmyk(22%, 0%, 25%, 19%)
HSV hsv(113, 25%, 81%)
HWB hwb(113 61% 19%) color: hwb(113 61% 19%)
OKLCH oklch(0.8083 0.0866 141.78) color: oklch(0.8083 0.0866 141.78)
Lab lab(78.79 -24.97 21.07) color: lab(78.79 -24.97 21.07)
LCH lch(78.79 32.67 139.84) color: lch(78.79 32.67 139.84)

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.76:1
vs Black 11.91: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)

#B5B5A8 — rgb(181, 181, 168)

Deuteranopia (Green-blind)

#B2AFAB — rgb(178, 175, 171)

Tritanopia (Blue-blind)

#A3B2B4 — rgb(163, 178, 180)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(113, 35%, 71%);

text

color: hsl(113, 35%, 71%);

border

border: 2px solid hsl(113, 35%, 71%);

gradient light

background: linear-gradient(to right, hsl(113, 35%, 91%), hsl(113, 35%, 71%));

gradient dark

background: linear-gradient(to right, hsl(113, 35%, 71%), hsl(113, 35%, 51%))

hex

background-color: #A1CF9B;

tailwind

bg-[hsl(113,35%,71%)]

box shadow

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

css variable

--color-primary: hsl(113, 35%, 71%);

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(113, 35%, 71%)?

HEX: #A1CF9B | RGB: rgb(161, 207, 155) | CMYK: 22%, 0%, 25%, 19% | HSV: 113°, 25%, 81%. Copy any format from the conversion table above.

What colors go well with #A1CF9B?

The complementary color is HSL(293, 35%, 71%). For a triadic harmony, use hues 113°, 233°, and 353°. For analogous combinations, try hues 83° and 143°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(113, 35%, 71%) in CSS?

As HSL: color: hsl(113, 35%, 71%); — As HEX: color: #A1CF9B; — As RGB: color: rgb(161, 207, 155); — Tailwind CSS: bg-[hsl(113,35%,71%)] — CSS variable: --color-primary: hsl(113, 35%, 71%);