HSL(121, 84%, 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(121,84%,90%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(121, 84%, 90%) | color: hsl(121, 84%, 90%) | |
| HEX | #D0FBD1 | color: #D0FBD1 | |
| RGB | rgb(208, 251, 209) | color: rgb(208, 251, 209) | |
| CMYK | cmyk(17%, 0%, 17%, 2%) | — | |
| HSV | hsv(121, 17%, 98%) | — | |
| HWB | hwb(121 81% 2%) | color: hwb(121 81% 2%) | |
| OKLCH | oklch(0.9469 0.0714 145.59) | color: oklch(0.9469 0.0714 145.59) | |
| Lab | lab(94.74 -21.51 15.64) | color: lab(94.74 -21.51 15.64) | |
| LCH | lch(94.74 26.59 143.98) | color: lch(94.74 26.59 143.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)
#E3E3DB — rgb(227, 227, 219)
Deuteranopia (Green-blind)
#E0DDDE — rgb(224, 221, 222)
Tritanopia (Blue-blind)
#D2E3E5 — rgb(210, 227, 229)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(121, 84%, 90%);
text
color: hsl(121, 84%, 90%);
border
border: 2px solid hsl(121, 84%, 90%);
gradient light
background: linear-gradient(to right, hsl(121, 84%, 100%), hsl(121, 84%, 90%));
gradient dark
background: linear-gradient(to right, hsl(121, 84%, 90%), hsl(121, 84%, 70%))
hex
background-color: #D0FBD1;
tailwind
bg-[hsl(121,84%,90%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(121, 84%, 90%, 0.4);
css variable
--color-primary: hsl(121, 84%, 90%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(121, 84%, 90%)?
HEX: #D0FBD1 | RGB: rgb(208, 251, 209) | CMYK: 17%, 0%, 17%, 2% | HSV: 121°, 17%, 98%. Copy any format from the conversion table above.
What colors go well with #D0FBD1?
The complementary color is HSL(301, 84%, 90%). For a triadic harmony, use hues 121°, 241°, and 1°. For analogous combinations, try hues 91° and 151°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(121, 84%, 90%) in CSS?
As HSL: color: hsl(121, 84%, 90%); — As HEX: color: #D0FBD1; — As RGB: color: rgb(208, 251, 209); — Tailwind CSS: bg-[hsl(121,84%,90%)] — CSS variable: --color-primary: hsl(121, 84%, 90%);