HSL(71, 70%, 38%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(71,70%,38%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(71, 70%, 38%) | color: hsl(71, 70%, 38%) | |
| HEX | #8CA51D | color: #8CA51D | |
| RGB | rgb(140, 165, 29) | color: rgb(140, 165, 29) | |
| CMYK | cmyk(15%, 0%, 82%, 35%) | — | |
| HSV | hsv(71, 82%, 65%) | — | |
| HWB | hwb(71 12% 35%) | color: hwb(71 12% 35%) | |
| OKLCH | oklch(0.6793 0.1532 120.29) | color: oklch(0.6793 0.1532 120.29) | |
| Lab | lab(63.81 -25.85 60.84) | color: lab(63.81 -25.85 60.84) | |
| LCH | lch(63.81 66.1 113.02) | color: lch(63.81 66.1 113.02) |
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)
#97973E — rgb(151, 151, 62)
Deuteranopia (Green-blind)
#959446 — rgb(149, 148, 70)
Tritanopia (Blue-blind)
#8D585E — rgb(141, 88, 94)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(71, 70%, 38%);
text
color: hsl(71, 70%, 38%);
border
border: 2px solid hsl(71, 70%, 38%);
gradient light
background: linear-gradient(to right, hsl(71, 70%, 58%), hsl(71, 70%, 38%));
gradient dark
background: linear-gradient(to right, hsl(71, 70%, 38%), hsl(71, 70%, 18%))
hex
background-color: #8CA51D;
tailwind
bg-[hsl(71,70%,38%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(71, 70%, 38%, 0.4);
css variable
--color-primary: hsl(71, 70%, 38%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(71, 70%, 38%)?
HEX: #8CA51D | RGB: rgb(140, 165, 29) | CMYK: 15%, 0%, 82%, 35% | HSV: 71°, 82%, 65%. Copy any format from the conversion table above.
What colors go well with #8CA51D?
The complementary color is HSL(251, 70%, 38%). For a triadic harmony, use hues 71°, 191°, and 311°. For analogous combinations, try hues 41° and 101°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(71, 70%, 38%) in CSS?
As HSL: color: hsl(71, 70%, 38%); — As HEX: color: #8CA51D; — As RGB: color: rgb(140, 165, 29); — Tailwind CSS: bg-[hsl(71,70%,38%)] — CSS variable: --color-primary: hsl(71, 70%, 38%);