HSL(104, 80%, 66%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(104,80%,66%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(104, 80%, 66%) | color: hsl(104, 80%, 66%) | |
| HEX | #88EE63 | color: #88EE63 | |
| RGB | rgb(136, 238, 99) | color: rgb(136, 238, 99) | |
| CMYK | cmyk(43%, 0%, 58%, 7%) | — | |
| HSV | hsv(104, 58%, 93%) | — | |
| HWB | hwb(104 39% 7%) | color: hwb(104 39% 7%) | |
| OKLCH | oklch(0.8579 0.2006 138.24) | color: oklch(0.8579 0.2006 138.24) | |
| Lab | lab(85.65 -54.36 56.97) | color: lab(85.65 -54.36 56.97) | |
| LCH | lch(85.65 78.74 133.66) | color: lch(85.65 78.74 133.66) |
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)
#B4B585 — rgb(180, 181, 133)
Deuteranopia (Green-blind)
#AEA78D — rgb(174, 167, 141)
Tritanopia (Blue-blind)
#8D9FA5 — rgb(141, 159, 165)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(104, 80%, 66%);
text
color: hsl(104, 80%, 66%);
border
border: 2px solid hsl(104, 80%, 66%);
gradient light
background: linear-gradient(to right, hsl(104, 80%, 86%), hsl(104, 80%, 66%));
gradient dark
background: linear-gradient(to right, hsl(104, 80%, 66%), hsl(104, 80%, 46%))
hex
background-color: #88EE63;
tailwind
bg-[hsl(104,80%,66%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(104, 80%, 66%, 0.4);
css variable
--color-primary: hsl(104, 80%, 66%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(104, 80%, 66%)?
HEX: #88EE63 | RGB: rgb(136, 238, 99) | CMYK: 43%, 0%, 58%, 7% | HSV: 104°, 58%, 93%. Copy any format from the conversion table above.
What colors go well with #88EE63?
The complementary color is HSL(284, 80%, 66%). For a triadic harmony, use hues 104°, 224°, and 344°. For analogous combinations, try hues 74° and 134°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(104, 80%, 66%) in CSS?
As HSL: color: hsl(104, 80%, 66%); — As HEX: color: #88EE63; — As RGB: color: rgb(136, 238, 99); — Tailwind CSS: bg-[hsl(104,80%,66%)] — CSS variable: --color-primary: hsl(104, 80%, 66%);