HSL(109, 34%, 84%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(109,34%,84%)]

Color Conversions

Format Value CSS Usage
HSL hsl(109, 34%, 84%) color: hsl(109, 34%, 84%)
HEX #CDE4C8 color: #CDE4C8
RGB rgb(205, 228, 200) color: rgb(205, 228, 200)
CMYK cmyk(10%, 0%, 12%, 11%)
HSV hsv(109, 12%, 89%)
HWB hwb(109 78% 11%) color: hwb(109 78% 11%)
OKLCH oklch(0.8943 0.0449 140.09) color: oklch(0.8943 0.0449 140.09)
Lab lab(88.27 -12.71 11.11) color: lab(88.27 -12.71 11.11)
LCH lch(88.27 16.88 138.84) color: lch(88.27 16.88 138.84)

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.35:1
vs Black 15.53: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)

#D7D7CF — rgb(215, 215, 207)

Deuteranopia (Green-blind)

#D6D4D0 — rgb(214, 212, 208)

Tritanopia (Blue-blind)

#CED4D5 — rgb(206, 212, 213)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(109, 34%, 84%);

text

color: hsl(109, 34%, 84%);

border

border: 2px solid hsl(109, 34%, 84%);

gradient light

background: linear-gradient(to right, hsl(109, 34%, 100%), hsl(109, 34%, 84%));

gradient dark

background: linear-gradient(to right, hsl(109, 34%, 84%), hsl(109, 34%, 64%))

hex

background-color: #CDE4C8;

tailwind

bg-[hsl(109,34%,84%)]

box shadow

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

css variable

--color-primary: hsl(109, 34%, 84%);

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(109, 34%, 84%)?

HEX: #CDE4C8 | RGB: rgb(205, 228, 200) | CMYK: 10%, 0%, 12%, 11% | HSV: 109°, 12%, 89%. Copy any format from the conversion table above.

What colors go well with #CDE4C8?

The complementary color is HSL(289, 34%, 84%). For a triadic harmony, use hues 109°, 229°, and 349°. For analogous combinations, try hues 79° and 139°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(109, 34%, 84%) in CSS?

As HSL: color: hsl(109, 34%, 84%); — As HEX: color: #CDE4C8; — As RGB: color: rgb(205, 228, 200); — Tailwind CSS: bg-[hsl(109,34%,84%)] — CSS variable: --color-primary: hsl(109, 34%, 84%);