HSL(126, 65%, 72%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(126,65%,72%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(126, 65%, 72%) | color: hsl(126, 65%, 72%) | |
| HEX | #89E692 | color: #89E692 | |
| RGB | rgb(137, 230, 146) | color: rgb(137, 230, 146) | |
| CMYK | cmyk(40%, 0%, 37%, 10%) | — | |
| HSV | hsv(126, 40%, 90%) | — | |
| HWB | hwb(126 54% 10%) | color: hwb(126 54% 10%) | |
| OKLCH | oklch(0.8462 0.1461 146.33) | color: oklch(0.8462 0.1461 146.33) | |
| Lab | lab(83.96 -44.65 32.49) | color: lab(83.96 -44.65 32.49) | |
| LCH | lch(83.96 55.22 143.96) | color: lch(83.96 55.22 143.96) |
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)
#B1B2A6 — rgb(177, 178, 166)
Deuteranopia (Green-blind)
#ACA5AB — rgb(172, 165, 171)
Tritanopia (Blue-blind)
#8EB6BA — rgb(142, 182, 186)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(126, 65%, 72%);
text
color: hsl(126, 65%, 72%);
border
border: 2px solid hsl(126, 65%, 72%);
gradient light
background: linear-gradient(to right, hsl(126, 65%, 92%), hsl(126, 65%, 72%));
gradient dark
background: linear-gradient(to right, hsl(126, 65%, 72%), hsl(126, 65%, 52%))
hex
background-color: #89E692;
tailwind
bg-[hsl(126,65%,72%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(126, 65%, 72%, 0.4);
css variable
--color-primary: hsl(126, 65%, 72%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(126, 65%, 72%)?
HEX: #89E692 | RGB: rgb(137, 230, 146) | CMYK: 40%, 0%, 37%, 10% | HSV: 126°, 40%, 90%. Copy any format from the conversion table above.
What colors go well with #89E692?
The complementary color is HSL(306, 65%, 72%). 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, 65%, 72%) in CSS?
As HSL: color: hsl(126, 65%, 72%); — As HEX: color: #89E692; — As RGB: color: rgb(137, 230, 146); — Tailwind CSS: bg-[hsl(126,65%,72%)] — CSS variable: --color-primary: hsl(126, 65%, 72%);