HSL(113, 93%, 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(113,93%,90%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(113, 93%, 90%) | color: hsl(113, 93%, 90%) | |
| HEX | #D3FDCE | color: #D3FDCE | |
| RGB | rgb(211, 253, 206) | color: rgb(211, 253, 206) | |
| CMYK | cmyk(17%, 0%, 19%, 1%) | — | |
| HSV | hsv(114, 19%, 99%) | — | |
| HWB | hwb(114 80% 1%) | color: hwb(114 80% 1%) | |
| OKLCH | oklch(0.9524 0.0759 142.12) | color: oklch(0.9524 0.0759 142.12) | |
| Lab | lab(95.39 -21.99 18.12) | color: lab(95.39 -21.99 18.12) | |
| LCH | lch(95.39 28.49 140.51) | color: lch(95.39 28.49 140.51) |
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)
#E5E6D9 — rgb(229, 230, 217)
Deuteranopia (Green-blind)
#E3E0DC — rgb(227, 224, 220)
Tritanopia (Blue-blind)
#D5E2E4 — rgb(213, 226, 228)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(113, 93%, 90%);
text
color: hsl(113, 93%, 90%);
border
border: 2px solid hsl(113, 93%, 90%);
gradient light
background: linear-gradient(to right, hsl(113, 93%, 100%), hsl(113, 93%, 90%));
gradient dark
background: linear-gradient(to right, hsl(113, 93%, 90%), hsl(113, 93%, 70%))
hex
background-color: #D3FDCE;
tailwind
bg-[hsl(113,93%,90%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(113, 93%, 90%, 0.4);
css variable
--color-primary: hsl(113, 93%, 90%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(113, 93%, 90%)?
HEX: #D3FDCE | RGB: rgb(211, 253, 206) | CMYK: 17%, 0%, 19%, 1% | HSV: 114°, 19%, 99%. Copy any format from the conversion table above.
What colors go well with #D3FDCE?
The complementary color is HSL(293, 93%, 90%). For a triadic harmony, use hues 113°, 233°, and 353°. For analogous combinations, try hues 83° and 143°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(113, 93%, 90%) in CSS?
As HSL: color: hsl(113, 93%, 90%); — As HEX: color: #D3FDCE; — As RGB: color: rgb(211, 253, 206); — Tailwind CSS: bg-[hsl(113,93%,90%)] — CSS variable: --color-primary: hsl(113, 93%, 90%);