HSL(147, 22%, 74%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(147,22%,74%)]

Color Conversions

Format Value CSS Usage
HSL hsl(147, 22%, 74%) color: hsl(147, 22%, 74%)
HEX #AECBBB color: #AECBBB
RGB rgb(174, 203, 187) color: rgb(174, 203, 187)
CMYK cmyk(14%, 0%, 8%, 20%)
HSV hsv(147, 14%, 80%)
HWB hwb(147 69% 20%) color: hwb(147 69% 20%)
OKLCH oklch(0.8161 0.0383 161.32) color: oklch(0.8161 0.0383 161.32)
Lab lab(79.21 -12.84 4.72) color: lab(79.21 -12.84 4.72)
LCH lch(79.21 13.68 159.82) color: lch(79.21 13.68 159.82)

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.06: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)

#BBBBBF — rgb(187, 187, 191)

Deuteranopia (Green-blind)

#B9B7C0 — rgb(185, 183, 192)

Tritanopia (Blue-blind)

#AFC2C3 — rgb(175, 194, 195)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(147, 22%, 74%);

text

color: hsl(147, 22%, 74%);

border

border: 2px solid hsl(147, 22%, 74%);

gradient light

background: linear-gradient(to right, hsl(147, 22%, 94%), hsl(147, 22%, 74%));

gradient dark

background: linear-gradient(to right, hsl(147, 22%, 74%), hsl(147, 22%, 54%))

hex

background-color: #AECBBB;

tailwind

bg-[hsl(147,22%,74%)]

box shadow

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

css variable

--color-primary: hsl(147, 22%, 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(147, 22%, 74%)?

HEX: #AECBBB | RGB: rgb(174, 203, 187) | CMYK: 14%, 0%, 8%, 20% | HSV: 147°, 14%, 80%. Copy any format from the conversion table above.

What colors go well with #AECBBB?

The complementary color is HSL(327, 22%, 74%). For a triadic harmony, use hues 147°, 267°, and 27°. For analogous combinations, try hues 117° and 177°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(147, 22%, 74%) in CSS?

As HSL: color: hsl(147, 22%, 74%); — As HEX: color: #AECBBB; — As RGB: color: rgb(174, 203, 187); — Tailwind CSS: bg-[hsl(147,22%,74%)] — CSS variable: --color-primary: hsl(147, 22%, 74%);