HSL(95, 90%, 79%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(95,90%,79%)]

Color Conversions

Format Value CSS Usage
HSL hsl(95, 90%, 79%) color: hsl(95, 90%, 79%)
HEX #C1FA99 color: #C1FA99
RGB rgb(193, 250, 153) color: rgb(193, 250, 153)
CMYK cmyk(23%, 0%, 39%, 2%)
HSV hsv(95, 39%, 98%)
HWB hwb(95 60% 2%) color: hwb(95 60% 2%)
OKLCH oklch(0.9239 0.138 133.28) color: oklch(0.9239 0.138 133.28)
Lab lab(92.58 -34.55 40.81) color: lab(92.58 -34.55 40.81)
LCH lch(92.58 53.47 130.25) color: lch(92.58 53.47 130.25)

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.21:1
vs Black 17.4: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)

#DADAB0 — rgb(218, 218, 176)

Deuteranopia (Green-blind)

#D6D2B6 — rgb(214, 210, 182)

Tritanopia (Blue-blind)

#C4C3C7 — rgb(196, 195, 199)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(95, 90%, 79%);

text

color: hsl(95, 90%, 79%);

border

border: 2px solid hsl(95, 90%, 79%);

gradient light

background: linear-gradient(to right, hsl(95, 90%, 99%), hsl(95, 90%, 79%));

gradient dark

background: linear-gradient(to right, hsl(95, 90%, 79%), hsl(95, 90%, 59%))

hex

background-color: #C1FA99;

tailwind

bg-[hsl(95,90%,79%)]

box shadow

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

css variable

--color-primary: hsl(95, 90%, 79%);

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(95, 90%, 79%)?

HEX: #C1FA99 | RGB: rgb(193, 250, 153) | CMYK: 23%, 0%, 39%, 2% | HSV: 95°, 39%, 98%. Copy any format from the conversion table above.

What colors go well with #C1FA99?

The complementary color is HSL(275, 90%, 79%). For a triadic harmony, use hues 95°, 215°, and 335°. For analogous combinations, try hues 65° and 125°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(95, 90%, 79%) in CSS?

As HSL: color: hsl(95, 90%, 79%); — As HEX: color: #C1FA99; — As RGB: color: rgb(193, 250, 153); — Tailwind CSS: bg-[hsl(95,90%,79%)] — CSS variable: --color-primary: hsl(95, 90%, 79%);