HSL(118, 65%, 71%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(118,65%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(118, 65%, 71%) | color: hsl(118, 65%, 71%) | |
| HEX | #88E585 | color: #88E585 | |
| RGB | rgb(136, 229, 133) | color: rgb(136, 229, 133) | |
| CMYK | cmyk(41%, 0%, 42%, 10%) | — | |
| HSV | hsv(118, 42%, 90%) | — | |
| HWB | hwb(118 52% 10%) | color: hwb(118 52% 10%) | |
| OKLCH | oklch(0.8411 0.1578 143.37) | color: oklch(0.8411 0.1578 143.37) | |
| Lab | lab(83.42 -46.49 38.3) | color: lab(83.42 -46.49 38.3) | |
| LCH | lch(83.42 60.23 140.52) | color: lch(83.42 60.23 140.52) |
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)
#B0B19C — rgb(176, 177, 156)
Deuteranopia (Green-blind)
#ABA4A2 — rgb(171, 164, 162)
Tritanopia (Blue-blind)
#8DAFB3 — rgb(141, 175, 179)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(118, 65%, 71%);
text
color: hsl(118, 65%, 71%);
border
border: 2px solid hsl(118, 65%, 71%);
gradient light
background: linear-gradient(to right, hsl(118, 65%, 91%), hsl(118, 65%, 71%));
gradient dark
background: linear-gradient(to right, hsl(118, 65%, 71%), hsl(118, 65%, 51%))
hex
background-color: #88E585;
tailwind
bg-[hsl(118,65%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(118, 65%, 71%, 0.4);
css variable
--color-primary: hsl(118, 65%, 71%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(118, 65%, 71%)?
HEX: #88E585 | RGB: rgb(136, 229, 133) | CMYK: 41%, 0%, 42%, 10% | HSV: 118°, 42%, 90%. Copy any format from the conversion table above.
What colors go well with #88E585?
The complementary color is HSL(298, 65%, 71%). For a triadic harmony, use hues 118°, 238°, and 358°. For analogous combinations, try hues 88° and 148°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(118, 65%, 71%) in CSS?
As HSL: color: hsl(118, 65%, 71%); — As HEX: color: #88E585; — As RGB: color: rgb(136, 229, 133); — Tailwind CSS: bg-[hsl(118,65%,71%)] — CSS variable: --color-primary: hsl(118, 65%, 71%);