HSL(85, 90%, 83%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(85,90%,83%)]

Color Conversions

Format Value CSS Usage
HSL hsl(85, 90%, 83%) color: hsl(85, 90%, 83%)
HEX #DAFBAD color: #DAFBAD
RGB rgb(218, 251, 173) color: rgb(218, 251, 173)
CMYK cmyk(13%, 0%, 31%, 2%)
HSV hsv(85, 31%, 98%)
HWB hwb(85 68% 2%) color: hwb(85 68% 2%)
OKLCH oklch(0.946 0.1063 126.96) color: oklch(0.946 0.1063 126.96)
Lab lab(94.7 -23.59 33.97) color: lab(94.7 -23.59 33.97)
LCH lch(94.7 41.36 124.78) color: lch(94.7 41.36 124.78)

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.14:1
vs Black 18.38: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)

#E8E9C0 — rgb(232, 233, 192)

Deuteranopia (Green-blind)

#E6E4C4 — rgb(230, 228, 196)

Tritanopia (Blue-blind)

#DCCFD2 — rgb(220, 207, 210)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(85, 90%, 83%);

text

color: hsl(85, 90%, 83%);

border

border: 2px solid hsl(85, 90%, 83%);

gradient light

background: linear-gradient(to right, hsl(85, 90%, 100%), hsl(85, 90%, 83%));

gradient dark

background: linear-gradient(to right, hsl(85, 90%, 83%), hsl(85, 90%, 63%))

hex

background-color: #DAFBAD;

tailwind

bg-[hsl(85,90%,83%)]

box shadow

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

css variable

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

HEX: #DAFBAD | RGB: rgb(218, 251, 173) | CMYK: 13%, 0%, 31%, 2% | HSV: 85°, 31%, 98%. Copy any format from the conversion table above.

What colors go well with #DAFBAD?

The complementary color is HSL(265, 90%, 83%). For a triadic harmony, use hues 85°, 205°, and 325°. For analogous combinations, try hues 55° and 115°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(85, 90%, 83%) in CSS?

As HSL: color: hsl(85, 90%, 83%); — As HEX: color: #DAFBAD; — As RGB: color: rgb(218, 251, 173); — Tailwind CSS: bg-[hsl(85,90%,83%)] — CSS variable: --color-primary: hsl(85, 90%, 83%);