HSL(68, 36%, 90%)
Very Light Green — Green color
Adjust Color
Color Information
Color Name
Very Light Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(68,36%,90%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(68, 36%, 90%) | color: hsl(68, 36%, 90%) | |
| HEX | #ECEFDC | color: #ECEFDC | |
| RGB | rgb(236, 239, 220) | color: rgb(236, 239, 220) | |
| CMYK | cmyk(1%, 0%, 8%, 6%) | — | |
| HSV | hsv(69, 8%, 94%) | — | |
| HWB | hwb(69 86% 6%) | color: hwb(69 86% 6%) | |
| OKLCH | oklch(0.9447 0.0253 114.16) | color: oklch(0.9447 0.0253 114.16) | |
| Lab | lab(93.77 -4.27 8.84) | color: lab(93.77 -4.27 8.84) | |
| LCH | lch(93.77 9.82 115.78) | color: lch(93.77 9.82 115.78) |
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)
#EDEDE1 — rgb(237, 237, 225)
Deuteranopia (Green-blind)
#EDEDE2 — rgb(237, 237, 226)
Tritanopia (Blue-blind)
#ECE4E5 — rgb(236, 228, 229)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(68, 36%, 90%);
text
color: hsl(68, 36%, 90%);
border
border: 2px solid hsl(68, 36%, 90%);
gradient light
background: linear-gradient(to right, hsl(68, 36%, 100%), hsl(68, 36%, 90%));
gradient dark
background: linear-gradient(to right, hsl(68, 36%, 90%), hsl(68, 36%, 70%))
hex
background-color: #ECEFDC;
tailwind
bg-[hsl(68,36%,90%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(68, 36%, 90%, 0.4);
css variable
--color-primary: hsl(68, 36%, 90%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(68, 36%, 90%)?
HEX: #ECEFDC | RGB: rgb(236, 239, 220) | CMYK: 1%, 0%, 8%, 6% | HSV: 69°, 8%, 94%. Copy any format from the conversion table above.
What colors go well with #ECEFDC?
The complementary color is HSL(248, 36%, 90%). For a triadic harmony, use hues 68°, 188°, and 308°. For analogous combinations, try hues 38° and 98°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(68, 36%, 90%) in CSS?
As HSL: color: hsl(68, 36%, 90%); — As HEX: color: #ECEFDC; — As RGB: color: rgb(236, 239, 220); — Tailwind CSS: bg-[hsl(68,36%,90%)] — CSS variable: --color-primary: hsl(68, 36%, 90%);