HSL(122, 71%, 90%)
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(122,71%,90%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(122, 71%, 90%) | color: hsl(122, 71%, 90%) | |
| HEX | #D3F8D5 | color: #D3F8D5 | |
| RGB | rgb(211, 248, 213) | color: rgb(211, 248, 213) | |
| CMYK | cmyk(15%, 0%, 14%, 3%) | — | |
| HSV | hsv(123, 15%, 97%) | — | |
| HWB | hwb(123 82% 3%) | color: hwb(123 82% 3%) | |
| OKLCH | oklch(0.9435 0.0604 146.53) | color: oklch(0.9435 0.0604 146.53) | |
| Lab | lab(94.22 -18.37 12.87) | color: lab(94.22 -18.37 12.87) | |
| LCH | lch(94.22 22.43 144.98) | color: lch(94.22 22.43 144.98) |
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)
#E3E3DD — rgb(227, 227, 221)
Deuteranopia (Green-blind)
#E1DEE0 — rgb(225, 222, 224)
Tritanopia (Blue-blind)
#D5E4E6 — rgb(213, 228, 230)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(122, 71%, 90%);
text
color: hsl(122, 71%, 90%);
border
border: 2px solid hsl(122, 71%, 90%);
gradient light
background: linear-gradient(to right, hsl(122, 71%, 100%), hsl(122, 71%, 90%));
gradient dark
background: linear-gradient(to right, hsl(122, 71%, 90%), hsl(122, 71%, 70%))
hex
background-color: #D3F8D5;
tailwind
bg-[hsl(122,71%,90%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(122, 71%, 90%, 0.4);
css variable
--color-primary: hsl(122, 71%, 90%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(122, 71%, 90%)?
HEX: #D3F8D5 | RGB: rgb(211, 248, 213) | CMYK: 15%, 0%, 14%, 3% | HSV: 123°, 15%, 97%. Copy any format from the conversion table above.
What colors go well with #D3F8D5?
The complementary color is HSL(302, 71%, 90%). For a triadic harmony, use hues 122°, 242°, and 2°. For analogous combinations, try hues 92° and 152°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(122, 71%, 90%) in CSS?
As HSL: color: hsl(122, 71%, 90%); — As HEX: color: #D3F8D5; — As RGB: color: rgb(211, 248, 213); — Tailwind CSS: bg-[hsl(122,71%,90%)] — CSS variable: --color-primary: hsl(122, 71%, 90%);