HSL(94, 60%, 83%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(94,60%,83%)]

Color Conversions

Format Value CSS Usage
HSL hsl(94, 60%, 83%) color: hsl(94, 60%, 83%)
HEX #D0EEBA color: #D0EEBA
RGB rgb(208, 238, 186) color: rgb(208, 238, 186)
CMYK cmyk(13%, 0%, 22%, 7%)
HSV hsv(95, 22%, 93%)
HWB hwb(95 73% 7%) color: hwb(95 73% 7%)
OKLCH oklch(0.9141 0.0758 132.21) color: oklch(0.9141 0.0758 132.21)
Lab lab(90.83 -18.94 21.99) color: lab(90.83 -18.94 21.99)
LCH lch(90.83 29.02 130.74) color: lch(90.83 29.02 130.74)

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.26:1
vs Black 16.62: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)

#DDDDC7 — rgb(221, 221, 199)

Deuteranopia (Green-blind)

#DBD9CA — rgb(219, 217, 202)

Tritanopia (Blue-blind)

#D2D1D3 — rgb(210, 209, 211)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(94, 60%, 83%);

text

color: hsl(94, 60%, 83%);

border

border: 2px solid hsl(94, 60%, 83%);

gradient light

background: linear-gradient(to right, hsl(94, 60%, 100%), hsl(94, 60%, 83%));

gradient dark

background: linear-gradient(to right, hsl(94, 60%, 83%), hsl(94, 60%, 63%))

hex

background-color: #D0EEBA;

tailwind

bg-[hsl(94,60%,83%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(94, 60%, 83%, 0.4);

css variable

--color-primary: hsl(94, 60%, 83%);

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(94, 60%, 83%)?

HEX: #D0EEBA | RGB: rgb(208, 238, 186) | CMYK: 13%, 0%, 22%, 7% | HSV: 95°, 22%, 93%. Copy any format from the conversion table above.

What colors go well with #D0EEBA?

The complementary color is HSL(274, 60%, 83%). For a triadic harmony, use hues 94°, 214°, and 334°. For analogous combinations, try hues 64° and 124°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(94, 60%, 83%) in CSS?

As HSL: color: hsl(94, 60%, 83%); — As HEX: color: #D0EEBA; — As RGB: color: rgb(208, 238, 186); — Tailwind CSS: bg-[hsl(94,60%,83%)] — CSS variable: --color-primary: hsl(94, 60%, 83%);