HSL(97, 40%, 37%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(97,40%,37%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(97, 40%, 37%) | color: hsl(97, 40%, 37%) | |
| HEX | #568439 | color: #568439 | |
| RGB | rgb(86, 132, 57) | color: rgb(86, 132, 57) | |
| CMYK | cmyk(35%, 0%, 57%, 48%) | — | |
| HSV | hsv(97, 57%, 52%) | — | |
| HWB | hwb(97 22% 48%) | color: hwb(97 22% 48%) | |
| OKLCH | oklch(0.5624 0.1171 134.85) | color: oklch(0.5624 0.1171 134.85) | |
| Lab | lab(50.42 -29.84 35.1) | color: lab(50.42 -29.84 35.1) | |
| LCH | lch(50.42 46.07 130.37) | color: lch(50.42 46.07 130.37) |
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)
#6A6A4B — rgb(106, 106, 75)
Deuteranopia (Green-blind)
#676450 — rgb(103, 100, 80)
Tritanopia (Blue-blind)
#58595D — rgb(88, 89, 93)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(97, 40%, 37%);
text
color: hsl(97, 40%, 37%);
border
border: 2px solid hsl(97, 40%, 37%);
gradient light
background: linear-gradient(to right, hsl(97, 40%, 57%), hsl(97, 40%, 37%));
gradient dark
background: linear-gradient(to right, hsl(97, 40%, 37%), hsl(97, 40%, 17%))
hex
background-color: #568439;
tailwind
bg-[hsl(97,40%,37%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(97, 40%, 37%, 0.4);
css variable
--color-primary: hsl(97, 40%, 37%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(97, 40%, 37%)?
HEX: #568439 | RGB: rgb(86, 132, 57) | CMYK: 35%, 0%, 57%, 48% | HSV: 97°, 57%, 52%. Copy any format from the conversion table above.
What colors go well with #568439?
The complementary color is HSL(277, 40%, 37%). For a triadic harmony, use hues 97°, 217°, and 337°. For analogous combinations, try hues 67° and 127°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(97, 40%, 37%) in CSS?
As HSL: color: hsl(97, 40%, 37%); — As HEX: color: #568439; — As RGB: color: rgb(86, 132, 57); — Tailwind CSS: bg-[hsl(97,40%,37%)] — CSS variable: --color-primary: hsl(97, 40%, 37%);