HSL(128, 24%, 73%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(128,24%,73%)]

Color Conversions

Format Value CSS Usage
HSL hsl(128, 24%, 73%) color: hsl(128, 24%, 73%)
HEX #AACBAE color: #AACBAE
RGB rgb(170, 203, 174) color: rgb(170, 203, 174)
CMYK cmyk(16%, 0%, 14%, 20%)
HSV hsv(127, 16%, 80%)
HWB hwb(127 67% 20%) color: hwb(127 67% 20%)
OKLCH oklch(0.8099 0.0536 148.46) color: oklch(0.8099 0.0536 148.46)
Lab lab(78.64 -16.61 10.84) color: lab(78.64 -16.61 10.84)
LCH lch(78.64 19.83 146.87) color: lch(78.64 19.83 146.87)

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.77:1
vs Black 11.86: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)

#B8B9B5 — rgb(184, 185, 181)

Deuteranopia (Green-blind)

#B6B4B7 — rgb(182, 180, 183)

Tritanopia (Blue-blind)

#ACBBBC — rgb(172, 187, 188)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(128, 24%, 73%);

text

color: hsl(128, 24%, 73%);

border

border: 2px solid hsl(128, 24%, 73%);

gradient light

background: linear-gradient(to right, hsl(128, 24%, 93%), hsl(128, 24%, 73%));

gradient dark

background: linear-gradient(to right, hsl(128, 24%, 73%), hsl(128, 24%, 53%))

hex

background-color: #AACBAE;

tailwind

bg-[hsl(128,24%,73%)]

box shadow

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

css variable

--color-primary: hsl(128, 24%, 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(128, 24%, 73%)?

HEX: #AACBAE | RGB: rgb(170, 203, 174) | CMYK: 16%, 0%, 14%, 20% | HSV: 127°, 16%, 80%. Copy any format from the conversion table above.

What colors go well with #AACBAE?

The complementary color is HSL(308, 24%, 73%). For a triadic harmony, use hues 128°, 248°, and 8°. For analogous combinations, try hues 98° and 158°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(128, 24%, 73%) in CSS?

As HSL: color: hsl(128, 24%, 73%); — As HEX: color: #AACBAE; — As RGB: color: rgb(170, 203, 174); — Tailwind CSS: bg-[hsl(128,24%,73%)] — CSS variable: --color-primary: hsl(128, 24%, 73%);