HSL(68, 41%, 66%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(68,41%,66%)]

Color Conversions

Format Value CSS Usage
HSL hsl(68, 41%, 66%) color: hsl(68, 41%, 66%)
HEX #C2CC85 color: #C2CC85
RGB rgb(194, 204, 133) color: rgb(194, 204, 133)
CMYK cmyk(5%, 0%, 35%, 20%)
HSV hsv(68, 35%, 80%)
HWB hwb(68 52% 20%) color: hwb(68 52% 20%)
OKLCH oklch(0.8208 0.0935 115.03) color: oklch(0.8208 0.0935 115.03)
Lab lab(79.81 -14.6 34.29) color: lab(79.81 -14.6 34.29)
LCH lch(79.81 37.27 113.06) color: lch(79.81 37.27 113.06)

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.71:1
vs Black 12.27: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)

#C6C696 — rgb(198, 198, 150)

Deuteranopia (Green-blind)

#C6C59A — rgb(198, 197, 154)

Tritanopia (Blue-blind)

#C3A4A7 — rgb(195, 164, 167)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(68, 41%, 66%);

text

color: hsl(68, 41%, 66%);

border

border: 2px solid hsl(68, 41%, 66%);

gradient light

background: linear-gradient(to right, hsl(68, 41%, 86%), hsl(68, 41%, 66%));

gradient dark

background: linear-gradient(to right, hsl(68, 41%, 66%), hsl(68, 41%, 46%))

hex

background-color: #C2CC85;

tailwind

bg-[hsl(68,41%,66%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(68, 41%, 66%, 0.4);

css variable

--color-primary: hsl(68, 41%, 66%);

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(68, 41%, 66%)?

HEX: #C2CC85 | RGB: rgb(194, 204, 133) | CMYK: 5%, 0%, 35%, 20% | HSV: 68°, 35%, 80%. Copy any format from the conversion table above.

What colors go well with #C2CC85?

The complementary color is HSL(248, 41%, 66%). For a triadic harmony, use hues 68°, 188°, and 308°. For analogous combinations, try hues 38° and 98°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(68, 41%, 66%) in CSS?

As HSL: color: hsl(68, 41%, 66%); — As HEX: color: #C2CC85; — As RGB: color: rgb(194, 204, 133); — Tailwind CSS: bg-[hsl(68,41%,66%)] — CSS variable: --color-primary: hsl(68, 41%, 66%);