HSL(78, 74%, 73%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(78,74%,73%)]

Color Conversions

Format Value CSS Usage
HSL hsl(78, 74%, 73%) color: hsl(78, 74%, 73%)
HEX #CFED87 color: #CFED87
RGB rgb(207, 237, 135) color: rgb(207, 237, 135)
CMYK cmyk(13%, 0%, 43%, 7%)
HSV hsv(78, 43%, 93%)
HWB hwb(78 53% 7%) color: hwb(78 53% 7%)
OKLCH oklch(0.902 0.1323 122.49) color: oklch(0.902 0.1323 122.49)
Lab lab(89.67 -25.61 46.06) color: lab(89.67 -25.61 46.06)
LCH lch(89.67 52.7 119.07) color: lch(89.67 52.7 119.07)

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.3:1
vs Black 16.12: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)

#DCDCA0 — rgb(220, 220, 160)

Deuteranopia (Green-blind)

#DAD8A6 — rgb(218, 216, 166)

Tritanopia (Blue-blind)

#D1B3B7 — rgb(209, 179, 183)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(78, 74%, 73%);

text

color: hsl(78, 74%, 73%);

border

border: 2px solid hsl(78, 74%, 73%);

gradient light

background: linear-gradient(to right, hsl(78, 74%, 93%), hsl(78, 74%, 73%));

gradient dark

background: linear-gradient(to right, hsl(78, 74%, 73%), hsl(78, 74%, 53%))

hex

background-color: #CFED87;

tailwind

bg-[hsl(78,74%,73%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(78, 74%, 73%, 0.4);

css variable

--color-primary: hsl(78, 74%, 73%);

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(78, 74%, 73%)?

HEX: #CFED87 | RGB: rgb(207, 237, 135) | CMYK: 13%, 0%, 43%, 7% | HSV: 78°, 43%, 93%. Copy any format from the conversion table above.

What colors go well with #CFED87?

The complementary color is HSL(258, 74%, 73%). For a triadic harmony, use hues 78°, 198°, and 318°. For analogous combinations, try hues 48° and 108°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(78, 74%, 73%) in CSS?

As HSL: color: hsl(78, 74%, 73%); — As HEX: color: #CFED87; — As RGB: color: rgb(207, 237, 135); — Tailwind CSS: bg-[hsl(78,74%,73%)] — CSS variable: --color-primary: hsl(78, 74%, 73%);