HSL(80, 64%, 85%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(80,64%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(80, 64%, 85%) | color: hsl(80, 64%, 85%) | |
| HEX | #E1F1C0 | color: #E1F1C0 | |
| RGB | rgb(225, 241, 192) | color: rgb(225, 241, 192) | |
| CMYK | cmyk(7%, 0%, 20%, 5%) | — | |
| HSV | hsv(80, 20%, 95%) | — | |
| HWB | hwb(80 76% 5%) | color: hwb(80 76% 5%) | |
| OKLCH | oklch(0.9339 0.0664 122.38) | color: oklch(0.9339 0.0664 122.38) | |
| Lab | lab(92.89 -13.53 21.95) | color: lab(92.89 -13.53 21.95) | |
| LCH | lch(92.89 25.78 121.65) | color: lch(92.89 25.78 121.65) |
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)
#E8E8CC — rgb(232, 232, 204)
Deuteranopia (Green-blind)
#E7E6CF — rgb(231, 230, 207)
Tritanopia (Blue-blind)
#E2D5D7 — rgb(226, 213, 215)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(80, 64%, 85%);
text
color: hsl(80, 64%, 85%);
border
border: 2px solid hsl(80, 64%, 85%);
gradient light
background: linear-gradient(to right, hsl(80, 64%, 100%), hsl(80, 64%, 85%));
gradient dark
background: linear-gradient(to right, hsl(80, 64%, 85%), hsl(80, 64%, 65%))
hex
background-color: #E1F1C0;
tailwind
bg-[hsl(80,64%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(80, 64%, 85%, 0.4);
css variable
--color-primary: hsl(80, 64%, 85%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(80, 64%, 85%)?
HEX: #E1F1C0 | RGB: rgb(225, 241, 192) | CMYK: 7%, 0%, 20%, 5% | HSV: 80°, 20%, 95%. Copy any format from the conversion table above.
What colors go well with #E1F1C0?
The complementary color is HSL(260, 64%, 85%). For a triadic harmony, use hues 80°, 200°, and 320°. For analogous combinations, try hues 50° and 110°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(80, 64%, 85%) in CSS?
As HSL: color: hsl(80, 64%, 85%); — As HEX: color: #E1F1C0; — As RGB: color: rgb(225, 241, 192); — Tailwind CSS: bg-[hsl(80,64%,85%)] — CSS variable: --color-primary: hsl(80, 64%, 85%);