HSL(141, 23%, 50%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(141,23%,50%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(141, 23%, 50%) | color: hsl(141, 23%, 50%) | |
| HEX | #629D77 | color: #629D77 | |
| RGB | rgb(98, 157, 119) | color: rgb(98, 157, 119) | |
| CMYK | cmyk(38%, 0%, 24%, 38%) | — | |
| HSV | hsv(141, 38%, 62%) | — | |
| HWB | hwb(141 38% 38%) | color: hwb(141 38% 38%) | |
| OKLCH | oklch(0.6447 0.0844 155.03) | color: oklch(0.6447 0.0844 155.03) | |
| Lab | lab(59.93 -27.79 13.93) | color: lab(59.93 -27.79 13.93) | |
| LCH | lch(59.93 31.09 153.38) | color: lch(59.93 31.09 153.38) |
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)
#7C7C80 — rgb(124, 124, 128)
Deuteranopia (Green-blind)
#787482 — rgb(120, 116, 130)
Tritanopia (Blue-blind)
#658789 — rgb(101, 135, 137)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(141, 23%, 50%);
text
color: hsl(141, 23%, 50%);
border
border: 2px solid hsl(141, 23%, 50%);
gradient light
background: linear-gradient(to right, hsl(141, 23%, 70%), hsl(141, 23%, 50%));
gradient dark
background: linear-gradient(to right, hsl(141, 23%, 50%), hsl(141, 23%, 30%))
hex
background-color: #629D77;
tailwind
bg-[hsl(141,23%,50%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(141, 23%, 50%, 0.4);
css variable
--color-primary: hsl(141, 23%, 50%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(141, 23%, 50%)?
HEX: #629D77 | RGB: rgb(98, 157, 119) | CMYK: 38%, 0%, 24%, 38% | HSV: 141°, 38%, 62%. Copy any format from the conversion table above.
What colors go well with #629D77?
The complementary color is HSL(321, 23%, 50%). For a triadic harmony, use hues 141°, 261°, and 21°. For analogous combinations, try hues 111° and 171°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(141, 23%, 50%) in CSS?
As HSL: color: hsl(141, 23%, 50%); — As HEX: color: #629D77; — As RGB: color: rgb(98, 157, 119); — Tailwind CSS: bg-[hsl(141,23%,50%)] — CSS variable: --color-primary: hsl(141, 23%, 50%);