HSL(67, 63%, 65%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(67,63%,65%)]

Color Conversions

Format Value CSS Usage
HSL hsl(67, 63%, 65%) color: hsl(67, 63%, 65%)
HEX #D1DE6E color: #D1DE6E
RGB rgb(209, 222, 110) color: rgb(209, 222, 110)
CMYK cmyk(6%, 0%, 50%, 13%)
HSV hsv(67, 50%, 87%)
HWB hwb(67 44% 13%) color: hwb(67 44% 13%)
OKLCH oklch(0.8677 0.1376 114.79) color: oklch(0.8677 0.1376 114.79)
Lab lab(85.47 -20.11 52.87) color: lab(85.47 -20.11 52.87)
LCH lch(85.47 56.57 110.83) color: lch(85.47 56.57 110.83)

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

#D7D789 — rgb(215, 215, 137)

Deuteranopia (Green-blind)

#D6D590 — rgb(214, 213, 144)

Tritanopia (Blue-blind)

#D29EA3 — rgb(210, 158, 163)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(67, 63%, 65%);

text

color: hsl(67, 63%, 65%);

border

border: 2px solid hsl(67, 63%, 65%);

gradient light

background: linear-gradient(to right, hsl(67, 63%, 85%), hsl(67, 63%, 65%));

gradient dark

background: linear-gradient(to right, hsl(67, 63%, 65%), hsl(67, 63%, 45%))

hex

background-color: #D1DE6E;

tailwind

bg-[hsl(67,63%,65%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(67, 63%, 65%, 0.4);

css variable

--color-primary: hsl(67, 63%, 65%);

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(67, 63%, 65%)?

HEX: #D1DE6E | RGB: rgb(209, 222, 110) | CMYK: 6%, 0%, 50%, 13% | HSV: 67°, 50%, 87%. Copy any format from the conversion table above.

What colors go well with #D1DE6E?

The complementary color is HSL(247, 63%, 65%). For a triadic harmony, use hues 67°, 187°, and 307°. For analogous combinations, try hues 37° and 97°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(67, 63%, 65%) in CSS?

As HSL: color: hsl(67, 63%, 65%); — As HEX: color: #D1DE6E; — As RGB: color: rgb(209, 222, 110); — Tailwind CSS: bg-[hsl(67,63%,65%)] — CSS variable: --color-primary: hsl(67, 63%, 65%);