HSL(138, 65%, 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(138,65%,91%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(138, 65%, 91%) | color: hsl(138, 65%, 91%) | |
| HEX | #D9F7E2 | color: #D9F7E2 | |
| RGB | rgb(217, 247, 226) | color: rgb(217, 247, 226) | |
| CMYK | cmyk(12%, 0%, 9%, 3%) | — | |
| HSV | hsv(138, 12%, 97%) | — | |
| HWB | hwb(138 85% 3%) | color: hwb(138 85% 3%) | |
| OKLCH | oklch(0.9488 0.042 155) | color: oklch(0.9488 0.042 155) | |
| Lab | lab(94.64 -13.62 6.82) | color: lab(94.64 -13.62 6.82) | |
| LCH | lch(94.64 15.23 153.4) | color: lch(94.64 15.23 153.4) |
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)
#E6E6E7 — rgb(230, 230, 231)
Deuteranopia (Green-blind)
#E4E2E8 — rgb(228, 226, 232)
Tritanopia (Blue-blind)
#DBEBEC — rgb(219, 235, 236)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(138, 65%, 91%);
text
color: hsl(138, 65%, 91%);
border
border: 2px solid hsl(138, 65%, 91%);
gradient light
background: linear-gradient(to right, hsl(138, 65%, 100%), hsl(138, 65%, 91%));
gradient dark
background: linear-gradient(to right, hsl(138, 65%, 91%), hsl(138, 65%, 71%))
hex
background-color: #D9F7E2;
tailwind
bg-[hsl(138,65%,91%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(138, 65%, 91%, 0.4);
css variable
--color-primary: hsl(138, 65%, 91%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(138, 65%, 91%)?
HEX: #D9F7E2 | RGB: rgb(217, 247, 226) | CMYK: 12%, 0%, 9%, 3% | HSV: 138°, 12%, 97%. Copy any format from the conversion table above.
What colors go well with #D9F7E2?
The complementary color is HSL(318, 65%, 91%). For a triadic harmony, use hues 138°, 258°, and 18°. For analogous combinations, try hues 108° and 168°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(138, 65%, 91%) in CSS?
As HSL: color: hsl(138, 65%, 91%); — As HEX: color: #D9F7E2; — As RGB: color: rgb(217, 247, 226); — Tailwind CSS: bg-[hsl(138,65%,91%)] — CSS variable: --color-primary: hsl(138, 65%, 91%);