HSL(143, 46%, 57%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(143,46%,57%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(143, 46%, 57%) | color: hsl(143, 46%, 57%) | |
| HEX | #5FC486 | color: #5FC486 | |
| RGB | rgb(95, 196, 134) | color: rgb(95, 196, 134) | |
| CMYK | cmyk(52%, 0%, 32%, 23%) | — | |
| HSV | hsv(143, 52%, 77%) | — | |
| HWB | hwb(143 37% 23%) | color: hwb(143 37% 23%) | |
| OKLCH | oklch(0.7433 0.1315 154.57) | color: oklch(0.7433 0.1315 154.57) | |
| Lab | lab(71.98 -43.55 22.34) | color: lab(71.98 -43.55 22.34) | |
| LCH | lch(71.98 48.95 152.84) | color: lch(71.98 48.95 152.84) |
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)
#8B8C95 — rgb(139, 140, 149)
Deuteranopia (Green-blind)
#857D99 — rgb(133, 125, 153)
Tritanopia (Blue-blind)
#64A1A3 — rgb(100, 161, 163)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(143, 46%, 57%);
text
color: hsl(143, 46%, 57%);
border
border: 2px solid hsl(143, 46%, 57%);
gradient light
background: linear-gradient(to right, hsl(143, 46%, 77%), hsl(143, 46%, 57%));
gradient dark
background: linear-gradient(to right, hsl(143, 46%, 57%), hsl(143, 46%, 37%))
hex
background-color: #5FC486;
tailwind
bg-[hsl(143,46%,57%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(143, 46%, 57%, 0.4);
css variable
--color-primary: hsl(143, 46%, 57%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(143, 46%, 57%)?
HEX: #5FC486 | RGB: rgb(95, 196, 134) | CMYK: 52%, 0%, 32%, 23% | HSV: 143°, 52%, 77%. Copy any format from the conversion table above.
What colors go well with #5FC486?
The complementary color is HSL(323, 46%, 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, 46%, 57%) in CSS?
As HSL: color: hsl(143, 46%, 57%); — As HEX: color: #5FC486; — As RGB: color: rgb(95, 196, 134); — Tailwind CSS: bg-[hsl(143,46%,57%)] — CSS variable: --color-primary: hsl(143, 46%, 57%);