HSL(103, 68%, 92%)
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(103,68%,92%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(103, 68%, 92%) | color: hsl(103, 68%, 92%) | |
| HEX | #E5F8DD | color: #E5F8DD | |
| RGB | rgb(229, 248, 221) | color: rgb(229, 248, 221) | |
| CMYK | cmyk(8%, 0%, 11%, 3%) | — | |
| HSV | hsv(102, 11%, 97%) | — | |
| HWB | hwb(102 86% 3%) | color: hwb(102 86% 3%) | |
| OKLCH | oklch(0.9579 0.0409 136.31) | color: oklch(0.9579 0.0409 136.31) | |
| Lab | lab(95.59 -11 10.86) | color: lab(95.59 -11 10.86) | |
| LCH | lch(95.59 15.46 135.37) | color: lch(95.59 15.46 135.37) |
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)
#EDEDE4 — rgb(237, 237, 228)
Deuteranopia (Green-blind)
#ECEBE5 — rgb(236, 235, 229)
Tritanopia (Blue-blind)
#E6E9EA — rgb(230, 233, 234)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(103, 68%, 92%);
text
color: hsl(103, 68%, 92%);
border
border: 2px solid hsl(103, 68%, 92%);
gradient light
background: linear-gradient(to right, hsl(103, 68%, 100%), hsl(103, 68%, 92%));
gradient dark
background: linear-gradient(to right, hsl(103, 68%, 92%), hsl(103, 68%, 72%))
hex
background-color: #E5F8DD;
tailwind
bg-[hsl(103,68%,92%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(103, 68%, 92%, 0.4);
css variable
--color-primary: hsl(103, 68%, 92%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(103, 68%, 92%)?
HEX: #E5F8DD | RGB: rgb(229, 248, 221) | CMYK: 8%, 0%, 11%, 3% | HSV: 102°, 11%, 97%. Copy any format from the conversion table above.
What colors go well with #E5F8DD?
The complementary color is HSL(283, 68%, 92%). For a triadic harmony, use hues 103°, 223°, and 343°. For analogous combinations, try hues 73° and 133°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(103, 68%, 92%) in CSS?
As HSL: color: hsl(103, 68%, 92%); — As HEX: color: #E5F8DD; — As RGB: color: rgb(229, 248, 221); — Tailwind CSS: bg-[hsl(103,68%,92%)] — CSS variable: --color-primary: hsl(103, 68%, 92%);