HSL(143, 66%, 57%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(143,66%,57%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(143, 66%, 57%) | color: hsl(143, 66%, 57%) | |
| HEX | #49DA80 | color: #49DA80 | |
| RGB | rgb(73, 218, 128) | color: rgb(73, 218, 128) | |
| CMYK | cmyk(67%, 0%, 41%, 15%) | — | |
| HSV | hsv(143, 67%, 85%) | — | |
| HWB | hwb(143 28% 15%) | color: hwb(143 28% 15%) | |
| OKLCH | oklch(0.79 0.1772 152.26) | color: oklch(0.79 0.1772 152.26) | |
| Lab | lab(77.94 -58.13 33.29) | color: lab(77.94 -58.13 33.29) | |
| LCH | lch(77.94 66.99 150.2) | color: lch(77.94 66.99 150.2) |
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)
#888996 — rgb(136, 137, 150)
Deuteranopia (Green-blind)
#7F759B — rgb(127, 117, 155)
Tritanopia (Blue-blind)
#50A7AB — rgb(80, 167, 171)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(143, 66%, 57%);
text
color: hsl(143, 66%, 57%);
border
border: 2px solid hsl(143, 66%, 57%);
gradient light
background: linear-gradient(to right, hsl(143, 66%, 77%), hsl(143, 66%, 57%));
gradient dark
background: linear-gradient(to right, hsl(143, 66%, 57%), hsl(143, 66%, 37%))
hex
background-color: #49DA80;
tailwind
bg-[hsl(143,66%,57%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(143, 66%, 57%, 0.4);
css variable
--color-primary: hsl(143, 66%, 57%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(143, 66%, 57%)?
HEX: #49DA80 | RGB: rgb(73, 218, 128) | CMYK: 67%, 0%, 41%, 15% | HSV: 143°, 67%, 85%. Copy any format from the conversion table above.
What colors go well with #49DA80?
The complementary color is HSL(323, 66%, 57%). For a triadic harmony, use hues 143°, 263°, and 23°. For analogous combinations, try hues 113° and 173°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(143, 66%, 57%) in CSS?
As HSL: color: hsl(143, 66%, 57%); — As HEX: color: #49DA80; — As RGB: color: rgb(73, 218, 128); — Tailwind CSS: bg-[hsl(143,66%,57%)] — CSS variable: --color-primary: hsl(143, 66%, 57%);