HSL(86, 16%, 69%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

N/A

CSS Class

bg-[hsl(86,16%,69%)]

Color Conversions

Format Value CSS Usage
HSL hsl(86, 16%, 69%) color: hsl(86, 16%, 69%)
HEX #B2BDA3 color: #B2BDA3
RGB rgb(178, 189, 163) color: rgb(178, 189, 163)
CMYK cmyk(6%, 0%, 14%, 26%)
HSV hsv(85, 14%, 74%)
HWB hwb(85 64% 26%) color: hwb(85 64% 26%)
OKLCH oklch(0.7826 0.038 125.99) color: oklch(0.7826 0.038 125.99)
Lab lab(75.14 -8.52 11.86) color: lab(75.14 -8.52 11.86)
LCH lch(75.14 14.6 125.69) color: lch(75.14 14.6 125.69)

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.96:1
vs Black 10.7: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)

#B7B7A9 — rgb(183, 183, 169)

Deuteranopia (Green-blind)

#B6B5AB — rgb(182, 181, 171)

Tritanopia (Blue-blind)

#B3AEAF — rgb(179, 174, 175)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(86, 16%, 69%);

text

color: hsl(86, 16%, 69%);

border

border: 2px solid hsl(86, 16%, 69%);

gradient light

background: linear-gradient(to right, hsl(86, 16%, 89%), hsl(86, 16%, 69%));

gradient dark

background: linear-gradient(to right, hsl(86, 16%, 69%), hsl(86, 16%, 49%))

hex

background-color: #B2BDA3;

tailwind

bg-[hsl(86,16%,69%)]

box shadow

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

css variable

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

HEX: #B2BDA3 | RGB: rgb(178, 189, 163) | CMYK: 6%, 0%, 14%, 26% | HSV: 85°, 14%, 74%. Copy any format from the conversion table above.

What colors go well with #B2BDA3?

The complementary color is HSL(266, 16%, 69%). For a triadic harmony, use hues 86°, 206°, and 326°. For analogous combinations, try hues 56° and 116°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(86, 16%, 69%) in CSS?

As HSL: color: hsl(86, 16%, 69%); — As HEX: color: #B2BDA3; — As RGB: color: rgb(178, 189, 163); — Tailwind CSS: bg-[hsl(86,16%,69%)] — CSS variable: --color-primary: hsl(86, 16%, 69%);