HSL(126, 77%, 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(126,77%,86%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(126, 77%, 86%) | color: hsl(126, 77%, 86%) | |
| HEX | #C0F7C5 | color: #C0F7C5 | |
| RGB | rgb(192, 247, 197) | color: rgb(192, 247, 197) | |
| CMYK | cmyk(22%, 0%, 20%, 3%) | — | |
| HSV | hsv(125, 22%, 97%) | — | |
| HWB | hwb(125 76% 3%) | color: hwb(125 76% 3%) | |
| OKLCH | oklch(0.9254 0.0875 147.22) | color: oklch(0.9254 0.0875 147.22) | |
| Lab | lab(92.47 -26.85 18.47) | color: lab(92.47 -26.85 18.47) | |
| LCH | lch(92.47 32.59 145.48) | color: lch(92.47 32.59 145.48) |
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)
#D8D8D1 — rgb(216, 216, 209)
Deuteranopia (Green-blind)
#D5D1D4 — rgb(213, 209, 212)
Tritanopia (Blue-blind)
#C3DBDD — rgb(195, 219, 221)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(126, 77%, 86%);
text
color: hsl(126, 77%, 86%);
border
border: 2px solid hsl(126, 77%, 86%);
gradient light
background: linear-gradient(to right, hsl(126, 77%, 100%), hsl(126, 77%, 86%));
gradient dark
background: linear-gradient(to right, hsl(126, 77%, 86%), hsl(126, 77%, 66%))
hex
background-color: #C0F7C5;
tailwind
bg-[hsl(126,77%,86%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(126, 77%, 86%, 0.4);
css variable
--color-primary: hsl(126, 77%, 86%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(126, 77%, 86%)?
HEX: #C0F7C5 | RGB: rgb(192, 247, 197) | CMYK: 22%, 0%, 20%, 3% | HSV: 125°, 22%, 97%. Copy any format from the conversion table above.
What colors go well with #C0F7C5?
The complementary color is HSL(306, 77%, 86%). For a triadic harmony, use hues 126°, 246°, and 6°. For analogous combinations, try hues 96° and 156°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(126, 77%, 86%) in CSS?
As HSL: color: hsl(126, 77%, 86%); — As HEX: color: #C0F7C5; — As RGB: color: rgb(192, 247, 197); — Tailwind CSS: bg-[hsl(126,77%,86%)] — CSS variable: --color-primary: hsl(126, 77%, 86%);