HSL(107, 98%, 91%)
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(107,98%,91%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(107, 98%, 91%) | color: hsl(107, 98%, 91%) | |
| HEX | #DBFFD2 | color: #DBFFD2 | |
| RGB | rgb(219, 255, 210) | color: rgb(219, 255, 210) | |
| CMYK | cmyk(14%, 0%, 18%, 0%) | — | |
| HSV | hsv(108, 18%, 100%) | — | |
| HWB | hwb(108 82% 0%) | color: hwb(108 82% 0%) | |
| OKLCH | oklch(0.9628 0.0701 139.43) | color: oklch(0.9628 0.0701 139.43) | |
| Lab | lab(96.51 -19.63 17.71) | color: lab(96.51 -19.63 17.71) | |
| LCH | lch(96.51 26.44 137.94) | color: lch(96.51 26.44 137.94) |
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)
#EBEBDD — rgb(235, 235, 221)
Deuteranopia (Green-blind)
#E9E6E0 — rgb(233, 230, 224)
Tritanopia (Blue-blind)
#DDE5E7 — rgb(221, 229, 231)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(107, 98%, 91%);
text
color: hsl(107, 98%, 91%);
border
border: 2px solid hsl(107, 98%, 91%);
gradient light
background: linear-gradient(to right, hsl(107, 98%, 100%), hsl(107, 98%, 91%));
gradient dark
background: linear-gradient(to right, hsl(107, 98%, 91%), hsl(107, 98%, 71%))
hex
background-color: #DBFFD2;
tailwind
bg-[hsl(107,98%,91%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(107, 98%, 91%, 0.4);
css variable
--color-primary: hsl(107, 98%, 91%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(107, 98%, 91%)?
HEX: #DBFFD2 | RGB: rgb(219, 255, 210) | CMYK: 14%, 0%, 18%, 0% | HSV: 108°, 18%, 100%. Copy any format from the conversion table above.
What colors go well with #DBFFD2?
The complementary color is HSL(287, 98%, 91%). For a triadic harmony, use hues 107°, 227°, and 347°. For analogous combinations, try hues 77° and 137°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(107, 98%, 91%) in CSS?
As HSL: color: hsl(107, 98%, 91%); — As HEX: color: #DBFFD2; — As RGB: color: rgb(219, 255, 210); — Tailwind CSS: bg-[hsl(107,98%,91%)] — CSS variable: --color-primary: hsl(107, 98%, 91%);