HSL(93, 48%, 83%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(93,48%,83%)]

Color Conversions

Format Value CSS Usage
HSL hsl(93, 48%, 83%) color: hsl(93, 48%, 83%)
HEX #D2E8BF color: #D2E8BF
RGB rgb(210, 232, 191) color: rgb(210, 232, 191)
CMYK cmyk(9%, 0%, 18%, 9%)
HSV hsv(92, 18%, 91%)
HWB hwb(92 75% 9%) color: hwb(92 75% 9%)
OKLCH oklch(0.904 0.0594 130.59) color: oklch(0.904 0.0594 130.59)
Lab lab(89.48 -14.49 17.54) color: lab(89.48 -14.49 17.54)
LCH lch(89.48 22.75 129.56) color: lch(89.48 22.75 129.56)

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.31:1
vs Black 16.04: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)

#DCDCC9 — rgb(220, 220, 201)

Deuteranopia (Green-blind)

#DAD9CB — rgb(218, 217, 203)

Tritanopia (Blue-blind)

#D3D1D2 — rgb(211, 209, 210)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(93, 48%, 83%);

text

color: hsl(93, 48%, 83%);

border

border: 2px solid hsl(93, 48%, 83%);

gradient light

background: linear-gradient(to right, hsl(93, 48%, 100%), hsl(93, 48%, 83%));

gradient dark

background: linear-gradient(to right, hsl(93, 48%, 83%), hsl(93, 48%, 63%))

hex

background-color: #D2E8BF;

tailwind

bg-[hsl(93,48%,83%)]

box shadow

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

css variable

--color-primary: hsl(93, 48%, 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(93, 48%, 83%)?

HEX: #D2E8BF | RGB: rgb(210, 232, 191) | CMYK: 9%, 0%, 18%, 9% | HSV: 92°, 18%, 91%. Copy any format from the conversion table above.

What colors go well with #D2E8BF?

The complementary color is HSL(273, 48%, 83%). For a triadic harmony, use hues 93°, 213°, and 333°. For analogous combinations, try hues 63° and 123°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(93, 48%, 83%) in CSS?

As HSL: color: hsl(93, 48%, 83%); — As HEX: color: #D2E8BF; — As RGB: color: rgb(210, 232, 191); — Tailwind CSS: bg-[hsl(93,48%,83%)] — CSS variable: --color-primary: hsl(93, 48%, 83%);