HSL(148, 65%, 86%)

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(148,65%,86%)]

Color Conversions

Format Value CSS Usage
HSL hsl(148, 65%, 86%) color: hsl(148, 65%, 86%)
HEX #C4F3DA color: #C4F3DA
RGB rgb(196, 243, 218) color: rgb(196, 243, 218)
CMYK cmyk(19%, 0%, 10%, 5%)
HSV hsv(148, 19%, 95%)
HWB hwb(148 77% 5%) color: hwb(148 77% 5%)
OKLCH oklch(0.9245 0.059 161.79) color: oklch(0.9245 0.059 161.79)
Lab lab(92.09 -19.87 7.11) color: lab(92.09 -19.87 7.11)
LCH lch(92.09 21.1 160.31) color: lch(92.09 21.1 160.31)

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.22:1
vs Black 17.18: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)

#D8D9E0 — rgb(216, 217, 224)

Deuteranopia (Green-blind)

#D6D2E2 — rgb(214, 210, 226)

Tritanopia (Blue-blind)

#C6E5E6 — rgb(198, 229, 230)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(148, 65%, 86%);

text

color: hsl(148, 65%, 86%);

border

border: 2px solid hsl(148, 65%, 86%);

gradient light

background: linear-gradient(to right, hsl(148, 65%, 100%), hsl(148, 65%, 86%));

gradient dark

background: linear-gradient(to right, hsl(148, 65%, 86%), hsl(148, 65%, 66%))

hex

background-color: #C4F3DA;

tailwind

bg-[hsl(148,65%,86%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(148, 65%, 86%, 0.4);

css variable

--color-primary: hsl(148, 65%, 86%);

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(148, 65%, 86%)?

HEX: #C4F3DA | RGB: rgb(196, 243, 218) | CMYK: 19%, 0%, 10%, 5% | HSV: 148°, 19%, 95%. Copy any format from the conversion table above.

What colors go well with #C4F3DA?

The complementary color is HSL(328, 65%, 86%). For a triadic harmony, use hues 148°, 268°, and 28°. For analogous combinations, try hues 118° and 178°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(148, 65%, 86%) in CSS?

As HSL: color: hsl(148, 65%, 86%); — As HEX: color: #C4F3DA; — As RGB: color: rgb(196, 243, 218); — Tailwind CSS: bg-[hsl(148,65%,86%)] — CSS variable: --color-primary: hsl(148, 65%, 86%);