HSL(69, 29%, 52%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(69,29%,52%)]

Color Conversions

Format Value CSS Usage
HSL hsl(69, 29%, 52%) color: hsl(69, 29%, 52%)
HEX #9DA861 color: #9DA861
RGB rgb(157, 168, 97) color: rgb(157, 168, 97)
CMYK cmyk(7%, 0%, 42%, 34%)
HSV hsv(69, 42%, 66%)
HWB hwb(69 38% 34%) color: hwb(69 38% 34%)
OKLCH oklch(0.7063 0.0954 116.11) color: oklch(0.7063 0.0954 116.11)
Lab lab(66.55 -15.13 35.31) color: lab(66.55 -15.13 35.31)
LCH lch(66.55 38.42 113.19) color: lch(66.55 38.42 113.19)

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.56:1
vs Black 8.21: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)

#A2A272 — rgb(162, 162, 114)

Deuteranopia (Green-blind)

#A1A076 — rgb(161, 160, 118)

Tritanopia (Blue-blind)

#9E8083 — rgb(158, 128, 131)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(69, 29%, 52%);

text

color: hsl(69, 29%, 52%);

border

border: 2px solid hsl(69, 29%, 52%);

gradient light

background: linear-gradient(to right, hsl(69, 29%, 72%), hsl(69, 29%, 52%));

gradient dark

background: linear-gradient(to right, hsl(69, 29%, 52%), hsl(69, 29%, 32%))

hex

background-color: #9DA861;

tailwind

bg-[hsl(69,29%,52%)]

box shadow

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

css variable

--color-primary: hsl(69, 29%, 52%);

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(69, 29%, 52%)?

HEX: #9DA861 | RGB: rgb(157, 168, 97) | CMYK: 7%, 0%, 42%, 34% | HSV: 69°, 42%, 66%. Copy any format from the conversion table above.

What colors go well with #9DA861?

The complementary color is HSL(249, 29%, 52%). For a triadic harmony, use hues 69°, 189°, and 309°. For analogous combinations, try hues 39° and 99°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(69, 29%, 52%) in CSS?

As HSL: color: hsl(69, 29%, 52%); — As HEX: color: #9DA861; — As RGB: color: rgb(157, 168, 97); — Tailwind CSS: bg-[hsl(69,29%,52%)] — CSS variable: --color-primary: hsl(69, 29%, 52%);