HSL(112, 97%, 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,97%,86%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(112, 97%, 86%) | color: hsl(112, 97%, 86%) | |
| HEX | #C2FEB9 | color: #C2FEB9 | |
| RGB | rgb(194, 254, 185) | color: rgb(194, 254, 185) | |
| CMYK | cmyk(24%, 0%, 27%, 0%) | — | |
| HSV | hsv(112, 27%, 100%) | — | |
| HWB | hwb(112 73% 0%) | color: hwb(112 73% 0%) | |
| OKLCH | oklch(0.9393 0.1098 141.35) | color: oklch(0.9393 0.1098 141.35) | |
| Lab | lab(94.25 -31.46 27.07) | color: lab(94.25 -31.46 27.07) | |
| LCH | lch(94.25 41.5 139.29) | color: lch(94.25 41.5 139.29) |
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)
#DCDDCA — rgb(220, 221, 202)
Deuteranopia (Green-blind)
#D9D4CE — rgb(217, 212, 206)
Tritanopia (Blue-blind)
#C5D7DA — rgb(197, 215, 218)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(112, 97%, 86%);
text
color: hsl(112, 97%, 86%);
border
border: 2px solid hsl(112, 97%, 86%);
gradient light
background: linear-gradient(to right, hsl(112, 97%, 100%), hsl(112, 97%, 86%));
gradient dark
background: linear-gradient(to right, hsl(112, 97%, 86%), hsl(112, 97%, 66%))
hex
background-color: #C2FEB9;
tailwind
bg-[hsl(112,97%,86%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(112, 97%, 86%, 0.4);
css variable
--color-primary: hsl(112, 97%, 86%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(112, 97%, 86%)?
HEX: #C2FEB9 | RGB: rgb(194, 254, 185) | CMYK: 24%, 0%, 27%, 0% | HSV: 112°, 27%, 100%. Copy any format from the conversion table above.
What colors go well with #C2FEB9?
The complementary color is HSL(292, 97%, 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, 97%, 86%) in CSS?
As HSL: color: hsl(112, 97%, 86%); — As HEX: color: #C2FEB9; — As RGB: color: rgb(194, 254, 185); — Tailwind CSS: bg-[hsl(112,97%,86%)] — CSS variable: --color-primary: hsl(112, 97%, 86%);