HSL(135, 83%, 88%)

Very Light Green — Green color

Adjust Color

Color Information

Color Name

Very Light Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(135,83%,88%)]

Color Conversions

Format Value CSS Usage
HSL hsl(135, 83%, 88%) color: hsl(135, 83%, 88%)
HEX #C7FAD4 color: #C7FAD4
RGB rgb(199, 250, 212) color: rgb(199, 250, 212)
CMYK cmyk(20%, 0%, 15%, 2%)
HSV hsv(135, 20%, 98%)
HWB hwb(135 78% 2%) color: hwb(135 78% 2%)
OKLCH oklch(0.9398 0.073 152.65) color: oklch(0.9398 0.073 152.65)
Lab lab(94 -23.41 12.97) color: lab(94 -23.41 12.97)
LCH lch(94 26.76 151.01) color: lch(94 26.76 151.01)

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.05: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)

#DDDEDD — rgb(221, 222, 221)

Deuteranopia (Green-blind)

#DAD6DF — rgb(218, 214, 223)

Tritanopia (Blue-blind)

#CAE4E6 — rgb(202, 228, 230)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(135, 83%, 88%);

text

color: hsl(135, 83%, 88%);

border

border: 2px solid hsl(135, 83%, 88%);

gradient light

background: linear-gradient(to right, hsl(135, 83%, 100%), hsl(135, 83%, 88%));

gradient dark

background: linear-gradient(to right, hsl(135, 83%, 88%), hsl(135, 83%, 68%))

hex

background-color: #C7FAD4;

tailwind

bg-[hsl(135,83%,88%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(135, 83%, 88%, 0.4);

css variable

--color-primary: hsl(135, 83%, 88%);

Related Colors

Use Cases for Very Light Green

Success states Eco/nature brands Finance apps Health apps Confirm buttons

Frequently Asked Questions

What are all the color codes for HSL(135, 83%, 88%)?

HEX: #C7FAD4 | RGB: rgb(199, 250, 212) | CMYK: 20%, 0%, 15%, 2% | HSV: 135°, 20%, 98%. Copy any format from the conversion table above.

What colors go well with #C7FAD4?

The complementary color is HSL(315, 83%, 88%). For a triadic harmony, use hues 135°, 255°, and 15°. For analogous combinations, try hues 105° and 165°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(135, 83%, 88%) in CSS?

As HSL: color: hsl(135, 83%, 88%); — As HEX: color: #C7FAD4; — As RGB: color: rgb(199, 250, 212); — Tailwind CSS: bg-[hsl(135,83%,88%)] — CSS variable: --color-primary: hsl(135, 83%, 88%);