HSL(81, 10%, 74%)

Grayish Green — Green color

Adjust Color

Color Information

Color Name

Grayish Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

N/A

CSS Class

bg-[hsl(81,10%,74%)]

Color Conversions

Format Value CSS Usage
HSL hsl(81, 10%, 74%) color: hsl(81, 10%, 74%)
HEX #BFC3B6 color: #BFC3B6
RGB rgb(191, 195, 182) color: rgb(191, 195, 182)
CMYK cmyk(2%, 0%, 7%, 24%)
HSV hsv(78, 7%, 76%)
HWB hwb(78 71% 24%) color: hwb(78 71% 24%)
OKLCH oklch(0.8104 0.0184 120.76) color: oklch(0.8104 0.0184 120.76)
Lab lab(78.16 -3.74 6.05) color: lab(78.16 -3.74 6.05)
LCH lch(78.16 7.11 121.72) color: lch(78.16 7.11 121.72)

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.8:1
vs Black 11.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)

#C1C1B9 — rgb(193, 193, 185)

Deuteranopia (Green-blind)

#C1C0BA — rgb(193, 192, 186)

Tritanopia (Blue-blind)

#BFBCBC — rgb(191, 188, 188)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(81, 10%, 74%);

text

color: hsl(81, 10%, 74%);

border

border: 2px solid hsl(81, 10%, 74%);

gradient light

background: linear-gradient(to right, hsl(81, 10%, 94%), hsl(81, 10%, 74%));

gradient dark

background: linear-gradient(to right, hsl(81, 10%, 74%), hsl(81, 10%, 54%))

hex

background-color: #BFC3B6;

tailwind

bg-[hsl(81,10%,74%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(81, 10%, 74%, 0.4);

css variable

--color-primary: hsl(81, 10%, 74%);

Related Colors

Use Cases for Grayish Green

Success states Eco/nature brands Finance apps Health apps Confirm buttons

Frequently Asked Questions

What are all the color codes for HSL(81, 10%, 74%)?

HEX: #BFC3B6 | RGB: rgb(191, 195, 182) | CMYK: 2%, 0%, 7%, 24% | HSV: 78°, 7%, 76%. Copy any format from the conversion table above.

What colors go well with #BFC3B6?

The complementary color is HSL(261, 10%, 74%). For a triadic harmony, use hues 81°, 201°, and 321°. For analogous combinations, try hues 51° and 111°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(81, 10%, 74%) in CSS?

As HSL: color: hsl(81, 10%, 74%); — As HEX: color: #BFC3B6; — As RGB: color: rgb(191, 195, 182); — Tailwind CSS: bg-[hsl(81,10%,74%)] — CSS variable: --color-primary: hsl(81, 10%, 74%);