HSL(113, 97%, 84%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(113,97%,84%)]

Color Conversions

Format Value CSS Usage
HSL hsl(113, 97%, 84%) color: hsl(113, 97%, 84%)
HEX #B8FEAF color: #B8FEAF
RGB rgb(184, 254, 175) color: rgb(184, 254, 175)
CMYK cmyk(28%, 0%, 31%, 0%)
HSV hsv(113, 31%, 100%)
HWB hwb(113 69% 0%) color: hwb(113 69% 0%)
OKLCH oklch(0.9314 0.1259 141.72) color: oklch(0.9314 0.1259 141.72)
Lab lab(93.52 -36.26 31.03) color: lab(93.52 -36.26 31.03)
LCH lch(93.52 47.72 139.44) color: lch(93.52 47.72 139.44)

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.18:1
vs Black 17.83: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)

#D6D7C2 — rgb(214, 215, 194)

Deuteranopia (Green-blind)

#D2CDC7 — rgb(210, 205, 199)

Tritanopia (Blue-blind)

#BCD1D5 — rgb(188, 209, 213)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(113, 97%, 84%);

text

color: hsl(113, 97%, 84%);

border

border: 2px solid hsl(113, 97%, 84%);

gradient light

background: linear-gradient(to right, hsl(113, 97%, 100%), hsl(113, 97%, 84%));

gradient dark

background: linear-gradient(to right, hsl(113, 97%, 84%), hsl(113, 97%, 64%))

hex

background-color: #B8FEAF;

tailwind

bg-[hsl(113,97%,84%)]

box shadow

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

css variable

--color-primary: hsl(113, 97%, 84%);

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, 97%, 84%)?

HEX: #B8FEAF | RGB: rgb(184, 254, 175) | CMYK: 28%, 0%, 31%, 0% | HSV: 113°, 31%, 100%. Copy any format from the conversion table above.

What colors go well with #B8FEAF?

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

As HSL: color: hsl(113, 97%, 84%); — As HEX: color: #B8FEAF; — As RGB: color: rgb(184, 254, 175); — Tailwind CSS: bg-[hsl(113,97%,84%)] — CSS variable: --color-primary: hsl(113, 97%, 84%);