HSL(80, 65%, 77%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(80,65%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(80, 65%, 77%) | color: hsl(80, 65%, 77%) | |
| HEX | #D1EA9E | color: #D1EA9E | |
| RGB | rgb(209, 234, 158) | color: rgb(209, 234, 158) | |
| CMYK | cmyk(11%, 0%, 32%, 8%) | — | |
| HSV | hsv(80, 32%, 92%) | — | |
| HWB | hwb(80 63% 8%) | color: hwb(80 63% 8%) | |
| OKLCH | oklch(0.9007 0.102 123.24) | color: oklch(0.9007 0.102 123.24) | |
| Lab | lab(89.33 -20.65 34.27) | color: lab(89.33 -20.65 34.27) | |
| LCH | lch(89.33 40.01 121.07) | color: lch(89.33 40.01 121.07) |
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)
#DCDCB0 — rgb(220, 220, 176)
Deuteranopia (Green-blind)
#DAD9B5 — rgb(218, 217, 181)
Tritanopia (Blue-blind)
#D2BFC2 — rgb(210, 191, 194)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(80, 65%, 77%);
text
color: hsl(80, 65%, 77%);
border
border: 2px solid hsl(80, 65%, 77%);
gradient light
background: linear-gradient(to right, hsl(80, 65%, 97%), hsl(80, 65%, 77%));
gradient dark
background: linear-gradient(to right, hsl(80, 65%, 77%), hsl(80, 65%, 57%))
hex
background-color: #D1EA9E;
tailwind
bg-[hsl(80,65%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(80, 65%, 77%, 0.4);
css variable
--color-primary: hsl(80, 65%, 77%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(80, 65%, 77%)?
HEX: #D1EA9E | RGB: rgb(209, 234, 158) | CMYK: 11%, 0%, 32%, 8% | HSV: 80°, 32%, 92%. Copy any format from the conversion table above.
What colors go well with #D1EA9E?
The complementary color is HSL(260, 65%, 77%). 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, 65%, 77%) in CSS?
As HSL: color: hsl(80, 65%, 77%); — As HEX: color: #D1EA9E; — As RGB: color: rgb(209, 234, 158); — Tailwind CSS: bg-[hsl(80,65%,77%)] — CSS variable: --color-primary: hsl(80, 65%, 77%);