HSL(93, 30%, 93%)
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(93,30%,93%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(93, 30%, 93%) | color: hsl(93, 30%, 93%) | |
| HEX | #EDF3E8 | color: #EDF3E8 | |
| RGB | rgb(237, 243, 232) | color: rgb(237, 243, 232) | |
| CMYK | cmyk(2%, 0%, 5%, 5%) | — | |
| HSV | hsv(93, 5%, 95%) | — | |
| HWB | hwb(93 90% 5%) | color: hwb(93 90% 5%) | |
| OKLCH | oklch(0.9566 0.0159 130.42) | color: oklch(0.9566 0.0159 130.42) | |
| Lab | lab(95.13 -3.93 4.6) | color: lab(95.13 -3.93 4.6) | |
| LCH | lch(95.13 6.05 130.51) | color: lch(95.13 6.05 130.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)
#F0F0EB — rgb(240, 240, 235)
Deuteranopia (Green-blind)
#EFEFEB — rgb(239, 239, 235)
Tritanopia (Blue-blind)
#EDEDED — rgb(237, 237, 237)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(93, 30%, 93%);
text
color: hsl(93, 30%, 93%);
border
border: 2px solid hsl(93, 30%, 93%);
gradient light
background: linear-gradient(to right, hsl(93, 30%, 100%), hsl(93, 30%, 93%));
gradient dark
background: linear-gradient(to right, hsl(93, 30%, 93%), hsl(93, 30%, 73%))
hex
background-color: #EDF3E8;
tailwind
bg-[hsl(93,30%,93%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(93, 30%, 93%, 0.4);
css variable
--color-primary: hsl(93, 30%, 93%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(93, 30%, 93%)?
HEX: #EDF3E8 | RGB: rgb(237, 243, 232) | CMYK: 2%, 0%, 5%, 5% | HSV: 93°, 5%, 95%. Copy any format from the conversion table above.
What colors go well with #EDF3E8?
The complementary color is HSL(273, 30%, 93%). For a triadic harmony, use hues 93°, 213°, and 333°. For analogous combinations, try hues 63° and 123°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(93, 30%, 93%) in CSS?
As HSL: color: hsl(93, 30%, 93%); — As HEX: color: #EDF3E8; — As RGB: color: rgb(237, 243, 232); — Tailwind CSS: bg-[hsl(93,30%,93%)] — CSS variable: --color-primary: hsl(93, 30%, 93%);