HSL(103, 34%, 78%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(103,34%,78%)]

Color Conversions

Format Value CSS Usage
HSL hsl(103, 34%, 78%) color: hsl(103, 34%, 78%)
HEX #BFDAB4 color: #BFDAB4
RGB rgb(191, 218, 180) color: rgb(191, 218, 180)
CMYK cmyk(12%, 0%, 17%, 15%)
HSV hsv(103, 17%, 85%)
HWB hwb(103 71% 15%) color: hwb(103 71% 15%)
OKLCH oklch(0.8583 0.0591 136.63) color: oklch(0.8583 0.0591 136.63)
Lab lab(84.23 -15.9 15.75) color: lab(84.23 -15.9 15.75)
LCH lch(84.23 22.38 135.27) color: lch(84.23 22.38 135.27)

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.51:1
vs Black 13.9: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)

#CBCBBD — rgb(203, 203, 189)

Deuteranopia (Green-blind)

#C9C7BF — rgb(201, 199, 191)

Tritanopia (Blue-blind)

#C0C4C6 — rgb(192, 196, 198)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(103, 34%, 78%);

text

color: hsl(103, 34%, 78%);

border

border: 2px solid hsl(103, 34%, 78%);

gradient light

background: linear-gradient(to right, hsl(103, 34%, 98%), hsl(103, 34%, 78%));

gradient dark

background: linear-gradient(to right, hsl(103, 34%, 78%), hsl(103, 34%, 58%))

hex

background-color: #BFDAB4;

tailwind

bg-[hsl(103,34%,78%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(103, 34%, 78%, 0.4);

css variable

--color-primary: hsl(103, 34%, 78%);

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(103, 34%, 78%)?

HEX: #BFDAB4 | RGB: rgb(191, 218, 180) | CMYK: 12%, 0%, 17%, 15% | HSV: 103°, 17%, 85%. Copy any format from the conversion table above.

What colors go well with #BFDAB4?

The complementary color is HSL(283, 34%, 78%). For a triadic harmony, use hues 103°, 223°, and 343°. For analogous combinations, try hues 73° and 133°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(103, 34%, 78%) in CSS?

As HSL: color: hsl(103, 34%, 78%); — As HEX: color: #BFDAB4; — As RGB: color: rgb(191, 218, 180); — Tailwind CSS: bg-[hsl(103,34%,78%)] — CSS variable: --color-primary: hsl(103, 34%, 78%);