HSL(146, 70%, 81%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(146,70%,81%)]

Color Conversions

Format Value CSS Usage
HSL hsl(146, 70%, 81%) color: hsl(146, 70%, 81%)
HEX #ADF0CA color: #ADF0CA
RGB rgb(173, 240, 202) color: rgb(173, 240, 202)
CMYK cmyk(28%, 0%, 16%, 6%)
HSV hsv(146, 28%, 94%)
HWB hwb(146 68% 6%) color: hwb(146 68% 6%)
OKLCH oklch(0.9001 0.0852 159.24) color: oklch(0.9001 0.0852 159.24)
Lab lab(89.61 -28.57 11.7) color: lab(89.61 -28.57 11.7)
LCH lch(89.61 30.87 157.73) color: lch(89.61 30.87 157.73)

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.3:1
vs Black 16.09: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)

#CACBD3 — rgb(202, 203, 211)

Deuteranopia (Green-blind)

#C6C1D5 — rgb(198, 193, 213)

Tritanopia (Blue-blind)

#B0DADC — rgb(176, 218, 220)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(146, 70%, 81%);

text

color: hsl(146, 70%, 81%);

border

border: 2px solid hsl(146, 70%, 81%);

gradient light

background: linear-gradient(to right, hsl(146, 70%, 100%), hsl(146, 70%, 81%));

gradient dark

background: linear-gradient(to right, hsl(146, 70%, 81%), hsl(146, 70%, 61%))

hex

background-color: #ADF0CA;

tailwind

bg-[hsl(146,70%,81%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(146, 70%, 81%, 0.4);

css variable

--color-primary: hsl(146, 70%, 81%);

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(146, 70%, 81%)?

HEX: #ADF0CA | RGB: rgb(173, 240, 202) | CMYK: 28%, 0%, 16%, 6% | HSV: 146°, 28%, 94%. Copy any format from the conversion table above.

What colors go well with #ADF0CA?

The complementary color is HSL(326, 70%, 81%). For a triadic harmony, use hues 146°, 266°, and 26°. For analogous combinations, try hues 116° and 176°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(146, 70%, 81%) in CSS?

As HSL: color: hsl(146, 70%, 81%); — As HEX: color: #ADF0CA; — As RGB: color: rgb(173, 240, 202); — Tailwind CSS: bg-[hsl(146,70%,81%)] — CSS variable: --color-primary: hsl(146, 70%, 81%);