HSL(126, 85%, 76%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(126,85%,76%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(126, 85%, 76%) | color: hsl(126, 85%, 76%) | |
| HEX | #8EF698 | color: #8EF698 | |
| RGB | rgb(142, 246, 152) | color: rgb(142, 246, 152) | |
| CMYK | cmyk(42%, 0%, 38%, 4%) | — | |
| HSV | hsv(126, 42%, 96%) | — | |
| HWB | hwb(126 56% 4%) | color: hwb(126 56% 4%) | |
| OKLCH | oklch(0.8872 0.1607 146.19) | color: oklch(0.8872 0.1607 146.19) | |
| Lab | lab(88.89 -49.08 36.01) | color: lab(88.89 -49.08 36.01) | |
| LCH | lch(88.89 60.87 143.73) | color: lch(88.89 60.87 143.73) |
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)
#BBBCAF — rgb(187, 188, 175)
Deuteranopia (Green-blind)
#B5ADB4 — rgb(181, 173, 180)
Tritanopia (Blue-blind)
#93C1C5 — rgb(147, 193, 197)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(126, 85%, 76%);
text
color: hsl(126, 85%, 76%);
border
border: 2px solid hsl(126, 85%, 76%);
gradient light
background: linear-gradient(to right, hsl(126, 85%, 96%), hsl(126, 85%, 76%));
gradient dark
background: linear-gradient(to right, hsl(126, 85%, 76%), hsl(126, 85%, 56%))
hex
background-color: #8EF698;
tailwind
bg-[hsl(126,85%,76%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(126, 85%, 76%, 0.4);
css variable
--color-primary: hsl(126, 85%, 76%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(126, 85%, 76%)?
HEX: #8EF698 | RGB: rgb(142, 246, 152) | CMYK: 42%, 0%, 38%, 4% | HSV: 126°, 42%, 96%. Copy any format from the conversion table above.
What colors go well with #8EF698?
The complementary color is HSL(306, 85%, 76%). For a triadic harmony, use hues 126°, 246°, and 6°. For analogous combinations, try hues 96° and 156°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(126, 85%, 76%) in CSS?
As HSL: color: hsl(126, 85%, 76%); — As HEX: color: #8EF698; — As RGB: color: rgb(142, 246, 152); — Tailwind CSS: bg-[hsl(126,85%,76%)] — CSS variable: --color-primary: hsl(126, 85%, 76%);