HSL(73, 68%, 82%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(73,68%,82%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(73, 68%, 82%) | color: hsl(73, 68%, 82%) | |
| HEX | #E3F0B2 | color: #E3F0B2 | |
| RGB | rgb(227, 240, 178) | color: rgb(227, 240, 178) | |
| CMYK | cmyk(5%, 0%, 26%, 6%) | — | |
| HSV | hsv(73, 26%, 94%) | — | |
| HWB | hwb(73 70% 6%) | color: hwb(73 70% 6%) | |
| OKLCH | oklch(0.9304 0.0815 117.63) | color: oklch(0.9304 0.0815 117.63) | |
| Lab | lab(92.52 -14.33 28.61) | color: lab(92.52 -14.33 28.61) | |
| LCH | lch(92.52 32 116.61) | color: lch(92.52 32 116.61) |
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)
#E9E9C1 — rgb(233, 233, 193)
Deuteranopia (Green-blind)
#E8E7C5 — rgb(232, 231, 197)
Tritanopia (Blue-blind)
#E4CDCF — rgb(228, 205, 207)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(73, 68%, 82%);
text
color: hsl(73, 68%, 82%);
border
border: 2px solid hsl(73, 68%, 82%);
gradient light
background: linear-gradient(to right, hsl(73, 68%, 100%), hsl(73, 68%, 82%));
gradient dark
background: linear-gradient(to right, hsl(73, 68%, 82%), hsl(73, 68%, 62%))
hex
background-color: #E3F0B2;
tailwind
bg-[hsl(73,68%,82%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(73, 68%, 82%, 0.4);
css variable
--color-primary: hsl(73, 68%, 82%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(73, 68%, 82%)?
HEX: #E3F0B2 | RGB: rgb(227, 240, 178) | CMYK: 5%, 0%, 26%, 6% | HSV: 73°, 26%, 94%. Copy any format from the conversion table above.
What colors go well with #E3F0B2?
The complementary color is HSL(253, 68%, 82%). For a triadic harmony, use hues 73°, 193°, and 313°. For analogous combinations, try hues 43° and 103°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(73, 68%, 82%) in CSS?
As HSL: color: hsl(73, 68%, 82%); — As HEX: color: #E3F0B2; — As RGB: color: rgb(227, 240, 178); — Tailwind CSS: bg-[hsl(73,68%,82%)] — CSS variable: --color-primary: hsl(73, 68%, 82%);