HSL(146, 20%, 59%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(146,20%,59%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(146, 20%, 59%) | color: hsl(146, 20%, 59%) | |
| HEX | #82AB94 | color: #82AB94 | |
| RGB | rgb(130, 171, 148) | color: rgb(130, 171, 148) | |
| CMYK | cmyk(24%, 0%, 13%, 33%) | — | |
| HSV | hsv(146, 24%, 67%) | — | |
| HWB | hwb(146 51% 33%) | color: hwb(146 51% 33%) | |
| OKLCH | oklch(0.7046 0.0557 159.99) | color: oklch(0.7046 0.0557 159.99) | |
| Lab | lab(66.53 -18.68 7.37) | color: lab(66.53 -18.68 7.37) | |
| LCH | lch(66.53 20.08 158.47) | color: lch(66.53 20.08 158.47) |
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)
#94949A — rgb(148, 148, 154)
Deuteranopia (Green-blind)
#918E9B — rgb(145, 142, 155)
Tritanopia (Blue-blind)
#849E9F — rgb(132, 158, 159)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(146, 20%, 59%);
text
color: hsl(146, 20%, 59%);
border
border: 2px solid hsl(146, 20%, 59%);
gradient light
background: linear-gradient(to right, hsl(146, 20%, 79%), hsl(146, 20%, 59%));
gradient dark
background: linear-gradient(to right, hsl(146, 20%, 59%), hsl(146, 20%, 39%))
hex
background-color: #82AB94;
tailwind
bg-[hsl(146,20%,59%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(146, 20%, 59%, 0.4);
css variable
--color-primary: hsl(146, 20%, 59%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(146, 20%, 59%)?
HEX: #82AB94 | RGB: rgb(130, 171, 148) | CMYK: 24%, 0%, 13%, 33% | HSV: 146°, 24%, 67%. Copy any format from the conversion table above.
What colors go well with #82AB94?
The complementary color is HSL(326, 20%, 59%). 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, 20%, 59%) in CSS?
As HSL: color: hsl(146, 20%, 59%); — As HEX: color: #82AB94; — As RGB: color: rgb(130, 171, 148); — Tailwind CSS: bg-[hsl(146,20%,59%)] — CSS variable: --color-primary: hsl(146, 20%, 59%);