HSL(86, 17%, 85%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

N/A

CSS Class

bg-[hsl(86,17%,85%)]

Color Conversions

Format Value CSS Usage
HSL hsl(86, 17%, 85%) color: hsl(86, 17%, 85%)
HEX #DADFD2 color: #DADFD2
RGB rgb(218, 223, 210) color: rgb(218, 223, 210)
CMYK cmyk(2%, 0%, 6%, 13%)
HSV hsv(83, 6%, 87%)
HWB hwb(83 82% 13%) color: hwb(83 82% 13%)
OKLCH oklch(0.8962 0.0183 124) color: oklch(0.8962 0.0183 124)
Lab lab(88.13 -3.99 5.78) color: lab(88.13 -3.99 5.78)
LCH lch(88.13 7.02 124.62) color: lch(88.13 7.02 124.62)

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.36:1
vs Black 15.47: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)

#DCDCD5 — rgb(220, 220, 213)

Deuteranopia (Green-blind)

#DCDCD6 — rgb(220, 220, 214)

Tritanopia (Blue-blind)

#DAD8D8 — rgb(218, 216, 216)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(86, 17%, 85%);

text

color: hsl(86, 17%, 85%);

border

border: 2px solid hsl(86, 17%, 85%);

gradient light

background: linear-gradient(to right, hsl(86, 17%, 100%), hsl(86, 17%, 85%));

gradient dark

background: linear-gradient(to right, hsl(86, 17%, 85%), hsl(86, 17%, 65%))

hex

background-color: #DADFD2;

tailwind

bg-[hsl(86,17%,85%)]

box shadow

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

css variable

--color-primary: hsl(86, 17%, 85%);

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(86, 17%, 85%)?

HEX: #DADFD2 | RGB: rgb(218, 223, 210) | CMYK: 2%, 0%, 6%, 13% | HSV: 83°, 6%, 87%. Copy any format from the conversion table above.

What colors go well with #DADFD2?

The complementary color is HSL(266, 17%, 85%). For a triadic harmony, use hues 86°, 206°, and 326°. For analogous combinations, try hues 56° and 116°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(86, 17%, 85%) in CSS?

As HSL: color: hsl(86, 17%, 85%); — As HEX: color: #DADFD2; — As RGB: color: rgb(218, 223, 210); — Tailwind CSS: bg-[hsl(86,17%,85%)] — CSS variable: --color-primary: hsl(86, 17%, 85%);