HSL(97, 25%, 86%)
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(97,25%,86%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(97, 25%, 86%) | color: hsl(97, 25%, 86%) | |
| HEX | #D9E4D2 | color: #D9E4D2 | |
| RGB | rgb(217, 228, 210) | color: rgb(217, 228, 210) | |
| CMYK | cmyk(5%, 0%, 8%, 11%) | — | |
| HSV | hsv(97, 8%, 89%) | — | |
| HWB | hwb(97 82% 11%) | color: hwb(97 82% 11%) | |
| OKLCH | oklch(0.9056 0.0268 132.99) | color: oklch(0.9056 0.0268 132.99) | |
| Lab | lab(89.34 -6.89 7.52) | color: lab(89.34 -6.89 7.52) | |
| LCH | lch(89.34 10.2 132.5) | color: lch(89.34 10.2 132.5) |
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)
#DEDED6 — rgb(222, 222, 214)
Deuteranopia (Green-blind)
#DDDCD7 — rgb(221, 220, 215)
Tritanopia (Blue-blind)
#DADADB — rgb(218, 218, 219)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(97, 25%, 86%);
text
color: hsl(97, 25%, 86%);
border
border: 2px solid hsl(97, 25%, 86%);
gradient light
background: linear-gradient(to right, hsl(97, 25%, 100%), hsl(97, 25%, 86%));
gradient dark
background: linear-gradient(to right, hsl(97, 25%, 86%), hsl(97, 25%, 66%))
hex
background-color: #D9E4D2;
tailwind
bg-[hsl(97,25%,86%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(97, 25%, 86%, 0.4);
css variable
--color-primary: hsl(97, 25%, 86%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(97, 25%, 86%)?
HEX: #D9E4D2 | RGB: rgb(217, 228, 210) | CMYK: 5%, 0%, 8%, 11% | HSV: 97°, 8%, 89%. Copy any format from the conversion table above.
What colors go well with #D9E4D2?
The complementary color is HSL(277, 25%, 86%). For a triadic harmony, use hues 97°, 217°, and 337°. For analogous combinations, try hues 67° and 127°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(97, 25%, 86%) in CSS?
As HSL: color: hsl(97, 25%, 86%); — As HEX: color: #D9E4D2; — As RGB: color: rgb(217, 228, 210); — Tailwind CSS: bg-[hsl(97,25%,86%)] — CSS variable: --color-primary: hsl(97, 25%, 86%);