HSL(146, 88%, 73%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(146,88%,73%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(146, 88%, 73%) | color: hsl(146, 88%, 73%) | |
| HEX | #7EF7B2 | color: #7EF7B2 | |
| RGB | rgb(126, 247, 178) | color: rgb(126, 247, 178) | |
| CMYK | cmyk(49%, 0%, 28%, 3%) | — | |
| HSV | hsv(146, 49%, 97%) | — | |
| HWB | hwb(146 49% 3%) | color: hwb(146 49% 3%) | |
| OKLCH | oklch(0.8879 0.1469 156.62) | color: oklch(0.8879 0.1469 156.62) | |
| Lab | lab(89 -49.24 22.93) | color: lab(89 -49.24 22.93) | |
| LCH | lch(89 54.32 155.03) | color: lch(89 54.32 155.03) |
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)
#B2B3C3 — rgb(178, 179, 195)
Deuteranopia (Green-blind)
#ABA2C7 — rgb(171, 162, 199)
Tritanopia (Blue-blind)
#84D0D3 — rgb(132, 208, 211)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(146, 88%, 73%);
text
color: hsl(146, 88%, 73%);
border
border: 2px solid hsl(146, 88%, 73%);
gradient light
background: linear-gradient(to right, hsl(146, 88%, 93%), hsl(146, 88%, 73%));
gradient dark
background: linear-gradient(to right, hsl(146, 88%, 73%), hsl(146, 88%, 53%))
hex
background-color: #7EF7B2;
tailwind
bg-[hsl(146,88%,73%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(146, 88%, 73%, 0.4);
css variable
--color-primary: hsl(146, 88%, 73%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(146, 88%, 73%)?
HEX: #7EF7B2 | RGB: rgb(126, 247, 178) | CMYK: 49%, 0%, 28%, 3% | HSV: 146°, 49%, 97%. Copy any format from the conversion table above.
What colors go well with #7EF7B2?
The complementary color is HSL(326, 88%, 73%). For a triadic harmony, use hues 146°, 266°, and 26°. For analogous combinations, try hues 116° and 176°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(146, 88%, 73%) in CSS?
As HSL: color: hsl(146, 88%, 73%); — As HEX: color: #7EF7B2; — As RGB: color: rgb(126, 247, 178); — Tailwind CSS: bg-[hsl(146,88%,73%)] — CSS variable: --color-primary: hsl(146, 88%, 73%);