HSL(124, 60%, 87%)

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(124,60%,87%)]

Color Conversions

Format Value CSS Usage
HSL hsl(124, 60%, 87%) color: hsl(124, 60%, 87%)
HEX #CAF2CD color: #CAF2CD
RGB rgb(202, 242, 205) color: rgb(202, 242, 205)
CMYK cmyk(17%, 0%, 15%, 5%)
HSV hsv(125, 17%, 95%)
HWB hwb(125 79% 5%) color: hwb(125 79% 5%)
OKLCH oklch(0.9229 0.0648 147.06) color: oklch(0.9229 0.0648 147.06)
Lab lab(91.89 -19.79 13.62) color: lab(91.89 -19.79 13.62)
LCH lch(91.89 24.02 145.46) color: lch(91.89 24.02 145.46)

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.23:1
vs Black 17.09: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)

#DBDCD6 — rgb(219, 220, 214)

Deuteranopia (Green-blind)

#D9D6D8 — rgb(217, 214, 216)

Tritanopia (Blue-blind)

#CCDDDF — rgb(204, 221, 223)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(124, 60%, 87%);

text

color: hsl(124, 60%, 87%);

border

border: 2px solid hsl(124, 60%, 87%);

gradient light

background: linear-gradient(to right, hsl(124, 60%, 100%), hsl(124, 60%, 87%));

gradient dark

background: linear-gradient(to right, hsl(124, 60%, 87%), hsl(124, 60%, 67%))

hex

background-color: #CAF2CD;

tailwind

bg-[hsl(124,60%,87%)]

box shadow

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

css variable

--color-primary: hsl(124, 60%, 87%);

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(124, 60%, 87%)?

HEX: #CAF2CD | RGB: rgb(202, 242, 205) | CMYK: 17%, 0%, 15%, 5% | HSV: 125°, 17%, 95%. Copy any format from the conversion table above.

What colors go well with #CAF2CD?

The complementary color is HSL(304, 60%, 87%). For a triadic harmony, use hues 124°, 244°, and 4°. For analogous combinations, try hues 94° and 154°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(124, 60%, 87%) in CSS?

As HSL: color: hsl(124, 60%, 87%); — As HEX: color: #CAF2CD; — As RGB: color: rgb(202, 242, 205); — Tailwind CSS: bg-[hsl(124,60%,87%)] — CSS variable: --color-primary: hsl(124, 60%, 87%);