HSL(87, 98%, 78%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(87,98%,78%)]

Color Conversions

Format Value CSS Usage
HSL hsl(87, 98%, 78%) color: hsl(87, 98%, 78%)
HEX #CCFE90 color: #CCFE90
RGB rgb(204, 254, 144) color: rgb(204, 254, 144)
CMYK cmyk(20%, 0%, 43%, 0%)
HSV hsv(87, 43%, 100%)
HWB hwb(87 57% 0%) color: hwb(87 57% 0%)
OKLCH oklch(0.9383 0.1478 128.91) color: oklch(0.9383 0.1478 128.91)
Lab lab(94.2 -33.63 47.38) color: lab(94.2 -33.63 47.38)
LCH lch(94.2 58.1 125.37) color: lch(94.2 58.1 125.37)

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.16:1
vs Black 18.15: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)

#E2E2AB — rgb(226, 226, 171)

Deuteranopia (Green-blind)

#DFDBB1 — rgb(223, 219, 177)

Tritanopia (Blue-blind)

#CFC0C4 — rgb(207, 192, 196)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(87, 98%, 78%);

text

color: hsl(87, 98%, 78%);

border

border: 2px solid hsl(87, 98%, 78%);

gradient light

background: linear-gradient(to right, hsl(87, 98%, 98%), hsl(87, 98%, 78%));

gradient dark

background: linear-gradient(to right, hsl(87, 98%, 78%), hsl(87, 98%, 58%))

hex

background-color: #CCFE90;

tailwind

bg-[hsl(87,98%,78%)]

box shadow

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

css variable

--color-primary: hsl(87, 98%, 78%);

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(87, 98%, 78%)?

HEX: #CCFE90 | RGB: rgb(204, 254, 144) | CMYK: 20%, 0%, 43%, 0% | HSV: 87°, 43%, 100%. Copy any format from the conversion table above.

What colors go well with #CCFE90?

The complementary color is HSL(267, 98%, 78%). For a triadic harmony, use hues 87°, 207°, and 327°. For analogous combinations, try hues 57° and 117°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(87, 98%, 78%) in CSS?

As HSL: color: hsl(87, 98%, 78%); — As HEX: color: #CCFE90; — As RGB: color: rgb(204, 254, 144); — Tailwind CSS: bg-[hsl(87,98%,78%)] — CSS variable: --color-primary: hsl(87, 98%, 78%);