HSL(97, 32%, 48%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(97,32%,48%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(97, 32%, 48%) | color: hsl(97, 32%, 48%) | |
| HEX | #71A253 | color: #71A253 | |
| RGB | rgb(113, 162, 83) | color: rgb(113, 162, 83) | |
| CMYK | cmyk(30%, 0%, 49%, 36%) | — | |
| HSV | hsv(97, 49%, 64%) | — | |
| HWB | hwb(97 33% 36%) | color: hwb(97 33% 36%) | |
| OKLCH | oklch(0.6586 0.1213 134.71) | color: oklch(0.6586 0.1213 134.71) | |
| Lab | lab(61.63 -30.96 35.76) | color: lab(61.63 -30.96 35.76) | |
| LCH | lch(61.63 47.3 130.89) | color: lch(61.63 47.3 130.89) |
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)
#868766 — rgb(134, 135, 102)
Deuteranopia (Green-blind)
#83806B — rgb(131, 128, 107)
Tritanopia (Blue-blind)
#737579 — rgb(115, 117, 121)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(97, 32%, 48%);
text
color: hsl(97, 32%, 48%);
border
border: 2px solid hsl(97, 32%, 48%);
gradient light
background: linear-gradient(to right, hsl(97, 32%, 68%), hsl(97, 32%, 48%));
gradient dark
background: linear-gradient(to right, hsl(97, 32%, 48%), hsl(97, 32%, 28%))
hex
background-color: #71A253;
tailwind
bg-[hsl(97,32%,48%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(97, 32%, 48%, 0.4);
css variable
--color-primary: hsl(97, 32%, 48%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(97, 32%, 48%)?
HEX: #71A253 | RGB: rgb(113, 162, 83) | CMYK: 30%, 0%, 49%, 36% | HSV: 97°, 49%, 64%. Copy any format from the conversion table above.
What colors go well with #71A253?
The complementary color is HSL(277, 32%, 48%). 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, 32%, 48%) in CSS?
As HSL: color: hsl(97, 32%, 48%); — As HEX: color: #71A253; — As RGB: color: rgb(113, 162, 83); — Tailwind CSS: bg-[hsl(97,32%,48%)] — CSS variable: --color-primary: hsl(97, 32%, 48%);