HSL(68, 53%, 76%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(68,53%,76%)]

Color Conversions

Format Value CSS Usage
HSL hsl(68, 53%, 76%) color: hsl(68, 53%, 76%)
HEX #DAE2A1 color: #DAE2A1
RGB rgb(218, 226, 161) color: rgb(218, 226, 161)
CMYK cmyk(4%, 0%, 29%, 11%)
HSV hsv(67, 29%, 89%)
HWB hwb(67 63% 11%) color: hwb(67 63% 11%)
OKLCH oklch(0.8911 0.0848 113.84) color: oklch(0.8911 0.0848 113.84)
Lab lab(87.91 -12.98 30.96) color: lab(87.91 -12.98 30.96)
LCH lch(87.91 33.57 112.75) color: lch(87.91 33.57 112.75)

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.37:1
vs Black 15.37: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)

#DDDEB1 — rgb(221, 222, 177)

Deuteranopia (Green-blind)

#DDDCB5 — rgb(221, 220, 181)

Tritanopia (Blue-blind)

#DABDC0 — rgb(218, 189, 192)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(68, 53%, 76%);

text

color: hsl(68, 53%, 76%);

border

border: 2px solid hsl(68, 53%, 76%);

gradient light

background: linear-gradient(to right, hsl(68, 53%, 96%), hsl(68, 53%, 76%));

gradient dark

background: linear-gradient(to right, hsl(68, 53%, 76%), hsl(68, 53%, 56%))

hex

background-color: #DAE2A1;

tailwind

bg-[hsl(68,53%,76%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(68, 53%, 76%, 0.4);

css variable

--color-primary: hsl(68, 53%, 76%);

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(68, 53%, 76%)?

HEX: #DAE2A1 | RGB: rgb(218, 226, 161) | CMYK: 4%, 0%, 29%, 11% | HSV: 67°, 29%, 89%. Copy any format from the conversion table above.

What colors go well with #DAE2A1?

The complementary color is HSL(248, 53%, 76%). For a triadic harmony, use hues 68°, 188°, and 308°. For analogous combinations, try hues 38° and 98°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(68, 53%, 76%) in CSS?

As HSL: color: hsl(68, 53%, 76%); — As HEX: color: #DAE2A1; — As RGB: color: rgb(218, 226, 161); — Tailwind CSS: bg-[hsl(68,53%,76%)] — CSS variable: --color-primary: hsl(68, 53%, 76%);