HSL(140, 45%, 89%)
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(140,45%,89%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(140, 45%, 89%) | color: hsl(140, 45%, 89%) | |
| HEX | #D6F0DF | color: #D6F0DF | |
| RGB | rgb(214, 240, 223) | color: rgb(214, 240, 223) | |
| CMYK | cmyk(11%, 0%, 7%, 6%) | — | |
| HSV | hsv(141, 11%, 94%) | — | |
| HWB | hwb(141 84% 6%) | color: hwb(141 84% 6%) | |
| OKLCH | oklch(0.9315 0.0356 157) | color: oklch(0.9315 0.0356 157) | |
| Lab | lab(92.55 -11.65 5.33) | color: lab(92.55 -11.65 5.33) | |
| LCH | lch(92.55 12.81 155.42) | color: lch(92.55 12.81 155.42) |
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)
#E1E1E3 — rgb(225, 225, 227)
Deuteranopia (Green-blind)
#E0DEE4 — rgb(224, 222, 228)
Tritanopia (Blue-blind)
#D7E6E7 — rgb(215, 230, 231)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(140, 45%, 89%);
text
color: hsl(140, 45%, 89%);
border
border: 2px solid hsl(140, 45%, 89%);
gradient light
background: linear-gradient(to right, hsl(140, 45%, 100%), hsl(140, 45%, 89%));
gradient dark
background: linear-gradient(to right, hsl(140, 45%, 89%), hsl(140, 45%, 69%))
hex
background-color: #D6F0DF;
tailwind
bg-[hsl(140,45%,89%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(140, 45%, 89%, 0.4);
css variable
--color-primary: hsl(140, 45%, 89%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(140, 45%, 89%)?
HEX: #D6F0DF | RGB: rgb(214, 240, 223) | CMYK: 11%, 0%, 7%, 6% | HSV: 141°, 11%, 94%. Copy any format from the conversion table above.
What colors go well with #D6F0DF?
The complementary color is HSL(320, 45%, 89%). For a triadic harmony, use hues 140°, 260°, and 20°. For analogous combinations, try hues 110° and 170°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(140, 45%, 89%) in CSS?
As HSL: color: hsl(140, 45%, 89%); — As HEX: color: #D6F0DF; — As RGB: color: rgb(214, 240, 223); — Tailwind CSS: bg-[hsl(140,45%,89%)] — CSS variable: --color-primary: hsl(140, 45%, 89%);