HSL(147, 70%, 83%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(147,70%,83%)]

Color Conversions

Format Value CSS Usage
HSL hsl(147, 70%, 83%) color: hsl(147, 70%, 83%)
HEX #B5F2D1 color: #B5F2D1
RGB rgb(181, 242, 209) color: rgb(181, 242, 209)
CMYK cmyk(25%, 0%, 14%, 5%)
HSV hsv(148, 25%, 95%)
HWB hwb(148 71% 5%) color: hwb(148 71% 5%)
OKLCH oklch(0.9109 0.0765 160.75) color: oklch(0.9109 0.0765 160.75)
Lab lab(90.75 -25.76 9.75) color: lab(90.75 -25.76 9.75)
LCH lch(90.75 27.54 159.27) color: lch(90.75 27.54 159.27)

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.27:1
vs Black 16.59: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)

#CFD0D9 — rgb(207, 208, 217)

Deuteranopia (Green-blind)

#CCC7DB — rgb(204, 199, 219)

Tritanopia (Blue-blind)

#B8DFE1 — rgb(184, 223, 225)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(147, 70%, 83%);

text

color: hsl(147, 70%, 83%);

border

border: 2px solid hsl(147, 70%, 83%);

gradient light

background: linear-gradient(to right, hsl(147, 70%, 100%), hsl(147, 70%, 83%));

gradient dark

background: linear-gradient(to right, hsl(147, 70%, 83%), hsl(147, 70%, 63%))

hex

background-color: #B5F2D1;

tailwind

bg-[hsl(147,70%,83%)]

box shadow

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

css variable

--color-primary: hsl(147, 70%, 83%);

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, 70%, 83%)?

HEX: #B5F2D1 | RGB: rgb(181, 242, 209) | CMYK: 25%, 0%, 14%, 5% | HSV: 148°, 25%, 95%. Copy any format from the conversion table above.

What colors go well with #B5F2D1?

The complementary color is HSL(327, 70%, 83%). 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, 70%, 83%) in CSS?

As HSL: color: hsl(147, 70%, 83%); — As HEX: color: #B5F2D1; — As RGB: color: rgb(181, 242, 209); — Tailwind CSS: bg-[hsl(147,70%,83%)] — CSS variable: --color-primary: hsl(147, 70%, 83%);