HSL(109, 70%, 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(109,70%,87%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(109, 70%, 87%) | color: hsl(109, 70%, 87%) | |
| HEX | #CFF5C7 | color: #CFF5C7 | |
| RGB | rgb(207, 245, 199) | color: rgb(207, 245, 199) | |
| CMYK | cmyk(16%, 0%, 19%, 4%) | — | |
| HSV | hsv(110, 19%, 96%) | — | |
| HWB | hwb(110 78% 4%) | color: hwb(110 78% 4%) | |
| OKLCH | oklch(0.9312 0.0729 140.2) | color: oklch(0.9312 0.0729 140.2) | |
| Lab | lab(92.88 -20.61 18.15) | color: lab(92.88 -20.61 18.15) | |
| LCH | lch(92.88 27.46 138.63) | color: lch(92.88 27.46 138.63) |
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)
#DFE0D2 — rgb(223, 224, 210)
Deuteranopia (Green-blind)
#DDDAD5 — rgb(221, 218, 213)
Tritanopia (Blue-blind)
#D1DBDD — rgb(209, 219, 221)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(109, 70%, 87%);
text
color: hsl(109, 70%, 87%);
border
border: 2px solid hsl(109, 70%, 87%);
gradient light
background: linear-gradient(to right, hsl(109, 70%, 100%), hsl(109, 70%, 87%));
gradient dark
background: linear-gradient(to right, hsl(109, 70%, 87%), hsl(109, 70%, 67%))
hex
background-color: #CFF5C7;
tailwind
bg-[hsl(109,70%,87%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(109, 70%, 87%, 0.4);
css variable
--color-primary: hsl(109, 70%, 87%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(109, 70%, 87%)?
HEX: #CFF5C7 | RGB: rgb(207, 245, 199) | CMYK: 16%, 0%, 19%, 4% | HSV: 110°, 19%, 96%. Copy any format from the conversion table above.
What colors go well with #CFF5C7?
The complementary color is HSL(289, 70%, 87%). For a triadic harmony, use hues 109°, 229°, and 349°. For analogous combinations, try hues 79° and 139°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(109, 70%, 87%) in CSS?
As HSL: color: hsl(109, 70%, 87%); — As HEX: color: #CFF5C7; — As RGB: color: rgb(207, 245, 199); — Tailwind CSS: bg-[hsl(109,70%,87%)] — CSS variable: --color-primary: hsl(109, 70%, 87%);