HSL(94, 95%, 80%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(94,95%,80%)]

Color Conversions

Format Value CSS Usage
HSL hsl(94, 95%, 80%) color: hsl(94, 95%, 80%)
HEX #C6FC9C color: #C6FC9C
RGB rgb(198, 252, 156) color: rgb(198, 252, 156)
CMYK cmyk(21%, 0%, 38%, 1%)
HSV hsv(94, 38%, 99%)
HWB hwb(94 61% 1%) color: hwb(94 61% 1%)
OKLCH oklch(0.932 0.1354 132.41) color: oklch(0.932 0.1354 132.41)
Lab lab(93.46 -33.35 40.54) color: lab(93.46 -33.35 40.54)
LCH lch(93.46 52.49 129.44) color: lch(93.46 52.49 129.44)

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.18:1
vs Black 17.81: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)

#DDDEB3 — rgb(221, 222, 179)

Deuteranopia (Green-blind)

#DAD6B9 — rgb(218, 214, 185)

Tritanopia (Blue-blind)

#C9C6CA — rgb(201, 198, 202)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(94, 95%, 80%);

text

color: hsl(94, 95%, 80%);

border

border: 2px solid hsl(94, 95%, 80%);

gradient light

background: linear-gradient(to right, hsl(94, 95%, 100%), hsl(94, 95%, 80%));

gradient dark

background: linear-gradient(to right, hsl(94, 95%, 80%), hsl(94, 95%, 60%))

hex

background-color: #C6FC9C;

tailwind

bg-[hsl(94,95%,80%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(94, 95%, 80%, 0.4);

css variable

--color-primary: hsl(94, 95%, 80%);

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(94, 95%, 80%)?

HEX: #C6FC9C | RGB: rgb(198, 252, 156) | CMYK: 21%, 0%, 38%, 1% | HSV: 94°, 38%, 99%. Copy any format from the conversion table above.

What colors go well with #C6FC9C?

The complementary color is HSL(274, 95%, 80%). For a triadic harmony, use hues 94°, 214°, and 334°. For analogous combinations, try hues 64° and 124°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(94, 95%, 80%) in CSS?

As HSL: color: hsl(94, 95%, 80%); — As HEX: color: #C6FC9C; — As RGB: color: rgb(198, 252, 156); — Tailwind CSS: bg-[hsl(94,95%,80%)] — CSS variable: --color-primary: hsl(94, 95%, 80%);