HSL(138, 100%, 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,100%,91%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(138, 100%, 91%) | color: hsl(138, 100%, 91%) | |
| HEX | #D1FFDF | color: #D1FFDF | |
| RGB | rgb(209, 255, 223) | color: rgb(209, 255, 223) | |
| CMYK | cmyk(18%, 0%, 13%, 0%) | — | |
| HSV | hsv(138, 18%, 100%) | — | |
| HWB | hwb(138 82% 0%) | color: hwb(138 82% 0%) | |
| OKLCH | oklch(0.9594 0.0636 154.7) | color: oklch(0.9594 0.0636 154.7) | |
| Lab | lab(96.16 -20.66 10.48) | color: lab(96.16 -20.66 10.48) | |
| LCH | lch(96.16 23.17 153.1) | color: lch(96.16 23.17 153.1) |
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)
#E5E5E7 — rgb(229, 229, 231)
Deuteranopia (Green-blind)
#E2DFE9 — rgb(226, 223, 233)
Tritanopia (Blue-blind)
#D3EDEE — rgb(211, 237, 238)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(138, 100%, 91%);
text
color: hsl(138, 100%, 91%);
border
border: 2px solid hsl(138, 100%, 91%);
gradient light
background: linear-gradient(to right, hsl(138, 100%, 100%), hsl(138, 100%, 91%));
gradient dark
background: linear-gradient(to right, hsl(138, 100%, 91%), hsl(138, 100%, 71%))
hex
background-color: #D1FFDF;
tailwind
bg-[hsl(138,100%,91%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(138, 100%, 91%, 0.4);
css variable
--color-primary: hsl(138, 100%, 91%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(138, 100%, 91%)?
HEX: #D1FFDF | RGB: rgb(209, 255, 223) | CMYK: 18%, 0%, 13%, 0% | HSV: 138°, 18%, 100%. Copy any format from the conversion table above.
What colors go well with #D1FFDF?
The complementary color is HSL(318, 100%, 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, 100%, 91%) in CSS?
As HSL: color: hsl(138, 100%, 91%); — As HEX: color: #D1FFDF; — As RGB: color: rgb(209, 255, 223); — Tailwind CSS: bg-[hsl(138,100%,91%)] — CSS variable: --color-primary: hsl(138, 100%, 91%);