HSL(80, 85%, 75%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(80,85%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(80, 85%, 75%) | color: hsl(80, 85%, 75%) | |
| HEX | #D1F589 | color: #D1F589 | |
| RGB | rgb(209, 245, 137) | color: rgb(209, 245, 137) | |
| CMYK | cmyk(15%, 0%, 44%, 4%) | — | |
| HSV | hsv(80, 44%, 96%) | — | |
| HWB | hwb(80 54% 4%) | color: hwb(80 54% 4%) | |
| OKLCH | oklch(0.921 0.1404 124.21) | color: oklch(0.921 0.1404 124.21) | |
| Lab | lab(91.98 -28.43 48.02) | color: lab(91.98 -28.43 48.02) | |
| LCH | lch(91.98 55.8 120.63) | color: lch(91.98 55.8 120.63) |
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)
#E1E1A3 — rgb(225, 225, 163)
Deuteranopia (Green-blind)
#DFDCA9 — rgb(223, 220, 169)
Tritanopia (Blue-blind)
#D3B8BC — rgb(211, 184, 188)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(80, 85%, 75%);
text
color: hsl(80, 85%, 75%);
border
border: 2px solid hsl(80, 85%, 75%);
gradient light
background: linear-gradient(to right, hsl(80, 85%, 95%), hsl(80, 85%, 75%));
gradient dark
background: linear-gradient(to right, hsl(80, 85%, 75%), hsl(80, 85%, 55%))
hex
background-color: #D1F589;
tailwind
bg-[hsl(80,85%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(80, 85%, 75%, 0.4);
css variable
--color-primary: hsl(80, 85%, 75%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(80, 85%, 75%)?
HEX: #D1F589 | RGB: rgb(209, 245, 137) | CMYK: 15%, 0%, 44%, 4% | HSV: 80°, 44%, 96%. Copy any format from the conversion table above.
What colors go well with #D1F589?
The complementary color is HSL(260, 85%, 75%). 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, 85%, 75%) in CSS?
As HSL: color: hsl(80, 85%, 75%); — As HEX: color: #D1F589; — As RGB: color: rgb(209, 245, 137); — Tailwind CSS: bg-[hsl(80,85%,75%)] — CSS variable: --color-primary: hsl(80, 85%, 75%);