HSL(142, 63%, 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(142,63%,87%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(142, 63%, 87%) | color: hsl(142, 63%, 87%) | |
| HEX | #C9F3D8 | color: #C9F3D8 | |
| RGB | rgb(201, 243, 216) | color: rgb(201, 243, 216) | |
| CMYK | cmyk(17%, 0%, 11%, 5%) | — | |
| HSV | hsv(141, 17%, 95%) | — | |
| HWB | hwb(141 79% 5%) | color: hwb(141 79% 5%) | |
| OKLCH | oklch(0.9272 0.0567 156.92) | color: oklch(0.9272 0.0567 156.92) | |
| Lab | lab(92.34 -18.64 8.56) | color: lab(92.34 -18.64 8.56) | |
| LCH | lch(92.34 20.51 155.33) | color: lch(92.34 20.51 155.33) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: black
Color Blindness Simulation
Protanopia (Red-blind)
#DBDCDF — rgb(219, 220, 223)
Deuteranopia (Green-blind)
#D9D6E0 — rgb(217, 214, 224)
Tritanopia (Blue-blind)
#CBE4E5 — rgb(203, 228, 229)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(142, 63%, 87%);
text
color: hsl(142, 63%, 87%);
border
border: 2px solid hsl(142, 63%, 87%);
gradient light
background: linear-gradient(to right, hsl(142, 63%, 100%), hsl(142, 63%, 87%));
gradient dark
background: linear-gradient(to right, hsl(142, 63%, 87%), hsl(142, 63%, 67%))
hex
background-color: #C9F3D8;
tailwind
bg-[hsl(142,63%,87%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(142, 63%, 87%, 0.4);
css variable
--color-primary: hsl(142, 63%, 87%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(142, 63%, 87%)?
HEX: #C9F3D8 | RGB: rgb(201, 243, 216) | CMYK: 17%, 0%, 11%, 5% | HSV: 141°, 17%, 95%. Copy any format from the conversion table above.
What colors go well with #C9F3D8?
The complementary color is HSL(322, 63%, 87%). For a triadic harmony, use hues 142°, 262°, and 22°. For analogous combinations, try hues 112° and 172°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(142, 63%, 87%) in CSS?
As HSL: color: hsl(142, 63%, 87%); — As HEX: color: #C9F3D8; — As RGB: color: rgb(201, 243, 216); — Tailwind CSS: bg-[hsl(142,63%,87%)] — CSS variable: --color-primary: hsl(142, 63%, 87%);