HSL(88, 45%, 69%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(88,45%,69%)]

Color Conversions

Format Value CSS Usage
HSL hsl(88, 45%, 69%) color: hsl(88, 45%, 69%)
HEX #B2D48C color: #B2D48C
RGB rgb(178, 212, 140) color: rgb(178, 212, 140)
CMYK cmyk(16%, 0%, 34%, 17%)
HSV hsv(88, 34%, 83%)
HWB hwb(88 55% 17%) color: hwb(88 55% 17%)
OKLCH oklch(0.8277 0.1025 128.98) color: oklch(0.8277 0.1025 128.98)
Lab lab(80.99 -23.68 32.02) color: lab(80.99 -23.68 32.02)
LCH lch(80.99 39.82 126.48) color: lch(80.99 39.82 126.48)

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.65:1
vs Black 12.69: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)

#C1C19D — rgb(193, 193, 157)

Deuteranopia (Green-blind)

#BFBCA2 — rgb(191, 188, 162)

Tritanopia (Blue-blind)

#B4ABAE — rgb(180, 171, 174)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(88, 45%, 69%);

text

color: hsl(88, 45%, 69%);

border

border: 2px solid hsl(88, 45%, 69%);

gradient light

background: linear-gradient(to right, hsl(88, 45%, 89%), hsl(88, 45%, 69%));

gradient dark

background: linear-gradient(to right, hsl(88, 45%, 69%), hsl(88, 45%, 49%))

hex

background-color: #B2D48C;

tailwind

bg-[hsl(88,45%,69%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(88, 45%, 69%, 0.4);

css variable

--color-primary: hsl(88, 45%, 69%);

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(88, 45%, 69%)?

HEX: #B2D48C | RGB: rgb(178, 212, 140) | CMYK: 16%, 0%, 34%, 17% | HSV: 88°, 34%, 83%. Copy any format from the conversion table above.

What colors go well with #B2D48C?

The complementary color is HSL(268, 45%, 69%). For a triadic harmony, use hues 88°, 208°, and 328°. For analogous combinations, try hues 58° and 118°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(88, 45%, 69%) in CSS?

As HSL: color: hsl(88, 45%, 69%); — As HEX: color: #B2D48C; — As RGB: color: rgb(178, 212, 140); — Tailwind CSS: bg-[hsl(88,45%,69%)] — CSS variable: --color-primary: hsl(88, 45%, 69%);