HSL(117, 94%, 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(117,94%,87%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(117, 94%, 87%) | color: hsl(117, 94%, 87%) | |
| HEX | #C2FDBF | color: #C2FDBF | |
| RGB | rgb(194, 253, 191) | color: rgb(194, 253, 191) | |
| CMYK | cmyk(23%, 0%, 25%, 1%) | — | |
| HSV | hsv(117, 25%, 99%) | — | |
| HWB | hwb(117 74% 1%) | color: hwb(117 74% 1%) | |
| OKLCH | oklch(0.9383 0.1019 143.51) | color: oklch(0.9383 0.1019 143.51) | |
| Lab | lab(94.09 -30.03 23.81) | color: lab(94.09 -30.03 23.81) | |
| LCH | lch(94.09 38.32 141.59) | color: lch(94.09 38.32 141.59) |
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)
#DCDCCE — rgb(220, 220, 206)
Deuteranopia (Green-blind)
#D8D4D2 — rgb(216, 212, 210)
Tritanopia (Blue-blind)
#C5DADC — rgb(197, 218, 220)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(117, 94%, 87%);
text
color: hsl(117, 94%, 87%);
border
border: 2px solid hsl(117, 94%, 87%);
gradient light
background: linear-gradient(to right, hsl(117, 94%, 100%), hsl(117, 94%, 87%));
gradient dark
background: linear-gradient(to right, hsl(117, 94%, 87%), hsl(117, 94%, 67%))
hex
background-color: #C2FDBF;
tailwind
bg-[hsl(117,94%,87%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(117, 94%, 87%, 0.4);
css variable
--color-primary: hsl(117, 94%, 87%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(117, 94%, 87%)?
HEX: #C2FDBF | RGB: rgb(194, 253, 191) | CMYK: 23%, 0%, 25%, 1% | HSV: 117°, 25%, 99%. Copy any format from the conversion table above.
What colors go well with #C2FDBF?
The complementary color is HSL(297, 94%, 87%). For a triadic harmony, use hues 117°, 237°, and 357°. For analogous combinations, try hues 87° and 147°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(117, 94%, 87%) in CSS?
As HSL: color: hsl(117, 94%, 87%); — As HEX: color: #C2FDBF; — As RGB: color: rgb(194, 253, 191); — Tailwind CSS: bg-[hsl(117,94%,87%)] — CSS variable: --color-primary: hsl(117, 94%, 87%);