HSL(107, 15%, 68%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

N/A

CSS Class

bg-[hsl(107,15%,68%)]

Color Conversions

Format Value CSS Usage
HSL hsl(107, 15%, 68%) color: hsl(107, 15%, 68%)
HEX #A6BAA1 color: #A6BAA1
RGB rgb(166, 186, 161) color: rgb(166, 186, 161)
CMYK cmyk(11%, 0%, 13%, 27%)
HSV hsv(108, 13%, 73%)
HWB hwb(108 64% 27%) color: hwb(108 64% 27%)
OKLCH oklch(0.7666 0.0414 139.43) color: oklch(0.7666 0.0414 139.43)
Lab lab(73.41 -11.6 10.38) color: lab(73.41 -11.6 10.38)
LCH lch(73.41 15.57 138.18) color: lch(73.41 15.57 138.18)

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.07:1
vs Black 10.16: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)

#AFAFA7 — rgb(175, 175, 167)

Deuteranopia (Green-blind)

#AEACA9 — rgb(174, 172, 169)

Tritanopia (Blue-blind)

#A7ACAD — rgb(167, 172, 173)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(107, 15%, 68%);

text

color: hsl(107, 15%, 68%);

border

border: 2px solid hsl(107, 15%, 68%);

gradient light

background: linear-gradient(to right, hsl(107, 15%, 88%), hsl(107, 15%, 68%));

gradient dark

background: linear-gradient(to right, hsl(107, 15%, 68%), hsl(107, 15%, 48%))

hex

background-color: #A6BAA1;

tailwind

bg-[hsl(107,15%,68%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(107, 15%, 68%, 0.4);

css variable

--color-primary: hsl(107, 15%, 68%);

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(107, 15%, 68%)?

HEX: #A6BAA1 | RGB: rgb(166, 186, 161) | CMYK: 11%, 0%, 13%, 27% | HSV: 108°, 13%, 73%. Copy any format from the conversion table above.

What colors go well with #A6BAA1?

The complementary color is HSL(287, 15%, 68%). For a triadic harmony, use hues 107°, 227°, and 347°. For analogous combinations, try hues 77° and 137°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(107, 15%, 68%) in CSS?

As HSL: color: hsl(107, 15%, 68%); — As HEX: color: #A6BAA1; — As RGB: color: rgb(166, 186, 161); — Tailwind CSS: bg-[hsl(107,15%,68%)] — CSS variable: --color-primary: hsl(107, 15%, 68%);