HSL(94, 72%, 38%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(94,72%,38%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(94, 72%, 38%) | color: hsl(94, 72%, 38%) | |
| HEX | #58A71B | color: #58A71B | |
| RGB | rgb(88, 167, 27) | color: rgb(88, 167, 27) | |
| CMYK | cmyk(47%, 0%, 84%, 35%) | — | |
| HSV | hsv(94, 84%, 65%) | — | |
| HWB | hwb(94 10% 35%) | color: hwb(94 10% 35%) | |
| OKLCH | oklch(0.6524 0.1824 135.58) | color: oklch(0.6524 0.1824 135.58) | |
| Lab | lab(61.47 -46.59 58.17) | color: lab(61.47 -46.59 58.17) | |
| LCH | lch(61.47 74.53 128.69) | color: lch(61.47 74.53 128.69) |
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)
#7A7B3D — rgb(122, 123, 61)
Deuteranopia (Green-blind)
#767045 — rgb(118, 112, 69)
Tritanopia (Blue-blind)
#5C585E — rgb(92, 88, 94)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(94, 72%, 38%);
text
color: hsl(94, 72%, 38%);
border
border: 2px solid hsl(94, 72%, 38%);
gradient light
background: linear-gradient(to right, hsl(94, 72%, 58%), hsl(94, 72%, 38%));
gradient dark
background: linear-gradient(to right, hsl(94, 72%, 38%), hsl(94, 72%, 18%))
hex
background-color: #58A71B;
tailwind
bg-[hsl(94,72%,38%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(94, 72%, 38%, 0.4);
css variable
--color-primary: hsl(94, 72%, 38%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(94, 72%, 38%)?
HEX: #58A71B | RGB: rgb(88, 167, 27) | CMYK: 47%, 0%, 84%, 35% | HSV: 94°, 84%, 65%. Copy any format from the conversion table above.
What colors go well with #58A71B?
The complementary color is HSL(274, 72%, 38%). For a triadic harmony, use hues 94°, 214°, and 334°. For analogous combinations, try hues 64° and 124°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(94, 72%, 38%) in CSS?
As HSL: color: hsl(94, 72%, 38%); — As HEX: color: #58A71B; — As RGB: color: rgb(88, 167, 27); — Tailwind CSS: bg-[hsl(94,72%,38%)] — CSS variable: --color-primary: hsl(94, 72%, 38%);