HSL(114, 70%, 69%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(114,70%,69%)]

Color Conversions

Format Value CSS Usage
HSL hsl(114, 70%, 69%) color: hsl(114, 70%, 69%)
HEX #84E779 color: #84E779
RGB rgb(132, 231, 121) color: rgb(132, 231, 121)
CMYK cmyk(43%, 0%, 48%, 9%)
HSV hsv(114, 48%, 91%)
HWB hwb(114 47% 9%) color: hwb(114 47% 9%)
OKLCH oklch(0.8421 0.1742 141.81) color: oklch(0.8421 0.1742 141.81)
Lab lab(83.67 -50.17 44.45) color: lab(83.67 -50.17 44.45)
LCH lch(83.67 67.03 138.46) color: lch(83.67 67.03 138.46)

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.53:1
vs Black 13.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)

#AFB094 — rgb(175, 176, 148)

Deuteranopia (Green-blind)

#A9A29A — rgb(169, 162, 154)

Tritanopia (Blue-blind)

#89A9AD — rgb(137, 169, 173)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(114, 70%, 69%);

text

color: hsl(114, 70%, 69%);

border

border: 2px solid hsl(114, 70%, 69%);

gradient light

background: linear-gradient(to right, hsl(114, 70%, 89%), hsl(114, 70%, 69%));

gradient dark

background: linear-gradient(to right, hsl(114, 70%, 69%), hsl(114, 70%, 49%))

hex

background-color: #84E779;

tailwind

bg-[hsl(114,70%,69%)]

box shadow

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

css variable

--color-primary: hsl(114, 70%, 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(114, 70%, 69%)?

HEX: #84E779 | RGB: rgb(132, 231, 121) | CMYK: 43%, 0%, 48%, 9% | HSV: 114°, 48%, 91%. Copy any format from the conversion table above.

What colors go well with #84E779?

The complementary color is HSL(294, 70%, 69%). For a triadic harmony, use hues 114°, 234°, and 354°. For analogous combinations, try hues 84° and 144°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(114, 70%, 69%) in CSS?

As HSL: color: hsl(114, 70%, 69%); — As HEX: color: #84E779; — As RGB: color: rgb(132, 231, 121); — Tailwind CSS: bg-[hsl(114,70%,69%)] — CSS variable: --color-primary: hsl(114, 70%, 69%);