HSL(121, 56%, 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(121,56%,89%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(121, 56%, 89%) | color: hsl(121, 56%, 89%) | |
| HEX | #D3F3D4 | color: #D3F3D4 | |
| RGB | rgb(211, 243, 212) | color: rgb(211, 243, 212) | |
| CMYK | cmyk(13%, 0%, 13%, 5%) | — | |
| HSV | hsv(122, 13%, 95%) | — | |
| HWB | hwb(122 83% 5%) | color: hwb(122 83% 5%) | |
| OKLCH | oklch(0.9328 0.0532 145.97) | color: oklch(0.9328 0.0532 145.97) | |
| Lab | lab(92.88 -16.09 11.49) | color: lab(92.88 -16.09 11.49) | |
| LCH | lch(92.88 19.77 144.47) | color: lch(92.88 19.77 144.47) |
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)
#E1E1DC — rgb(225, 225, 220)
Deuteranopia (Green-blind)
#DFDDDD — rgb(223, 221, 221)
Tritanopia (Blue-blind)
#D5E1E3 — rgb(213, 225, 227)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(121, 56%, 89%);
text
color: hsl(121, 56%, 89%);
border
border: 2px solid hsl(121, 56%, 89%);
gradient light
background: linear-gradient(to right, hsl(121, 56%, 100%), hsl(121, 56%, 89%));
gradient dark
background: linear-gradient(to right, hsl(121, 56%, 89%), hsl(121, 56%, 69%))
hex
background-color: #D3F3D4;
tailwind
bg-[hsl(121,56%,89%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(121, 56%, 89%, 0.4);
css variable
--color-primary: hsl(121, 56%, 89%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(121, 56%, 89%)?
HEX: #D3F3D4 | RGB: rgb(211, 243, 212) | CMYK: 13%, 0%, 13%, 5% | HSV: 122°, 13%, 95%. Copy any format from the conversion table above.
What colors go well with #D3F3D4?
The complementary color is HSL(301, 56%, 89%). 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, 56%, 89%) in CSS?
As HSL: color: hsl(121, 56%, 89%); — As HEX: color: #D3F3D4; — As RGB: color: rgb(211, 243, 212); — Tailwind CSS: bg-[hsl(121,56%,89%)] — CSS variable: --color-primary: hsl(121, 56%, 89%);