HSL(127, 43%, 47%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(127,43%,47%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(127, 43%, 47%) | color: hsl(127, 43%, 47%) | |
| HEX | #44AB50 | color: #44AB50 | |
| RGB | rgb(68, 171, 80) | color: rgb(68, 171, 80) | |
| CMYK | cmyk(60%, 0%, 53%, 33%) | — | |
| HSV | hsv(127, 60%, 67%) | — | |
| HWB | hwb(127 27% 33%) | color: hwb(127 27% 33%) | |
| OKLCH | oklch(0.6598 0.1606 145.57) | color: oklch(0.6598 0.1606 145.57) | |
| Lab | lab(62.45 -48.94 37.83) | color: lab(62.45 -48.94 37.83) | |
| LCH | lch(62.45 61.86 142.3) | color: lch(62.45 61.86 142.3) |
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)
#717266 — rgb(113, 114, 102)
Deuteranopia (Green-blind)
#6B636B — rgb(107, 99, 107)
Tritanopia (Blue-blind)
#49777B — rgb(73, 119, 123)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(127, 43%, 47%);
text
color: hsl(127, 43%, 47%);
border
border: 2px solid hsl(127, 43%, 47%);
gradient light
background: linear-gradient(to right, hsl(127, 43%, 67%), hsl(127, 43%, 47%));
gradient dark
background: linear-gradient(to right, hsl(127, 43%, 47%), hsl(127, 43%, 27%))
hex
background-color: #44AB50;
tailwind
bg-[hsl(127,43%,47%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(127, 43%, 47%, 0.4);
css variable
--color-primary: hsl(127, 43%, 47%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(127, 43%, 47%)?
HEX: #44AB50 | RGB: rgb(68, 171, 80) | CMYK: 60%, 0%, 53%, 33% | HSV: 127°, 60%, 67%. Copy any format from the conversion table above.
What colors go well with #44AB50?
The complementary color is HSL(307, 43%, 47%). For a triadic harmony, use hues 127°, 247°, and 7°. For analogous combinations, try hues 97° and 157°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(127, 43%, 47%) in CSS?
As HSL: color: hsl(127, 43%, 47%); — As HEX: color: #44AB50; — As RGB: color: rgb(68, 171, 80); — Tailwind CSS: bg-[hsl(127,43%,47%)] — CSS variable: --color-primary: hsl(127, 43%, 47%);