HSL(112, 78%, 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(112,78%,86%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(112, 78%, 86%) | color: hsl(112, 78%, 86%) | |
| HEX | #C7F7BF | color: #C7F7BF | |
| RGB | rgb(199, 247, 191) | color: rgb(199, 247, 191) | |
| CMYK | cmyk(19%, 0%, 23%, 3%) | — | |
| HSV | hsv(111, 23%, 97%) | — | |
| HWB | hwb(111 75% 3%) | color: hwb(111 75% 3%) | |
| OKLCH | oklch(0.9285 0.0894 141.06) | color: oklch(0.9285 0.0894 141.06) | |
| Lab | lab(92.76 -25.55 22.02) | color: lab(92.76 -25.55 22.02) | |
| LCH | lch(92.76 33.73 139.24) | color: lch(92.76 33.73 139.24) |
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)
#DCDCCD — rgb(220, 220, 205)
Deuteranopia (Green-blind)
#D9D5D0 — rgb(217, 213, 208)
Tritanopia (Blue-blind)
#C9D7DA — rgb(201, 215, 218)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(112, 78%, 86%);
text
color: hsl(112, 78%, 86%);
border
border: 2px solid hsl(112, 78%, 86%);
gradient light
background: linear-gradient(to right, hsl(112, 78%, 100%), hsl(112, 78%, 86%));
gradient dark
background: linear-gradient(to right, hsl(112, 78%, 86%), hsl(112, 78%, 66%))
hex
background-color: #C7F7BF;
tailwind
bg-[hsl(112,78%,86%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(112, 78%, 86%, 0.4);
css variable
--color-primary: hsl(112, 78%, 86%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(112, 78%, 86%)?
HEX: #C7F7BF | RGB: rgb(199, 247, 191) | CMYK: 19%, 0%, 23%, 3% | HSV: 111°, 23%, 97%. Copy any format from the conversion table above.
What colors go well with #C7F7BF?
The complementary color is HSL(292, 78%, 86%). For a triadic harmony, use hues 112°, 232°, and 352°. For analogous combinations, try hues 82° and 142°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(112, 78%, 86%) in CSS?
As HSL: color: hsl(112, 78%, 86%); — As HEX: color: #C7F7BF; — As RGB: color: rgb(199, 247, 191); — Tailwind CSS: bg-[hsl(112,78%,86%)] — CSS variable: --color-primary: hsl(112, 78%, 86%);