HSL(107, 35%, 75%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(107,35%,75%)]

Color Conversions

Format Value CSS Usage
HSL hsl(107, 35%, 75%) color: hsl(107, 35%, 75%)
HEX #B3D6A9 color: #B3D6A9
RGB rgb(179, 214, 169) color: rgb(179, 214, 169)
CMYK cmyk(16%, 0%, 21%, 16%)
HSV hsv(107, 21%, 84%)
HWB hwb(107 66% 16%) color: hwb(107 66% 16%)
OKLCH oklch(0.8388 0.0718 138.77) color: oklch(0.8388 0.0718 138.77)
Lab lab(82.13 -19.9 18.48) color: lab(82.13 -19.9 18.48)
LCH lch(82.13 27.16 137.12) color: lch(82.13 27.16 137.12)

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.6:1
vs Black 13.11: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)

#C2C2B4 — rgb(194, 194, 180)

Deuteranopia (Green-blind)

#C0BEB7 — rgb(192, 190, 183)

Tritanopia (Blue-blind)

#B5BCBE — rgb(181, 188, 190)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(107, 35%, 75%);

text

color: hsl(107, 35%, 75%);

border

border: 2px solid hsl(107, 35%, 75%);

gradient light

background: linear-gradient(to right, hsl(107, 35%, 95%), hsl(107, 35%, 75%));

gradient dark

background: linear-gradient(to right, hsl(107, 35%, 75%), hsl(107, 35%, 55%))

hex

background-color: #B3D6A9;

tailwind

bg-[hsl(107,35%,75%)]

box shadow

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

css variable

--color-primary: hsl(107, 35%, 75%);

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, 35%, 75%)?

HEX: #B3D6A9 | RGB: rgb(179, 214, 169) | CMYK: 16%, 0%, 21%, 16% | HSV: 107°, 21%, 84%. Copy any format from the conversion table above.

What colors go well with #B3D6A9?

The complementary color is HSL(287, 35%, 75%). 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, 35%, 75%) in CSS?

As HSL: color: hsl(107, 35%, 75%); — As HEX: color: #B3D6A9; — As RGB: color: rgb(179, 214, 169); — Tailwind CSS: bg-[hsl(107,35%,75%)] — CSS variable: --color-primary: hsl(107, 35%, 75%);