HSL(113, 27%, 53%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(113,27%,53%)]

Color Conversions

Format Value CSS Usage
HSL hsl(113, 27%, 53%) color: hsl(113, 27%, 53%)
HEX #6EA867 color: #6EA867
RGB rgb(110, 168, 103) color: rgb(110, 168, 103)
CMYK cmyk(35%, 0%, 39%, 34%)
HSV hsv(114, 39%, 66%)
HWB hwb(114 40% 34%) color: hwb(114 40% 34%)
OKLCH oklch(0.675 0.1112 141.78) color: oklch(0.675 0.1112 141.78)
Lab lab(63.59 -32.02 27.75) color: lab(63.59 -32.02 27.75)
LCH lch(63.59 42.37 139.09) color: lch(63.59 42.37 139.09)

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 2.82:1
vs Black 7.46: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)

#878877 — rgb(135, 136, 119)

Deuteranopia (Green-blind)

#847F7B — rgb(132, 127, 123)

Tritanopia (Blue-blind)

#718386 — rgb(113, 131, 134)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(113, 27%, 53%);

text

color: hsl(113, 27%, 53%);

border

border: 2px solid hsl(113, 27%, 53%);

gradient light

background: linear-gradient(to right, hsl(113, 27%, 73%), hsl(113, 27%, 53%));

gradient dark

background: linear-gradient(to right, hsl(113, 27%, 53%), hsl(113, 27%, 33%))

hex

background-color: #6EA867;

tailwind

bg-[hsl(113,27%,53%)]

box shadow

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

css variable

--color-primary: hsl(113, 27%, 53%);

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, 27%, 53%)?

HEX: #6EA867 | RGB: rgb(110, 168, 103) | CMYK: 35%, 0%, 39%, 34% | HSV: 114°, 39%, 66%. Copy any format from the conversion table above.

What colors go well with #6EA867?

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

As HSL: color: hsl(113, 27%, 53%); — As HEX: color: #6EA867; — As RGB: color: rgb(110, 168, 103); — Tailwind CSS: bg-[hsl(113,27%,53%)] — CSS variable: --color-primary: hsl(113, 27%, 53%);