HSL(113, 27%, 73%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(113,27%,73%)]

Color Conversions

Format Value CSS Usage
HSL hsl(113, 27%, 73%) color: hsl(113, 27%, 73%)
HEX #ACCDA8 color: #ACCDA8
RGB rgb(172, 205, 168) color: rgb(172, 205, 168)
CMYK cmyk(16%, 0%, 18%, 20%)
HSV hsv(114, 18%, 80%)
HWB hwb(114 66% 20%) color: hwb(114 66% 20%)
OKLCH oklch(0.8141 0.0621 142.09) color: oklch(0.8141 0.0621 142.09)
Lab lab(79.19 -17.99 14.83) color: lab(79.19 -17.99 14.83)
LCH lch(79.19 23.31 140.5) color: lch(79.19 23.31 140.5)

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.74:1
vs Black 12.05: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)

#BABBB1 — rgb(186, 187, 177)

Deuteranopia (Green-blind)

#B8B6B3 — rgb(184, 182, 179)

Tritanopia (Blue-blind)

#AEB8BA — rgb(174, 184, 186)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(113, 27%, 73%);

text

color: hsl(113, 27%, 73%);

border

border: 2px solid hsl(113, 27%, 73%);

gradient light

background: linear-gradient(to right, hsl(113, 27%, 93%), hsl(113, 27%, 73%));

gradient dark

background: linear-gradient(to right, hsl(113, 27%, 73%), hsl(113, 27%, 53%))

hex

background-color: #ACCDA8;

tailwind

bg-[hsl(113,27%,73%)]

box shadow

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

css variable

--color-primary: hsl(113, 27%, 73%);

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, 27%, 73%)?

HEX: #ACCDA8 | RGB: rgb(172, 205, 168) | CMYK: 16%, 0%, 18%, 20% | HSV: 114°, 18%, 80%. Copy any format from the conversion table above.

What colors go well with #ACCDA8?

The complementary color is HSL(293, 27%, 73%). 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, 27%, 73%) in CSS?

As HSL: color: hsl(113, 27%, 73%); — As HEX: color: #ACCDA8; — As RGB: color: rgb(172, 205, 168); — Tailwind CSS: bg-[hsl(113,27%,73%)] — CSS variable: --color-primary: hsl(113, 27%, 73%);