HSL(70, 20%, 65%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(70,20%,65%)]

Color Conversions

Format Value CSS Usage
HSL hsl(70, 20%, 65%) color: hsl(70, 20%, 65%)
HEX #B2B894 color: #B2B894
RGB rgb(178, 184, 148) color: rgb(178, 184, 148)
CMYK cmyk(3%, 0%, 20%, 28%)
HSV hsv(70, 20%, 72%)
HWB hwb(70 58% 28%) color: hwb(70 58% 28%)
OKLCH oklch(0.7683 0.0499 115.27) color: oklch(0.7683 0.0499 115.27)
Lab lab(73.47 -8.33 17.63) color: lab(73.47 -8.33 17.63)
LCH lch(73.47 19.5 115.29) color: lch(73.47 19.5 115.29)

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.06:1
vs Black 10.18: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)

#B5B59D — rgb(181, 181, 157)

Deuteranopia (Green-blind)

#B4B49F — rgb(180, 180, 159)

Tritanopia (Blue-blind)

#B2A4A5 — rgb(178, 164, 165)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(70, 20%, 65%);

text

color: hsl(70, 20%, 65%);

border

border: 2px solid hsl(70, 20%, 65%);

gradient light

background: linear-gradient(to right, hsl(70, 20%, 85%), hsl(70, 20%, 65%));

gradient dark

background: linear-gradient(to right, hsl(70, 20%, 65%), hsl(70, 20%, 45%))

hex

background-color: #B2B894;

tailwind

bg-[hsl(70,20%,65%)]

box shadow

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

css variable

--color-primary: hsl(70, 20%, 65%);

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(70, 20%, 65%)?

HEX: #B2B894 | RGB: rgb(178, 184, 148) | CMYK: 3%, 0%, 20%, 28% | HSV: 70°, 20%, 72%. Copy any format from the conversion table above.

What colors go well with #B2B894?

The complementary color is HSL(250, 20%, 65%). For a triadic harmony, use hues 70°, 190°, and 310°. For analogous combinations, try hues 40° and 100°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(70, 20%, 65%) in CSS?

As HSL: color: hsl(70, 20%, 65%); — As HEX: color: #B2B894; — As RGB: color: rgb(178, 184, 148); — Tailwind CSS: bg-[hsl(70,20%,65%)] — CSS variable: --color-primary: hsl(70, 20%, 65%);