HSL(105, 50%, 44%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(105,50%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(105, 50%, 44%) | color: hsl(105, 50%, 44%) | |
| HEX | #54A838 | color: #54A838 | |
| RGB | rgb(84, 168, 56) | color: rgb(84, 168, 56) | |
| CMYK | cmyk(50%, 0%, 67%, 34%) | — | |
| HSV | hsv(105, 67%, 66%) | — | |
| HWB | hwb(105 22% 34%) | color: hwb(105 22% 34%) | |
| OKLCH | oklch(0.6552 0.1691 138.87) | color: oklch(0.6552 0.1691 138.87) | |
| Lab | lab(61.8 -46.27 48.35) | color: lab(61.8 -46.27 48.35) | |
| LCH | lch(61.8 66.92 133.74) | color: lch(61.8 66.92 133.74) |
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)
#787953 — rgb(120, 121, 83)
Deuteranopia (Green-blind)
#746D5A — rgb(116, 109, 90)
Tritanopia (Blue-blind)
#58686D — rgb(88, 104, 109)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(105, 50%, 44%);
text
color: hsl(105, 50%, 44%);
border
border: 2px solid hsl(105, 50%, 44%);
gradient light
background: linear-gradient(to right, hsl(105, 50%, 64%), hsl(105, 50%, 44%));
gradient dark
background: linear-gradient(to right, hsl(105, 50%, 44%), hsl(105, 50%, 24%))
hex
background-color: #54A838;
tailwind
bg-[hsl(105,50%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(105, 50%, 44%, 0.4);
css variable
--color-primary: hsl(105, 50%, 44%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(105, 50%, 44%)?
HEX: #54A838 | RGB: rgb(84, 168, 56) | CMYK: 50%, 0%, 67%, 34% | HSV: 105°, 67%, 66%. Copy any format from the conversion table above.
What colors go well with #54A838?
The complementary color is HSL(285, 50%, 44%). For a triadic harmony, use hues 105°, 225°, and 345°. For analogous combinations, try hues 75° and 135°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(105, 50%, 44%) in CSS?
As HSL: color: hsl(105, 50%, 44%); — As HEX: color: #54A838; — As RGB: color: rgb(84, 168, 56); — Tailwind CSS: bg-[hsl(105,50%,44%)] — CSS variable: --color-primary: hsl(105, 50%, 44%);