HSL(73, 88%, 82%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(73,88%,82%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(73, 88%, 82%) | color: hsl(73, 88%, 82%) | |
| HEX | #E8F9A9 | color: #E8F9A9 | |
| RGB | rgb(232, 249, 169) | color: rgb(232, 249, 169) | |
| CMYK | cmyk(7%, 0%, 32%, 2%) | — | |
| HSV | hsv(73, 32%, 98%) | — | |
| HWB | hwb(73 67% 2%) | color: hwb(73 67% 2%) | |
| OKLCH | oklch(0.9511 0.1033 118.17) | color: oklch(0.9511 0.1033 118.17) | |
| Lab | lab(95.06 -18.1 36.62) | color: lab(95.06 -18.1 36.62) | |
| LCH | lch(95.06 40.85 116.3) | color: lch(95.06 40.85 116.3) |
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)
#EFF0BC — rgb(239, 240, 188)
Deuteranopia (Green-blind)
#EEEDC1 — rgb(238, 237, 193)
Tritanopia (Blue-blind)
#E9CCCF — rgb(233, 204, 207)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(73, 88%, 82%);
text
color: hsl(73, 88%, 82%);
border
border: 2px solid hsl(73, 88%, 82%);
gradient light
background: linear-gradient(to right, hsl(73, 88%, 100%), hsl(73, 88%, 82%));
gradient dark
background: linear-gradient(to right, hsl(73, 88%, 82%), hsl(73, 88%, 62%))
hex
background-color: #E8F9A9;
tailwind
bg-[hsl(73,88%,82%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(73, 88%, 82%, 0.4);
css variable
--color-primary: hsl(73, 88%, 82%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(73, 88%, 82%)?
HEX: #E8F9A9 | RGB: rgb(232, 249, 169) | CMYK: 7%, 0%, 32%, 2% | HSV: 73°, 32%, 98%. Copy any format from the conversion table above.
What colors go well with #E8F9A9?
The complementary color is HSL(253, 88%, 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, 88%, 82%) in CSS?
As HSL: color: hsl(73, 88%, 82%); — As HEX: color: #E8F9A9; — As RGB: color: rgb(232, 249, 169); — Tailwind CSS: bg-[hsl(73,88%,82%)] — CSS variable: --color-primary: hsl(73, 88%, 82%);