HSL(80, 30%, 58%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(80,30%,58%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(80, 30%, 58%) | color: hsl(80, 30%, 58%) | |
| HEX | #9FB474 | color: #9FB474 | |
| RGB | rgb(159, 180, 116) | color: rgb(159, 180, 116) | |
| CMYK | cmyk(12%, 0%, 36%, 29%) | — | |
| HSV | hsv(80, 36%, 71%) | — | |
| HWB | hwb(80 45% 29%) | color: hwb(80 45% 29%) | |
| OKLCH | oklch(0.7382 0.0898 123.37) | color: oklch(0.7382 0.0898 123.37) | |
| Lab | lab(70.37 -18.14 30.31) | color: lab(70.37 -18.14 30.31) | |
| LCH | lch(70.37 35.32 120.9) | color: lch(70.37 35.32 120.9) |
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)
#A8A883 — rgb(168, 168, 131)
Deuteranopia (Green-blind)
#A7A587 — rgb(167, 165, 135)
Tritanopia (Blue-blind)
#A09092 — rgb(160, 144, 146)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(80, 30%, 58%);
text
color: hsl(80, 30%, 58%);
border
border: 2px solid hsl(80, 30%, 58%);
gradient light
background: linear-gradient(to right, hsl(80, 30%, 78%), hsl(80, 30%, 58%));
gradient dark
background: linear-gradient(to right, hsl(80, 30%, 58%), hsl(80, 30%, 38%))
hex
background-color: #9FB474;
tailwind
bg-[hsl(80,30%,58%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(80, 30%, 58%, 0.4);
css variable
--color-primary: hsl(80, 30%, 58%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(80, 30%, 58%)?
HEX: #9FB474 | RGB: rgb(159, 180, 116) | CMYK: 12%, 0%, 36%, 29% | HSV: 80°, 36%, 71%. Copy any format from the conversion table above.
What colors go well with #9FB474?
The complementary color is HSL(260, 30%, 58%). For a triadic harmony, use hues 80°, 200°, and 320°. For analogous combinations, try hues 50° and 110°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(80, 30%, 58%) in CSS?
As HSL: color: hsl(80, 30%, 58%); — As HEX: color: #9FB474; — As RGB: color: rgb(159, 180, 116); — Tailwind CSS: bg-[hsl(80,30%,58%)] — CSS variable: --color-primary: hsl(80, 30%, 58%);